tags:

views:

90

answers:

2

Hi. Let's say we have two flash objects on the same html page. I want the first one to do some action and when it gets to the end to trigger the start of the second flash object in the page. One action in flash one to trigger another action into flash 2. Is this possible? Thank you.

+3  A: 

You want to look into the LocalConnection object

RodeoClown
LocalConnection is the easier way in my opinion
victor hugo
Yes, all you have to do is use LocalConnection simplest and most common way to get it done. Another method would be to use Javacript, but that would be over kill.
joseeight