PDA

View Full Version : HELP me pass URL


looking4help
05-30-2008, 05:17 PM
hi,

i'm new here and to action-script. I'm trying to figure out how i can pass a url from a querystring, which is a url address, into flash .swf to update a url.

example:

www.actionscript.org/index.asp?url=www.google.com

so, i would like to take that url variable which has the google address and then assign it to a variable into flash to upate a URL...

i'm NEW.. please show me the flash code... thanks...

panel
05-31-2008, 04:28 PM
The best way would be to use some server technology and flashvars param

honeycloverpkiss
06-10-2008, 01:43 PM
Try using onLoadVars or LoadVars functionality in your actionscripts.

hi,

i'm new here and to action-script. I'm trying to figure out how i can pass a url from a querystring, which is a url address, into flash .swf to update a url.

example:

www.actionscript.org/index.asp?url=www.google.com

so, i would like to take that url variable which has the google address and then assign it to a variable into flash to upate a URL...

i'm NEW.. please show me the flash code... thanks...