Friday 31 August 2012

If you see a video that you want to insert in your blog post then you just copy the HTML code given with the video to embed in a web page. But what to do when we want to embed a flash video(.swf)?

No HTML code is given with a flash video to embed in your web page. However you can obtain the link of the flash video, but still cannot embed in your web page or blog post. To embed a flash video in your blogger blog post, you need to place a small piece of code.
1. Create New Post, and switch to Edit HTML mode of post editor.
2. and paste this code wherever you want to show the flash video:

<p><embed align="middle" allowscriptaccess="always" height="400" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="http://www.YOUR-SITE-ADDRESS.com/VIDEO-NAME.swf" type="application/x-shockwave-flash" width="550"></embed></p>
3. Publish the post and see the result. 
Blue is the actual video’s link.
Green is the alignment – you may change it to right or left.
Red is height and width of the video.

0 comments:

Post a Comment