Flash
Flash
Out of context: Reply #10
- Started
- Last post
- 18 Responses
- gun0
if you are already using php and pulling the link from somewhere the easiest thing to do would be to add a variable to the end of the swf name inside your swf's holder page. example:
myswfname.swf?myVarName=
so then the variable is accessible via actionscript by accessing the var name.
youd assign the textfield or link or whatever in flash like this:
myTextFieldName.text=myVarName;you bypass js, browser incomparability issues this way. however,if you have a source that contains that URL that is in plain text, one can also load that source with just actionscript without php.