Banners Without .hyperesources Folder

Hi, good night,

Im a little desperate, because cant find the solution for my banners (tomorrow need send the master)
Im read all links about this in forum, but i cant find the solution:

...
And three o four more...

I think its simple, but i cant put the index.html in the same folder that .hyperesources
Im export with expert setting, but i cant see the option "export in the same folder or similar"

And, when im try to change in the .html the route (i have all script inside) "...return c}var h="XXX.hyperesources"..." and move the html in folder XXX..hyperesources", dont show nothing.

In Spain i need ALL IMAGES and .html in the same folder to work with the adserver,...

Anyone can Help me? thanx so much!

I may be over my head but it might be this simple, if not my apologies.

Have you tried to add “…/” to your HTML file that directs to the Hype resource folder then put the html file into the hype folder?

So normally on export you got this:
script type=“text/javascript” charset=“utf-8” src=“test.hyperesources/test_hype_generated_script.js?48244”

and to have it work from inside the folder you add “…/” like this:
script type=“text/javascript” charset=“utf-8” src="…/test.hyperesources/test_hype_generated_script.js?48244"

I just figured it out like this: Remove directory/nesting/folder for assets

Hope that helps!

1 Like