Re: [Flashcoders] Back from html to specific point in flash

2006-07-26 Thread Ricardo Sánchez
Thanks to all of you. On 7/21/06, John Dowdell [EMAIL PROTECTED] wrote: Ricardo Sánchez wrote: So our second option is open the link in the same window but giving the user the chance to hit the back button of the browser (once in the html) and go back to the specific situation where he was

Re: [Flashcoders] Back from html to specific point in flash

2006-07-21 Thread MetaArt
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

RE: [Flashcoders] Back from html to specific point in flash

2006-07-21 Thread Danny Kodicek
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

RE: [Flashcoders] Back from html to specific point in flash

2006-07-21 Thread Ben Smeets
Try the way http://incomplet.gskinner.com/ does it. They use js for it so people can send normal links to each other for a specific point in the site. The SharedObject way is possible, but I think it's better to find a solution where you can get more out of. -Original Message- From:

RE: [Flashcoders] Back from html to specific point in flash

2006-07-21 Thread Nick Weekes
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

Re: [Flashcoders] Back from html to specific point in flash

2006-07-21 Thread John Dowdell
Ricardo Sánchez wrote: So our second option is open the link in the same window but giving the user the chance to hit the back button of the browser (once in the html) and go back to the specific situation where he was on the flash. Is this possible? It could be, but a lot depends on the