Tuesday, March 31, 2009

Play flash video / FLV in full screen on website

Maybe some Flash fans or web designers have ever bump into this situation -
They want to display videos on their websites. They know how to convert videos to FLV, make a SWF file as a flash video player, embed FLV files to the SWF player, and embed the SWF player to web pages. But they don't know how to conveniently make a video play as full screen or quit full screen, or sometimes the full screen function works but not does the other times.

In reality the solution to the problem is rather easy as long as they have Moyea web player Pro. Now let's learn how to easily solve this problem with this software.
Tool needed: Moyea web player, it is free

Advertisement by Leawo Free Video Accelerator - Watch and download online videos in high speed without buffering:

Watch Hot Hollywood movies for free

1. Launch Moyea web player on your PC. This tool is a flash video player maker and a quick solution to publish videos to web pages.
2. Import Flash videos to the program.
3. 'Templace'>>'Style', here you can choose which control bar you like for your flash video player on website. Each control bar available will include a Full screen button, once click on the full screen of the control bar, the video will display as full screen. But the Full screen button is invalid under priview mode.


4. Click "publish" to generate a web flv player with the control bar with a full screen and other realted files.
5:Upload all the published files except the index.html file, to the same folder of your web server.
6: Embed the generated player in your webpage with the embed code below(Add JavaScript in blogger (blogspot) post):
<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>

Then the flash videos will appear and you can click the full screen button on the control bar to view it in full screen.

Stumble Upon Toolbar

4 comments:

  1. It's a trial where can i get the full version from

    ReplyDelete
  2. can you post a video on youtube about it and how to use it and it's uses

    ReplyDelete
  3. Thank you man, great post it was exactly what I was looking for.
    See also how to burn flv files to dvd on mac os

    ReplyDelete