>
Download This Plugin | |
Download Elegant Themes | |
Name | WP-SWFObject |
Version | 2.4 |
Author | Jim Penaloza Calixto |
Rating | 100 |
Last updated | 2011-10-03 05:32:00 |
Downloads |
133639
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
WP-SWFObject plugin added 10 kB of resources to the Home page and 10 kB of resources to the sample Post page.
WP-SWFObject plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! WP-SWFObject plugin ads no tables to your Wordpress blog database.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