If you have access to PHP you can use http referrer (which isn't 100%
effective, but one of the better solutions)
$ENV{'HTTP_REFERER'}

I'm not sure how well that will work with a Flash application but
potentially you could send that to flash via a flashvar in PHP from your
page.



On 2/7/07, Jason Boyd <[EMAIL PROTECTED]> wrote:

This has disadvantage that if the user has javascript disabled, might fail
silently. Though I know of no other way to do this.


On 2/7/07, Jim Berkey <[EMAIL PROTECTED]> wrote:
>
> I've used this on a flash button embedded in an html page with success:
>
> on (release) {
>         getURL("javascript:window.history.go(-1)");
> }
>
> jimbo
>
> *********** REPLY SEPARATOR  ***********
>
> On 2/7/2007 at 9:11 PM mac wrote:
>
> >Hello,
> >Do you know how to get last browsed web page before current ? Is it
> >possible to request it from web browser or it should be used any trick.
> Do
> >you have any idea ?
> >
> >best regards
> >Maciek
> >
> >_______________________________________________
> >Flashcoders@chattyfig.figleaf.com
> >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
>
> 7
>
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> 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
>
_______________________________________________
Flashcoders@chattyfig.figleaf.com
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

_______________________________________________
Flashcoders@chattyfig.figleaf.com
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