the html code is as follows
<PARAM NAME=movie VALUE="url.swf?<%=Request.QueryString()%>">
......
<EMBED src="url.swf?<%=Request.QueryString()%>"
I get URLs like url.swf?bb=3
in the movie on 3rd frame, level 1, i have these actions:
if (bb==1) {
getURL(" "_self"
;
} else if (bb==2) {
getURL(" "_self"
;
} else if (bb==3) {
getURL(" "_self"
;
} else if (bb==4) {
getURL(" "_self"
;
any ideas why the getURL aren't working?
<PARAM NAME=movie VALUE="url.swf?<%=Request.QueryString()%>">
......
<EMBED src="url.swf?<%=Request.QueryString()%>"
I get URLs like url.swf?bb=3
in the movie on 3rd frame, level 1, i have these actions:
if (bb==1) {
getURL(" "_self"
} else if (bb==2) {
getURL(" "_self"
} else if (bb==3) {
getURL(" "_self"
} else if (bb==4) {
getURL(" "_self"
any ideas why the getURL aren't working?