Flash development

Moderators: None (Apply to moderate this forum)
Number of threads: 227
Number of posts: 388

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
How to add flash videos to blog Posted by Sweet_chilD on 16 Sept 2009 at 2:59 AM
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.

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 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
<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 FLV player with videos will appear on your blog.

Source is http://www.flash-video-mx.com/webplayer-resources/add-videos-to-blog.html
Thread Tree
Sweet_chilD How to add flash videos to blog on 16 Sept 2009 at 2:59 AM
fgaermj Re: How to add flash videos to blog on 18 Dec 2009 at 4:03 AM
raechel Re: How to add flash videos to blog on 20 May 2010 at 12:23 AM
XXXheros Re: How to add flash videos to blog on 12 Feb 2011 at 6:47 PM
lawmaker121 Re: How to add flash videos to blog on 25 Aug 2011 at 5:46 AM
lawmaker121 This post has been deleted. on 25 Aug 2011 at 5:47 AM
lawmaker121 This post has been deleted. on 25 Aug 2011 at 5:49 AM



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.