jumpjump Joined: Feb 07, 2007 Posts: 37 PM |
In order to play back FLV video on blog or podcast website or other video sharing websites to communicate with your friends and family without the limitation of time and space, you need the videos to be in the FLV format. In this article, we will show you how to convert various video formats, such as MPEG, WMV, MOV, MP4, MPG to FLV encoded files.
First of all, please download a video converter software, and we recommend that you download and install Flash Video MX.
click here to download and install FLash Video MX
Flash Video MX is a professional Flash Video facility and an ideal choice for professional developers and designers. It is easy to use, yet powerful with excellent performance and can convert different formats of videos into high-quality and small-sized Flash Videos (FLV) in the least time, including that of AVI, MPG, MPEG, WMV, RM, RMVB, MOV, MP4, etc. It can automatically create Flash Video player (SWF) for the generated FLV. Besides, there are various skins and styles in the player to choose. This is the main interface of the Converter:
In the Flash Video MX installation folder, there is a folder named "Control", in which each of the SWF files is a FLV Player. These SWF files not only can be applied by Flash Video MX, but also are independent FLV Players. The SWF file generated by Flash Video MX can be an independent FLV Player as well. The difference between the SWF file as FLV player generated and the SWF file in the "Control" folder lies in that the default action of the SWF file in the "Control" folder has been changed according to the settings in Flash Video MX to generate a new SWF file.
What you need to do is to embed this SWF file into an HTML page, and then pass a character string named playerOpts from the SWF file path, so as to control the action of the control bar. You can code the page like the following:
objct classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="400" height="300">
param name=movie value="mflvplayer.swf?playerOpts=targetClip*demo.flv*s">
param name=quality value=high>
ebed src="mflvplayer.swf?playerOpts=targetClip*demo.flv *s" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="400" height="300">
/emdeb>
/object>
Do you notice the mflvplayer.swf in italic? It is one of those independent FLV Players.
you can insert player in dreamweaveror or blog website, then you can upload them to your website or blog to communicate with friend and family like youtube
you can ger more info fromn their official website:
http://www.video-to-flash.com
[ This Message was edited by: jumpjump on 2008-10-30 02:15 ] |