/ Published in: ActionScript 3
Gets all text after the question mark in a URL.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
var QS:String = ExternalInterface.call("window.location.search.substring", 1)