I declare variable in html like this:
In 3DFA 4 Release 6 was simply to get variable clickTag - in my button I was adding a script to "Button up" action:Code:<param name="movie" value="movie.swf?clickTag=http://site.com"> ... <embed src="movie.swf?clickTag=http://site.com"
I tried this in 3DFA 4.9.8 but not working. I tried also:Code:postURL(clickTag, '_blank');
orCode:getURL(clickTag, "_blank");
- but still not working...Code:getURL(_root.clickTag, "_blank");
How to get variable from html using GET method?




Reply With Quote