Go Back   WAHM Forums - WAHM.com > Closed Forums > Site owners, Discounts, Contests, link/article exchanges ...
New! Use your Facebook, Google, AIM & Yahoo accounts to securely log into this site, click logo to login  

Welcome to the WAHM Forums - WAHM.com.

Welcome to WAHM Forums

Already registered? Login above 

OR

To take advantage of all the site's features, become a member of the largest community of Work-At-Home Moms.

The advertising to the left will not show if you are a registered user.


 
 
Thread Tools Display Modes
  #1 (permalink)  
Old 11-12-2009, 01:42 AM
Banned
 
Join Date: Nov 2009
Location: United States
Posts: 70
Send a message via ICQ to stephenz Send a message via AIM to stephenz Send a message via MSN to stephenz Send a message via Yahoo to stephenz Send a message via Skype™ to stephenz
Default Add flash videos to website with Web FLV player

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.

Before start, it is recommended to convert your video to FLV. Because FLV can be played on most of web browsers and 99% of all Internet users have installed Adobe Flash Player on their web browsers. You can use the FLV encoders here – http://www.playerdiy.com/downloads/converter/

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



Step 3. Moyea Web Player publishes some files like a swf file ( FLV player ) 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
Code:
<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.
Sponsored Links

This ad is not displayed to registered and logged-in members.
Register your free account today and become a member on WAHM!

 
This ad will disappear if you login

 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off