tags:

views:

94

answers:

2

I know this is a longshot but I was wondering if anyone knows if this is possible.

A: 

I know nothing about air.

But if AIR has JavaScript access, and you can access the container document ( http://stackoverflow.com/questions/193130/how-do-i-share-a-javascript-object-between-different-pages-in-adobe-air ) then all you need to work out is how to obtain Document.location from it.

Kent Fredric
A: 

Most browsers set the HTTP_REFERRER header to the current URL when requesting a linked document. However, it can be spoofed so don't use it for security.

Chris Nava