|
What’s the error? You’re
using it correctly. From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf
Of Daniel Nelson Hi, I am not quite sure if I am using Application.application.url
right. It keeps giving me a fatal runtime error, that I can't even catch.
This is how I am using it. var rootURL:String = Application.application.url; Alert.show(rootURL); The above example fatally errors out in IE. If I wrap it using String(Application.application.url), everything
works fine. Any one have any thoughts? -Dan
|

