Hello, I have installed the snippet and called it using:
[!SWFObject? &mode=`static` &flashVersion=`9.0.0` &objId=`myFlashContent` &objWidth=`350` &objHeight=`200` &swfFile=`assets/images/projects/dash/dash.swf`!]
It works but it doesn’t... The flash gets embedded but it just shows a white box and the file never actually loads... Looking at the source I came across this in the head area:
<script type="text/javascript">
swfobject.registerObject("<span clas", "9.0.0", "assets/snippets/swfobject/expressInstall.swf");
</script>
and this where i called the snippet:
<object id="<span clas" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="350" height="200">
<param name="movie" value="<span clas" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="<span clas" width="350" height="200">
<!--<![endif]-->
<p>Please download Flash player <a href="http://www.adobe.com/go/getflashplayer">here</a>.</p>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
whats with the <span clas? I am assuming thats whats preventing the file from loading correctly...

?
Thanks!
Mike