This plugin enable insert flash movies into WordPress using SWFObject library for prevening EOLA'S.
Features
<object> code for RSS compatibility For insert single swf into post use:
[SWF]movie.swf, width, heigth[/SWF]
For insert swf with flashvars use:
[SWF]movie.swf, width, heigth, var1=val1&var2=val2[/SWF]
For insert swf into code of blog use:
<?php wp_swfobject_echo("movie.swf", "width", "heigth"); ?>
For more information visit plugin website




