Want to see the query strings of the page, and not just the swf? Add this little gem:
var queryStrings:Object = ExternalInterface.call(“function(){var o= new Object();window.location.search.replace(new RegExp(“([^?=&]+)(=([^&]*))?”,”g”),function($0,$1,$2,$3){o[$1]=$3;});return o;}”);
1 comment so far ↓
[...] This post was mentioned on Twitter by karannnnnnnnnnn3 and Eric Snowden, Dusty. Dusty said: 1-line page querystrings from AS3: http://bit.ly/gQowus #OneLiner #QueryThis [...]