Embedding Flash in WordPress
Feb 01
If you’ve struggled through the nightmare of adding Flash content to your WordPress blog then let me give you a tip. You should consider installing the Kimili Flash Embed plugin. Installation is a breeze and embedding your Flash movie is a simple one-liner that looks something like this:
[kml_flashbed movie="yourmovie.swf" width="640" height="480" /]
That’s the basic syntax to get your movie embedded. There are several attributes that can be used within this code and can be reviewed at the link above. It doesn’t get much easier than this!

Hi, thanks for this. I’ve installed the plugin. WHat do I do next?
After you have the plugin installed all you need to do is embed the code:
[kml_flashbed movie=”yourmovie.swf” width=”640″ height=”480″ /]
directly in your WordPress post and it should take care of the rest.