RE: [Flashcoders] Accessing variable value across several flash movies

2005-11-11 Thread Paul Steven
Thanks nils That looks just the trick Cheers Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Nils Millahn Sent: 09 November 2005 19:20 To: Flashcoders mailing list Subject: Re: [Flashcoders] Accessing variable value across several flash movies Hi

Re: [Flashcoders] Accessing variable value across several flash movies

2005-11-09 Thread Nils Millahn
Hi Paul, you should have a look at local shared object (SharedObject class). These basically act like browser cookies but only for Flash movies (sometimes they are called flashcookies) - and they let you store information locally that other Flash files from the same domain can pick up. Which

[Flashcoders] Accessing variable value across several flash movies

2005-11-09 Thread Paul Steven
I am creaing a Flash site that has 7 sections. Each section is a html page with a swf. I want to have a sound on/off button in each movie that will control the sound across all 7 pages / movies. Hence if I am in section 1 and turn off the sound, then navigate to section2.html (section2.swf) I woul