Passing variable between Flash Movie
- Started
- Last post
- 5 Responses
- Nytram
I need some advice to pass a variable from one flash movie to another. Eg: i've 2 movie A & B. How do i set a button in Movie B to go to a particular scene in Movie A.
TIA.
- Jnr_Madison0
You can find a basic tutorial example below which will show you how to do this.
- Nytram0
Thanks, Jnr_Madison. Can you specified the particular tutorial to look out for. This project is for an offiline presentation. I've created an executale file calling out various swf. Does the tutorial applies here?
cheers//nytram
- StyleWriter0
File_Open (Movie A)
&
File_Open as Library (Movie B)
Drag and drop symbols from Movie B to Movie A Library.
- ********0
try using the Local Shared Object
it's much more powerfull than for this application alone but really simple to use.
on the event you want, write to the LSO and then jump to your second movie with getURL and have it read the LSO....
for how to see the Using Flash MX PDF handbook that came on your CD
OnD
- Nytram0
thanks mx. gosh.. any easier way out. i'm totally banged up with scripts.. plus the movies are running off a cd-rom.
someone hElp!!