<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">well, the swfobject is there and it's writing the swf to the page, so we know that all of that is working fine.<DIV><BR class="khtml-block-placeholder"></DIV><DIV>one thing i did notice, that may depend on how your swf is set up - you pass in a var called streamName, and this is the value:</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><FONT class="Apple-style-span" size="3"><SPAN class="Apple-style-span" style="font-size: 12px;">library/media/RLT.flv</SPAN></FONT></DIV><DIV><FONT class="Apple-style-span" size="3"><SPAN class="Apple-style-span" style="font-size: 12px;"><BR class="khtml-block-placeholder"></SPAN></FONT></DIV><DIV><FONT class="Apple-style-span" size="3"><SPAN class="Apple-style-span" style="font-size: 12px;">but when I add that on to the url, i get a 404:</SPAN></FONT></DIV><DIV><FONT class="Apple-style-span" size="3"><SPAN class="Apple-style-span" style="font-size: 12px;"><BR class="khtml-block-placeholder"></SPAN></FONT></DIV><DIV><FONT class="Apple-style-span" size="3"><SPAN class="Apple-style-span" style="font-size: 12px;"><A href="http://www.petclubintl.com/comps/test/library/media/RLT.flv">http://www.petclubintl.com/comps/test/library/media/RLT.flv</A></SPAN></FONT><FONT class="Apple-style-span" size="3"><SPAN class="Apple-style-span" style="font-size: 12px;"></SPAN></FONT></DIV><DIV><FONT class="Apple-style-span" size="3"><SPAN class="Apple-style-span" style="font-size: 12px;"><BR class="khtml-block-placeholder"></SPAN></FONT></DIV><DIV><FONT class="Apple-style-span" size="3"><SPAN class="Apple-style-span" style="font-size: 12px;">maybe that's the problem?</SPAN></FONT></DIV><DIV><FONT class="Apple-style-span" size="3"><SPAN class="Apple-style-span" style="font-size: 12px;"><BR class="khtml-block-placeholder"></SPAN></FONT></DIV><DIV><BR><DIV><DIV>On Aug 3, 2006, at 12:43 PM, John Deitz wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"> <DIV dir="ltr" align="left"><FONT face="Arial" color="#0000ff" size="2"><SPAN class="858064216-03082006">I've replicated the setup on two windows-based servers and on UNIX-based server.  It works on the UNIX server.</SPAN></FONT></DIV> <DIV dir="ltr" align="left"><FONT face="Arial" color="#0000ff" size="2"><SPAN class="858064216-03082006"></SPAN></FONT> </DIV> <DIV dir="ltr" align="left"><FONT face="Arial" color="#0000ff" size="2"><SPAN class="858064216-03082006">Any idea what server settings I might check??</SPAN></FONT></DIV> <DIV dir="ltr" align="left"><FONT face="Arial" color="#0000ff" size="2"><SPAN class="858064216-03082006"></SPAN></FONT> </DIV> <DIV dir="ltr" align="left"><FONT face="Arial" color="#0000ff" size="2"><SPAN class="858064216-03082006">Thanks.</SPAN></FONT></DIV><BR> <DIV class="OutlookMessageHeader" lang="en-us" dir="ltr" align="left"> <HR tabindex="-1"> <FONT face="Tahoma" size="2"><B>From:</B> swfobject-bounces@lists.deconcept.com [<A href="mailto:swfobject-bounces@lists.deconcept.com">mailto:swfobject-bounces@lists.deconcept.com</A>] <B>On Behalf Of </B>Geoff Stearns<BR><B>Sent:</B> Wednesday, August 02, 2006 10:44 PM<BR><B>To:</B> <A href="mailto:swfobject@lists.deconcept.com">swfobject@lists.deconcept.com</A><BR><B>Subject:</B> Re: [SWFObject] Problem running SWF Player<BR></FONT><BR></DIV> <DIV></DIV>oh, should have said that in the first mail. <DIV><BR class="khtml-block-placeholder"></DIV> <DIV>grab v. 1.4.4 from SVN - svn.deconcept.com/swfobject/trunk/ and try that.</DIV> <DIV><BR class="khtml-block-placeholder"></DIV> <DIV><BR> <DIV> <DIV>On Aug 3, 2006, at 1:37 AM, Daniel Zabinskas wrote:</DIV><BR class="Apple-interchange-newline"> <BLOCKQUOTE type="cite"><FONT face="Verdana, Helvetica, Arial"><SPAN style="FONT-SIZE: 12px"><A href="http://www.immersivestaging.com/swfobject/">http://www.immersivestaging.com/swfobject/</A><BR>There   are no javascript errors, just that the window.onbeforeunload is being   triggered by any javascript code on the page, even though there is no action   to navigate to another page.<BR>Even if you type javascript:alert(); in the   URL, the bug still occurs.<BR></SPAN></FONT>  <BLOCKQUOTE type="cite"><FONT face="Verdana, Helvetica, Arial"><SPAN style="FONT-SIZE: 12px"><BR>can you post a link to the page you     uploaded?<BR><BR>are there any javascript errors?<BR><BR><BR>On Aug 2, 2006,     at 6:47 PM, John Deitz wrote:<BR><BR></SPAN></FONT>    <BLOCKQUOTE type="cite"><FONT face="Verdana, Helvetica, Arial"><SPAN style="FONT-SIZE: 12px"><BR><BR></SPAN></FONT><SPAN style="FONT-SIZE: 12px"><FONT face="Arial">I'm using SWF object to run a FLV       player that gets passed a "skin" file and the target file as variables.       The CDATA looks like this:<BR></FONT><FONT face="Verdana, Helvetica, Arial"><BR><BR><BR></FONT><FONT face="Arial">//       <![CDATA[<BR>var so = new SWFObject("eplayer.swf", "eplayer", "340",       "255", "8", "#666666");<BR>so.addParam("salign",       "lt");<BR>so.addParam("quality",       "high");<BR>so.addVariable("flashVarText",       "&skinName=eskin&streamName=RLT.flv&autoPlay=true&autoRewind=false");<BR>so.write("flashcontent");<BR>//       ]]><BR></FONT><FONT face="Verdana, Helvetica, Arial"><BR></FONT><FONT face="Arial">Everything works as expected (the FLV plays with the skin) on       my local machine, but when I upload all the components to a web server,       there is not evidence that the player, skin or FLV file are recognized.       I'm baffled, since I've uploaded to two different servers with the same       result.<BR></FONT><FONT face="Verdana, Helvetica, Arial"><BR><BR><BR></FONT><FONT face="Arial">Has       anyone else seen this problem? Thanks in advance for       ideas!<BR></FONT><FONT face="Verdana, Helvetica, Arial">_______________________________________________<BR>SWFObject       mailing list<BR><A href="mailto:SWFObject@lists.deconcept.com">SWFObject@lists.deconcept.com</A><BR><A href="http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com">http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com</A><BR><BR></FONT></SPAN></BLOCKQUOTE><SPAN style="FONT-SIZE: 12px"><FONT face="Verdana, Helvetica, Arial"><BR><BR>    <HR align="center" width="100%" size="1">    Message protected by MailGuard: e-mail anti-virus, anti-spam and content     filtering.<BR><A href="http://www.mailguard.com.au">http://www.mailguard.com.au</A><BR><BR>Report     this message as spam <<A href="https://login.mailguard.com.au/report/1qIvMKiZoz/2lBFb2p4IU5hodE5bLlEMz/2.495">https://login.mailguard.com.au/report/1qIvMKiZoz/2lBFb2p4IU5hodE5bLlEMz/2.495</A>>     <BR><BR><BR>    <HR align="center" width="95%" size="3">    </FONT></SPAN><FONT size="2"><FONT face="Monaco, Courier New"><SPAN style="FONT-SIZE: 10px">_______________________________________________<BR>SWFObject     mailing list<BR><A href="mailto:SWFObject@lists.deconcept.com">SWFObject@lists.deconcept.com</A><BR><A href="http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com">http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com</A><BR></SPAN></FONT></FONT></BLOCKQUOTE><FONT size="2"><FONT face="Monaco, Courier New"><SPAN style="FONT-SIZE: 10px"><BR></SPAN></FONT></FONT><BR>  <HR size="1">  Message protected by MailGuard: e-mail anti-virus, anti-spam and content   filtering.<BR><A href="http://www.mailguard.com.au">http://www.mailguard.com.au</A><BR><BR><BR>  <DIV style="MARGIN: 0px">_______________________________________________</DIV>  <DIV style="MARGIN: 0px">SWFObject mailing list</DIV>  <DIV style="MARGIN: 0px"><A href="mailto:SWFObject@lists.deconcept.com">SWFObject@lists.deconcept.com</A></DIV>  <DIV style="MARGIN: 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><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>