Insert Flash movies with SWFObejct in Wordpress 2.0

Thursday, May 1, 2008

After running in several patches and tests to find the best way to put content assets - such as Flash - in Blog, I think that they have finally solved once and for all the problem. I had already discussed the issue of SWFObject Library 2.0, useful in achieving sites with content-type Adobe Flash. Fortunately Unijimpe had a Plugin for Wordpress able to exploit the potential of SWFObject and simplify the inclusion in the Post. To use it, in fact, simply activate the plugin and enter inside the post:

CODE:
  1. /wp-content/uploads/ 2006 / 05 / 7762 . swf , 231 , 132 [ /SWF ] [SWF] / wp-content/uploads / 2006 / 05 / 7762. Swf, 231, 132 [/ SWF]

You can also use the Plugin to insert Flash content even within the same blog, such as Sidebar:

PHP:
  1. <div id= "sidebar">
  2. "boton.swf" , "100" , "22" ) ; ?> <? php wp_swfobject_echo ( "boton.swf", "100", "22");?>
  3. </ div>

Related Post