Variable in the URL
Variable in the URL
- Started
- Last post
- 3 Responses
- torres
Does anyone know how I can pass a variable to Flash through a URL?
- unfittoprint0
I would retrieve the variable using php, and then write it in the swf object parameters [param value and embed src].
ie.
value="myfile.swf?{?php print "?lang=".$lang;?}"there's also a javasciprt method.
check this:
http://www.macromedia.com/suppor…
http://www.experts-exchange.com/…
- torres0
thanks