<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">you wouldn't have to use the redirecturl option..<DIV><BR class="khtml-block-placeholder"></DIV><DIV>you can use some code to get the flash version the user has, and then just insert the correct swf into the page...</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>something like</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>if (flash 8) {</DIV><DIV>swf = "flash8.swf";</DIV><DIV>} else {</DIV><DIV>swf = "flash6.swf";</DIV><DIV>}</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>new swfobject(swf, "myswf", ...</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>just pseudo code, but i'm sure you get the idea...</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>to see how to detect the flash player version, look at flashversion.html in the swfobject zip file.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR><DIV><DIV>On Oct 4, 2006, at 9:05 AM, 3stripe wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><DIV class="moz-text-flowed" style="font-family: -moz-fixed; font-size: 13px;" lang="x-western">Hello all, <BR> <BR>I'm wondering if it's possible or even advisable to serve 2 different version of a flash file using swfObject, one in v8 with nice font aliasing and effects, and a fallback version in v6 for those that haven't upgraded their flash player recently. <BR> <BR>The site in question is all contained in one swf, so it wouldn't be a biggie to publish as v8 and v6 each time. <BR> <BR>Would be interested to hear your thoughts or past experiences with anything similar. <BR> <BR>I'm guessing you could achieve this using the 'redirectUrl' parameter... <BR> <BR>Best regards, <BR> <BR>James <BR>(ping me on Google Talk if you like) <BR> <BR></DIV>-- <BR><A href="http://www.3stripe.net/">http://www.3stripe.net/</A><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">_______________________________________________</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">SWFObject mailing list</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="mailto:SWFObject@lists.deconcept.com">SWFObject@lists.deconcept.com</A></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com">http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com</A></DIV> </BLOCKQUOTE></DIV><BR></DIV></BODY></HTML>