Frage

How can I set custom path to prealod.swf in gaia framework? I need this because the index.html file generated by gaia and all the swfs are located in different directories. I have set full path to all the swf files but preload.swf because I can't find the appropriate parameter anywhere. Now I get 404 error message for preload.swf in consolo.

Any ideas?

War es hilfreich?

Lösung

Set the path in the preloader attribute of your site node in your site's xml file.

Example:

<site title="My Super Site: %PAGE%" preloader="path/to/preloader/swf.swf">

This is a list for all the customizations available for the site xml.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top