PDA

View Full Version : How to control one .swf from another .swf on the same HTML page


Anlo78
11-16-2002, 08:58 PM
Hi.
I think this question is simple.
I have a html page.
I have 2 different .swf files loaded.
They are totaly separated.
When I point my mouse over one of the .swf I want it to tell the other .swf to start playing from frame numer 2.
Is this possible?
(or do I have to make them into one .swf)

tost
11-16-2002, 09:06 PM
that used to implicate javascript-methods, but since MX you can use the local connection object, check the tut here
http://www.actionscript.org/tutorials/intermediate/LocalConnections/index.shtml

grtz
tost