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

Wednesday, March 25, 2009

How to make a video auto play on web page

Many people feel confused on how to make a video auto play on a web page when the page starts to load. For sometimes the <param name="play" value="true"> has obviously been set but the video still does not auto play. Sometimes even you have done a lot of settings, but still fail, and several hours are spent on it.
Now I know there is an easy solution to this problem. Just a few clicks and you can easily make a video auto play on a web page. Moreover, with this solution, you can also make your own flash video player for your website, and add advertisements and watermark to your videos, it really kill two birds with one stone.

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

Watch Hot Hollywood movies for free

1. Download Moyea web player (it is free), launch it in your PC. Moyea web player pro is a quick and easy solution for making a flash video player for your website.

2. Input flash videos into Moyea Web Player. If your video is not FLV, you can use the four converters that recommended in Encoder tab to convert the video file to FLV or MP4, MOV, 3GP, 3G2 with H.264 codec that can be supported by Adobe Flash Player.

3. Click “Template” menu>>Options>>Playback settings, here uncheck “Pause at first frame”.

4. Customize the skin of the flash video player (optional).



5. Click "Publish" button to generate a web FLV player and other related files (Note: if you want to get a separate playlist file, please check "Out File")

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

7. 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>


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

8. The FLV player will appear on your website and the FLV can auto play when the page starts to load.

Stumble Upon Toolbar

Monday, March 23, 2009

Convert video to FLV for free (free video to FLV converter)

1. Download and install Video4Web Converter from moyea. This tool is a freeware. It is a professiona and easy to use video to flv converter. Then run the program, you will see the main interface.



2. Click "Add" button to import the video file to the video to flash video converter, then you will see the interface of the program below.

3. Then you can start your settings for your conversion. Open the style and profile drop-down bars to select the target conversion format for your specific needs like playback on iPod, iPhone, Apple TV, PSP, Zune. After this, please open output drop-down bar to specify where to save your converted files.



4. Previewing the video is a good choice for you. Under the preview window, you can click the button to capture the still pictures to save on your PC for enriching the picture collection.

5. If you want to the best effects from the output, you can click "Customize" button to set effects of video brightness or contrast and audio volume, trim duration time, and crop video file. In addition, you can tick to modify the image effects in flipping and deinterlace.



6. Start to run the program by clicking the button. After this, you can confirm the converted file on your PC by hitting open button. Here all the preparing work is finished. Then you can transfer the converted file to meet your specific needs for enjoyment.



---
Want to make a flash video player for your website with ease? Check this article "How to make a flash video player for your website to control the playback of FLV files"

Stumble Upon Toolbar

Wednesday, March 4, 2009

Three ways to put Youtube video on your website

Let's suppose this scene -
I have made my own website, now I want to add a video from Youtube onto my website. And I heard there is a way to put youtube into my site instead of making my own video sharing program... is this possible?

Yes, it is possible, in reality it is rather easy. Now I introduce three ways to put Youtube video to your website, hope it helps.

1. On each page of Youtube video, look on the right side of the video, it should say "embed" without quotes, the code in this "embed" text box is for users to embed the video to web page, then open the source file of your website with Dreamweaver or notepad and copy the code to the web page.

2. Firstly download the Youtube video to your computer with Leawo Youtube Download, which is totally free, then use Moyea web player (it is free) to add the video from your computer to website. With Moyea web player, you can also design a skinnable media player on your website, it is a flash video player maker that provides quick and easy solution to add videos to web pages and embed a skinnable flash video player to website.

3. Just link it to in your website. This is the simplest way. In your website, you can just add the link to the video on Youtube.

Stumble Upon Toolbar