[SWFObject] External Interface

Tiago Vale tiago.vale at gmail.com
Mon May 22 05:41:25 PDT 2006


A further search made me realize that its something to do with the tag id



This works

<div id="flashcontent" style="position: absolute; left: 450px; top: 300px;
height: 400px; width: 100px;">
  <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
width="550" height="555" id="" align="middle">
<param name="movie" value="media/cardchooser.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#a6caf0" />
<param nam="allowScriptAccess" value="always">

</object>
</div>


this doesnt

<script type="text/javascript">
    //<![CDATA[
   var so = new SWFObject("media/cardchooser.swf", "flashcontent", "500",
"555", "8", "#a6caf0");
   so.write("flashcontent");

   hideFlash();
   // ]]>
</script>







-- 
Cheers Tiago Janz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.deconcept.com/pipermail/swfobject-deconcept.com/attachments/20060522/4f9cdbb4/attachment-0005.htm>


More information about the Swfobject mailing list