Search : in
By :

Flash video player

Last answer on Oct 12, 2009 8:43:42 am BST Shirley1874, on Oct 12, 2009 8:22:34 am BST 
 Report this message to moderators

Many people think it’s very difficult to realize playing videos on their own website, blog, forum or e-store, because it’s difficult for them, who don’t know any coding knowledge, to customize an own-branded web Flash video player like YouTube player for web. So if they want to play videos on their own website, they have to compress their videos size to 10 mins or smaller and upload to YouTube, and then get the embed codes of the videos for embedding onto website. Although they know the drawbacks like the videos will belong to YouTube, the video quality will be lower, etc.

In fact, it’s not difficult to customize a skinning web FLV player any more. Here, I will introduce a way to customize a skinning web FLV player with full-screen capability and playlist. At present, this way is the easiest one, which only needs a few mouse clicks.

Step 1: Open Moyea Web Player on your PC (Moyea Web Player is an easy and effective web Flash video player creator.)

Step 2: Input flash videos you want to play on webpage into Moyea Web Player (If your videos are not flash videos, please convert them to).
http://www.playerdiy.com/images/tutorial/customize-web-playe­r/input-videos.jpg

Step 3: Choose a player skin(here, I use the default one), and remove the embed code area.

http://www.playerdiy.com/images/tutorial/customize-web-playe­r/choose-skin.jpg

http://www.playerdiy.com/images/tutorial/customize-web-playe­r/remove-embed-code.jpg

Check "Auto choose next" to make the player can player next video automatically

http://www.playerdiy.com/images/tutorial/customize-web-player/choose-next-video.jpg

Step 4: Click“Publish” button to generate a web flash video player and other related files (Note: if you want to get a separate playlist file, please check “Out File”)

Step 5: Upload all the published files except the index.html file, to the same folder of your web server

Step 6: Embed the generated player onto your webpage with the embed code below (you can get it on the generated index.html file):
<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><code>

Note:
1. No <object> </object> tag outside the embed code.

2. mwplayer.swf is the actual flash video player. If it resides in another directory, then point to it with a relative path (e.g. /player/mwplayer.swf) or an absolute path (e.g. http://www.yourdomain.com/player/mwplayer.swf ).
For example:

<code><script type="text/javascript" src="http://www.yourdomain.com/players/swfobject.js"></script>
<div id="flashcontent">Player will show here</div>
<script type="text/javascript">
var so = new SWFObject('http://www.yourdomain.com/players/mwplayer.swf','player','450','400','9');
so.addParam('wmode','opaque');
so.addParam('quality','high');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.write("flashcontent");
</script><code>
3. '500','450' is the width and the height of the player, you could change them to change the player size.

Step 7: The flash video player will appear on your website.

Configuration: Windows XP
Firefox 3.5.3

Best answers for « Flash video player » in :
Video player displaying the following message 'Video is loading' ShowVideo player displaying the following message 'Video is loading' In the case that you open a video (streaming) on a website, using Firefox, the video is black and displays "video is loading" in the center of the player. It is...
How to capture streaming videos from the Internet ShowHow to capture streaming videos from the Internet Download-helper Websites Firefox extension Commercial softwares Info Many websites like YouTube use a Flash Video format that enables highly-compressed streaming video to effectively...
How to add subtitles in a video? ShowHow to add subtitles in a video? Source and output Extras Settings Queue Download Subtitles Many people seek to incorporate subtitles in a video no longer have two separate files and can also play the video player on show.
Download GLM FLV Player ShowGodLikeMouse Flash Video Player or GLM is a FLV file player. The videos are in Flash format that are common on the sites of distribution of video streaming. Advantage A reading optimized with respect for the proportions of the dimensions on the...
Download FLV-Media Player ShowFLV-Media Player is other than a reader of files FLV. This format being the one who is the most spreading among videos in online uninterrupted broadcasting, notably on sites specialized as YouTube. FLV-Media Player allows you to create a list of...
MKV format (Matroska Video) ShowMKV format The MKV format (Matroska Video) is an entirely free video format. More precisely, it is a container (hence the name Matroska, in reference to the Russian dolls contained within another) making it possible to contain video (DivX, Xvid,...
Flashing the BIOS ShowWhat does it mean "to flash"? The BIOS (Basic Input/Output System) is a small memory chip located on the motherboard containing data that defines the system parameters. The data may, however, contain errors (bugs). Furthermore, when new hardware...
Dolby Digital / AC3 ShowIntroduction to the Dolby Digital format Launched in 1987, the Dolby Digital format is a digital audio encoding standard developed by Dolby Labs. Unlike Dolby ProLogic systems, Dolby Digital audio tracks are independent (the term "discrete" is also...

1

 LouisSteph, on Oct 12, 2009 8:43:42 am BST

Hey that's great.

I was looking to add this on mine.

Thanks!

Reply to LouisSteph