PDA

View Full Version : talking between movies in different (html) frames


noraz*
06-19-2002, 08:41 AM
Hi everybody,
I am trying to find a solution for the following:

I have two different frames in html.
Both frames have a flash movie in it. Now I want to talk from one movie in frame_1 to the other movie in frame_2. This means I want to use a button in movie_1 to tell movie_2 to go to a certain label.

I know this is no problem within different layers (in the same (html)frame) but does anybody know if it's possible to do this with movies in different (html) frames??

thanks

pinkaboo
06-19-2002, 09:42 AM
yep tis possible

communication between flash files (http://www.actionscript.org/forums/showthread.php3?s=&threadid=5550&highlight=fscommand+html+frames)

controlling swfs in separate html frames (http://www.actionscript.org/forums/showthread.php3?s=&threadid=1410&highlight=fscommand+html+frames)

search the forums and ye shall find ;)