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.
[b]Step-by-step User Guide:
Step 1.[/b] Download [b]Moyea Web Player[/b] from [link=
http://www.playerdiy.com/]playerdiy.com[/link], install and launch it
[img=
http://www.flash-video-mx.com/images/web-player-pro/screenshot/screenshot.jpg][b]Step 2.[/b] Add videos into Moyea Web Player (Moyea Web Player offers a free [link=
http://www.playerdiy.com/downloads/converter/]Video4Web converter[/link] to convert all videos to flash videos)
[img=
http://www.flash-video-mx.com/images/web-player-pro/screenshot/screenshot2.jpg][b]Step 3.[/b] Moyea web player publishes some files like a swf file named mwplayer.swf and a html file named index.html
[img=
http://www.flash-video-mx.com/images/web-player-pro/screenshot/screenshot10.jpg][b]Step 4.[/b] Upload all the published files to the same folder with your web page files of a hosting, e.g.:
http://www.free-webhosts.com/foldername/ [b]Step 5.[/b] Open index.html with notepad or dreamweaver, edit the embeded code to
[code]
Player will show here
var so = new SWFObject('
http://www.free-webhosts.com/foldername/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");
[/code]
[b]Step 6.[/b] Copy and paste the edited embedded code to your blog. Then the [link=
http://www.playerdiy.com/]web FLV player[/link] with videos will appear on your blog.
Source is [link]
http://www.flash-video-mx.com/webplayer-resources/add-videos-to-blog.html[/link]
Comments
If you add flash videos on your blog, it is bad for your blog's rank on google or other search engine.
Well, it is just my own opinion.