mx.core.Application.application.url On 25/09/2008, at 7:16 AM, luvfotography wrote:
How do I find the host url where I'm ('myflexapp.swf') is loaded at?
I tried BrowswerManager, but url, and base are null?
Is there another way, or better way.
ex:
private var bm:IBrowserManager;
bm = BrowserManager.getInstance();
trace(bm.base); // output: null
trace(bm.url); // output: null

