Step-by-step User Guide:
Step 1. Download Moyea Web Player, install and launch it

Step 2. Add videos into Moyea Web Player (Moyea Web Player offers a free Video4Web converter to convert all videos to flash videos)

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 with your web page files of a hosting, e.g.: http://www.free-webhosts.com/foldername/
Step 5. Open index.html with notepad or dreamweaver, edit the embeded code to
- Code: Alles auswählen
<script type="text/javascript" src="swfobject.js"></script>
<div id="flashcontent">Player will show here</div>
<script type="text/javascript">
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");
</script>
Step 6. Copy and paste the edited embedded code to your blog. Then the web Flash video player with videos will appear on your blog.
