Page 1 of 1

Full screen flash Intro page

Posted: 18 Jan 2011, 07:33
by julien
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

Re: Full screen flash Intro page

Posted: 19 Jan 2011, 00:55
by mjau-mjau
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.

Re: Full screen flash Intro page

Posted: 19 Jan 2011, 05:55
by julien
ok thank you for fast and accurate answer mjau-mjau ! :wink: