I'm trying to pass in variable via the URL.

I have:
var QueryString:String = this.parameters.test

http://myserver.com/myapp.html?test=systems

I always get null....Where is my problem?

(I have also tried Application.application.parameters.test)

Reply via email to