Forum Moderators: open
I have 2 flash movies that are loaded separately in to an HTML page. They have synchronized animations, so the both have to start playing at the same time. This means that if one loads before the other, they will play out of synch. How do I pause them both, and play them simultaneously when they are both fully loaded?
I was thinking about using "LocalConnection" but didn't know if there was an easier way, or if not, how exactly I can use "LocalConnection" to accomplish this.
Thanks for your help!