The url wil go into the html embedding code, not in the Actionscript code. There will be a parameter you define named clickTag in the embedding code that you assign the url to. The Flash file will read that parameter in (on the line: var clickTAG:String = flashVarParam.clickTAG;) and makes use of it in the loadURL function that follows.
↧