PDA

View Full Version : Flash Query Strings?


Drevin
10-08-2006, 03:31 AM
Hey all, hopefully a quick and easy question.

I'm wondering if ActionScript is capable of query strings?

What I mean is this...

http://www.url.com/flashfile.swf?variableName=ThisWouldBeIt

Then, using Actionscript, grab that variable name to be used for other purposes.

Is that possible?

Sorry if this is in the wrong forum.

_Aerospace_Eng_
10-08-2006, 04:40 AM
Yeah it can do it. You would need to use this to reference the string you want to get in your actionscript
var blah = this.variableName;