up vote 0 down vote favorite
share [g+] share [fb]

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.

link|improve this question
feedback

2 Answers

up vote 3 down vote accepted

You want to look into the LocalConnection object

link|improve this answer
LocalConnection is the easier way in my opinion – victor hugo Jul 1 '09 at 22:43
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 Jul 2 '09 at 3:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.