Is this technique of any use (see the 'Javascript communicating with Flash'
bit):

http://www.moock.org/webdesign/flash/fscommand/index.html 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Danny
Kodicek
Sent: 21 July 2006 10:45
To: Flashcoders mailing list
Subject: RE: [Flashcoders] Back from html to specific point in flash


> yes, you can do it, with use of a variable; so, you need to send a 
> variable output by Flash, any time a change occur in the movie, and to 
> read the variable itself when the page si (re)loaded, so Flash can go 
> where you need...
> You must use something like PHP, to achieve this...
> But, if Flash movie is running inside a fullbrowser window (I suppose 
> you want say: fullscreen), where is the back button of the browser?...

Can't be done by Flash automatically. Unsurprising, really: there are so
many factors that go into describing a Flash movie's state at some
particular moment, many of which may be a result of your own particular
code. But in any particular case you could do it using a sharedObject to
store your current state rather than PHP, though. I don't know if the movie
gets an onUnload event when it's closed (probably not) so you'd have to
store the data periodically.

Danny

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training http://www.figleaf.com
http://training.figleaf.com


_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to