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

[Flashcoders] Back from html to specific point in flash

2006-07-21 Thread Ricardo Sánchez
Hi, I need to know if this is possible and if it is some guidelines on how to accomplish it. I have a flash application running in a full browser window. At a certain moment the user may click in some link to a html page. We were thinking in open it in a new window but there's the problem of the

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
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ricardo Sánchez Sent: vrijdag 21 juli 2006 9:56 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Back from html to specific point in flash Hi, I need to know if this is possible and if it is some guidelines on how to accomplish

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