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.
+1
A:
Tons of tutorials for this on Google: "Flash Movies Communicate"
Jonathan Sampson
2009-07-01 21:40:28
Thank you very much, was not aware of LocalConnection.
Liviu Aileni
2009-07-03 16:04:49
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
2009-07-02 03:15:34