Link with a local script

Hello
Is it possible with web objects to call a library on a folder located in the HTML5 directory created by Active Presenter ?

Hi @Mecanicus,

Yes, it should look like this. But please note that it will not show while previewing or viewing content locally.

Regards,

Thank’s for your reply.

The link is correctly, how can I do to enlarge the iframe, I can not?

You need to add width and height attributes for iframe like below:

<iframe src="sommaire.html" width=800 height=600/>

Regards,