On internet, there are more and more people ask questions like "How can I add flash videos to my website?", "How can I embed a flash video(FLV) into my web
page?", "How to insert an abobe flash video into frontpage?" Here, I will give a step-by-step user guide to solve these problems.
Step-by-step User Guide:
Step 1. Download Moyea Web Player from playerdiy.com, install and launch it
Step 2. Add videos into Moyea Web Player (Moyea Web Player offers free
Video4Web Converter to
convert the all video to flash video)
Step 3. moyea Web Player Pro 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 with your web pages files on your host server.
Step 5. open index.html with notepad or dreamweaver, edit the embeded code to
<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>
Step 6. Copy and paste the edited embedded code to your web page. Then the
flash video player with videos will
appear on your website.
Source is
http://www.flash-video-mx.com/webplayer-resources/add-videos-to-website.html