We Used to Install Different plugins in WordPress blog in order to Embed any SWF Flash in our blog. But by using this the Site slows Down and takes longer time to load the Flash. We have a Solution for that. We can Simply use HTML code to add a SWF Flash file into Blog Post / Page.

Some bloggers use different Blogging Plugins such as  WP-SWFObject and SwfObj Plugin in Order to add Flash Objects. But I have a method using which we do not need to add any Plugin .

Here I want to List some Steps-

1. Upload the SWF Flash File into your Blog / Web Directory . The url of the File must be something like this http://rightyaleft.com/wp-content/uploads/2012/02/pallo.swf which must end with .swf .

2. Copy the URL of the Flash.

3.  Copy and paste the code given below into blog post editor, and update the red-colour text with the web path of uploaded SWF file and Blue Color (Optional) to the Size of the Flash height width which is Optional.

<object classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″ codebase=”http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab” width=”500” height=”500” id=”test1″>
<param name=”movie” value=”http://rightyaleft.com/wp-content/uploads/2012/02/pallo.swf” /><embed src=”http://rightyaleft.com/wp-content/uploads/2012/02/pallo.swf” width=”500” height=”500” name=”test1″ type=”application/x-shockwave-flash” pluginspage=”http://www.adobe.com/go/getflashplayer” /></object>

 

Here is the Preview of the Above Code –

Note – Do not copy the Exact Code. Edit it and use it.

One Response

Leave a Reply