[SWFObject] redirectUrl
Tim Woodward
rathermarvellous at hotmail.com
Thu Oct 19 04:23:21 PDT 2006
I am attempting to redirect the user to a flash download selection
page, and the following code does not work :
<script type="text/javascript">
var fo = new SWFObject("test.swf", "test.swf", "100%", "100%",
"8", "#000000");
fo.addParam("quality", "autohigh");
fo.addParam("redirectUrl", "http://test.net");
fo.write("flashcontent");
</script>
Many Thanks.
Tim Woodward.
More information about the Swfobject
mailing list