[SWFObject] Problem running SWF Player

John Deitz jdeitz at optimalenterprise.com
Wed Aug 2 15:47:46 PDT 2006


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:
 
  // <![CDATA[
  var so = new SWFObject("eplayer.swf", "eplayer", "340", "255", "8",
"#666666");
  so.addParam("salign", "lt");
  so.addParam("quality", "high");
  so.addVariable("flashVarText",
"&skinName=eskin&streamName=RLT.flv&autoPlay=true&autoRewind=false");
  so.write("flashcontent");
  // ]]>

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.
 
Has anyone else seen this problem?  Thanks in advance for ideas!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.deconcept.com/pipermail/swfobject-deconcept.com/attachments/20060802/a6b8365b/attachment-0004.htm>


More information about the Swfobject mailing list