We'll create fresh WordPress site with WP-SWFObject installed. You have 20 minutes to test the plugin after that site we'll be deleted.
This plugin enable insert flash movies into WordPress using SWFObject with simple quicktag [swf][/swf]
.
Features
<object>
code for RSS and iPhone compatibility To insert swf into post content or text widget use:
[swf]movie.swf, width, heigth[/swf]
To insert swf with flashvars use:
[swf]movie.swf, width, heigth, var1=val1&var2=val2[/swf]
To insert swf on template, use the php code:
<?php wp_swfobject_echo("movie.swf", "width", "heigth"); ?>
To insert swf with flashvars on template, use the php code:
<?php wp_swfobject_echo("movie.swf", "width", "heigth", "var1=val1&var2=val2"); ?>
For more information visit plugin website