flashVars&dynamicURLs
flashVars&dynamicURLs
Out of context: Reply #5
- Started
- Last post
- 7 Responses
- jh0
should be easy enough to concat the two variables together. var myUrl="http://www.yourlocation";
var myRestOfUrl=".com";
var myNewURL=myUrl+myRestOfUrl;
which works for me - email me if your still stuck!!