|
-
Hello,
I've a big problem is there somebody how can help me to solve it.
I have a HTML Frameset Like this,
(left.html, framename--> leftFrame) left.swf
(index.html, framename--> mainFrame) mainmovie.swf
(right.html, framename--> rightFrame) right.swf
a button in my flashmovie (in the mainFrame HTML) opens a sliding door in al the three Frames at the same time but in the left and right frames are different flashmovies with a stop action on the first frame, there is also a layer with a movieclip with instancename opendoor. To open the doors the movieclip needs to play on the moment that the button in the mainmovie is pressed. But in te left and right frames the doors are still closed because the stop action.
What can I do to start the other two flashmovies????
Here is the script on the button in the mainmovie:
on (press) {
getURL ( "left.html", "leftFrame");
getURL ( "right.html", "rightFrame");
nextFrame ();
}
Please help me to solve this problem
Thanks
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
|