<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2912" name=GENERATOR></HEAD>
<BODY>
<DIV>
<DIV align=left><FONT face=Tahoma color=#333300 size=1><FONT face=Arial 
color=#000000 size=2><SPAN class=890263922-02082006>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:</SPAN></FONT></FONT></DIV>
<DIV align=left><FONT face=Tahoma color=#333300 size=1><FONT face=Arial 
color=#000000 size=2><SPAN 
class=890263922-02082006></SPAN></FONT></FONT> </DIV>
<DIV align=left><FONT face=Tahoma color=#333300 size=1><FONT face=Arial 
color=#000000 size=2><SPAN class=890263922-02082006>  // 
<![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></SPAN></FONT></FONT></DIV>
<DIV align=left><FONT face=Tahoma color=#333300 size=1><FONT face=Arial 
color=#000000 size=2><SPAN class=890263922-02082006>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.</SPAN></FONT></FONT></DIV>
<DIV align=left><FONT face=Tahoma color=#333300 size=1><FONT face=Arial 
color=#000000 size=2><SPAN 
class=890263922-02082006></SPAN></FONT></FONT> </DIV>
<DIV align=left><FONT face=Tahoma color=#333300 size=1><FONT face=Arial 
color=#000000 size=2><SPAN class=890263922-02082006>Has anyone else seen this 
problem?  Thanks in advance for 
ideas!</SPAN></FONT></DIV></FONT></DIV></BODY></HTML>