Search…

X3 Photo Gallery Support Forums

Search…
 
julien
Experienced
Topic Author
Posts: 31
Joined: 17 Jan 2011, 15:34

Full screen flash Intro page

18 Jan 2011, 07:33

Hi !

I'm trying to find how to put a fullscreen flash intro page on my imagevue gallery. I want to play a motion, and then fade into the gallery. Do you get it ? I read the "Filemod" documentation, thought I have to put it in the starting page, but I don't know if it's the way to do it.

Here is my question : do you think we can do it ? whether yes, how ?

Thanks,
Julien
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Full screen flash Intro page

19 Jan 2011, 00:55

There are a few ways you could do this:

1) Use the "filemod" feature on your startpage. Set the filemod to load any custom SWF you have, and it will display on your startpage. In your custom SWF, after the animation is finished, you can add a link like this to go to the first gallery for example:
Code
getURL("#/content/folder/");
The only thing here, is that the filemod does not really display before the gallery. It will still show the main menu on top left.

2) You could create your own SWF and embed this into the webpage instead. After your animation is complete, you could simply load the "imagevue2.swf" into your flash (effectively replacing it), or simply go to a new URL where the gallery is.
 
julien
Experienced
Topic Author
Posts: 31
Joined: 17 Jan 2011, 15:34

Re: Full screen flash Intro page

19 Jan 2011, 05:55

ok thank you for fast and accurate answer mjau-mjau ! :wink: