Okay, well, I found this nifty little flipbook a few weeks ago, and in any case I can’t get it to work. I know VERY little about flash but…
here is what Adobe Flash spit out:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="800" height="600" id="flipbook" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="flipbook.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="flipbook.swf" quality="high" bgcolor="#ffffff" width="800" height="600" name="flipbook" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
And here’s what I did to clean it up, following the Flash Satay article (http://www.alistapart.com/articles/flashsatay/):
<p>
<object type="application/x-shockwave-flash" data="c.swf?path=flipbook.swf">
<param name="flipbook" value="c.swf?path=flipbook.swf" />
</object>
</p>
And since it’s not displaying anything (nor anything on the page after were the flash object is suppose to be) I am sure I screwed something up.
Assistance please? :sick: