Flash development

Moderators: None (Apply to moderate this forum)
Number of threads: 221
Number of posts: 377

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
Report
Re: How to add flash videos to blog Posted by fgaermj on 18 Dec 2009 at 4:03 AM
if i were you i'll use iwisoft swf to flv converter to convert flash to flv and then use the flowplayer freeware to play and embed the flv video to blog.
Report
Re: How to add flash videos to blog Posted by raechel on 20 May 2010 at 12:23 AM
making Flash videos is a complicated work, PowerPoint to Flash Converter make this process easier. There are lots of PowerPoint to Flash conversion tools are available in the market like PowerFlashPoint, conito and Flash Demo. All of them provide option to add converted Flash movie in websites/blogs.
Report
Re: How to add flash videos to blog Posted by XXXheros on 12 Feb 2011 at 6:47 PM
I think there is no need for us to add flash videos to blog.
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.
Report
Re: How to add flash videos to blog Posted by lawmaker121 on 25 Aug 2011 at 5:46 AM
Joomla and wordpress provide easy plugins for this purpose.
Report
This post has been deleted. Posted by lawmaker121 on 25 Aug 2011 at 5:47 AM
This post has been deleted.
Report
This post has been deleted. Posted by lawmaker121 on 25 Aug 2011 at 5:49 AM
This post has been deleted.



 

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.