[flexcoders] Re: Get Browser URL, not REAL URL

2008-09-25 Thread itdanny2002
This method only show current URL, not the one in browser address.

[flexcoders] Re: Get Browser URL, not REAL URL

2008-09-25 Thread itdanny2002
This method only show current URL, not the one in browser address.

Re: [flexcoders] Re: Get Browser URL, not REAL URL

2008-09-25 Thread Haykel BEN JEMIA
Ah OK. Then try playing with the window hierarchy using window.parent as needed, i.e.ExternalInterface.call(window.parent.location.href.toString); On Thu, Sep 25, 2008 at 4:19 PM, itdanny2002 [EMAIL PROTECTED] wrote: This method only show current URL, not the one in browser address.