owain182 on "Flash header problems when permalinks are turned on (works only on homepage)"
April 18, 2010 by David Olsen
Using the kimil flash embed plug in, in the actual header file all I put is:
[kml_flashembed movie="filename.swf" width="800" height="200"]
If I view the page source, this is what it generates
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
id="fm_filename_32062554"
class="flashmovie"
width="800"
height="200">
<param name="movie" value="filename.swf" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash"
data="filename.swf"
name="fm_filename_32062554"
width="800"
height="200">
<!--<![endif]-->
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
There’s also these options in the settings page of the plug in
http://kimili.com/images/121.png
But I’m not sure whether any of them should be in the header code. As it is now, with the code above it works fine on the homepage and if I turn off permalinks it works on every page.
Thanks!





Comments
Facebook comments:
Feel free to leave a comment...
and oh, if you want a pic to show with your comment, go get a gravatar!