Plugin Directory

WP-SWFObject

Author: Jim Penaloza Calixto

This plugin enable insert flash movies into WordPress using SWFObject library for prevening EOLA'S.

Features

  • Easy install
  • Insert Flash movie with simple code
  • Panel for easy configuration
  • Config flash player version required
  • Config message for iPhone Browser
  • Support FlashVars param
  • Support FullScreen param
  • Generate <object> code for RSS compatibility
  • Select version of SWFObject (1.5 or 2.0)
  • Allow use SWFObject from Google AJAX Libraries API
  • Detect iPhone Browser to show message o link for Youtube Videos
  • Easy integration with Youtube videos
  • Support for show Loading image

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