|
-
Hey,
Thats a problem, im signed in to an NDA so i can't. Ill try an write exactly what is going on. It will probably sound a bit backward the way i am doing it, but im not much of a Flash Artist so tried to do it as simple as i could.
The main page that gets loaded on the web is called Index.html/fla/swf
So there is a button on there that takes you to page2.swf via code;
on (press){loadMovieNum("page2.swf",1)}
loading the page on to 'layer' 1 and go to back to index there is a button with;
on (press){loadMovieNum("index.swf",1)}
on both pages there are buttons that on press loads an external video witch is embedded in a .swf so that it has some more interaction on it. This is done with this code;
on (press){loadMovieNum("video1.swf",2)}
Putting it on 'layer' 2.
To close these videos there is a button with;
on (press){loadMovieNum("index.swf",0)}
or
on (press){loadMovieNum("page2",0)}
So all pages get loaded to layer 1, videos to layer 2 and then when they come out of a video it is reset to layer 0.
I have kinda of sorted it now to the extent that the white flash ONLY happen's when;
You go from index to page2, play a video and then close it, it flashes on the close, and the same from going from page2 to index and close a video, its only the first video on each player that gets the flash.
I hope this helps and i'm open for any suggestions!
Thanks
Elliott
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|