Hi I have a class that is set up in the creationComplete handler of my main App.
In this class I set up url's to be used when loading data from the server. When I am testing locally I need to use different url's than when the swf is on a server. To determine weather the swf is running on a server or locally I want to look at the LoaderInfo.url property to see if it begins with file:// However, in the creating complete even the loaderInfo property of the application is null. It only seems to be populated with data later. Is there any way around this? Thanks

