Sunday, May 10, 2009

How to add flash videos to blog

On internet, there are always some people ask questions like "How can I add flash videos to my blog(blogger)?", "How can I add a flash video(FLV) to my blog?", "How can I embed flash videos into my myspace?" Here, I will give a step-by-step user guide to solve these problems.

Note: If the flash video is from Youtube, you might download it to your computer first.

Step-by-step User Guide:

Step 1. Download Moyea Web Player (it is free), install and launch it. Moyea web player is a flash video player maker offers quick and easy solution to make custom flash video player for website and add videos to web page.

Step 2. Add videos into Moyea Web Player (Moyea Web Player offers a free video converter to convert the unaccepted videos to flash video)

Step 3. Moyea web player publishes some files like a swf file named mwplayer.swf and a html file named index.html

Step 4. Upload all the published files to the same folder of a hosting, e.g.: http://www.free-webhosts.com/foldername/

Step 5. Embed the generated player onto your blog post with the embed code below (you can get it on the generated index.html file):<<<Add JavaScript in blogger (blogspot) post
<script type="text/javascript" src="swfobject.js"></script>
<div id="flashcontent">Player will show here</div>
<script type="text/javascript">
var so = new SWFObject('mwplayer.swf','player','500','450','9');
so.addParam('wmode','opaque');
so.addParam('quality','high');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.write("flashcontent");
</script>


Then the flash videos will appear on your blog.

Stumble Upon Toolbar

1 comment: