* 3,000 daily downloads
* 90,000 programs
* 450,000 monthly users
Home > Solution Guides > How to put video on your website with FLV Player?
How to put video on your website with FLV Player?
09/05/2007 DVD Video


There are a number of video to FLV converters which you can find on the Internet ranging in price from free to over $100, such as Riva FLV converter (free), Sothink Video Encoder for Adobe Flash ($45), Geovid Video to flash Converter ($99.95), Sorenson Squeeze 4.5 ($249). Some converters can only convert video to FLV format, not providing Flash video player which is a SWF file you must have to play Flash video on the Web. You can create a Flash video player yourself using Flash authoring tool, or you can download a free Flash video player directly (JW FLV Player is recommended). And some Flash video converters provide Flash video players. For example, the software Video Encoder for Adobe Flash I chose here, enables users to configure the conversion settings freely to get the ideal quality, and can create a Flash video player automatically with customizable playback control skins. The created Flash video player can auto-adapt to the video’s width, height and aspect ratio, thus the FLV video can be displayed without black bars (See the screenshot below). It's very impressive!

Youtube Flash video player:

FLV Player

FLV Player

Convert video to FLV format step by step

  • Step 1. Load the video
    Launch Video Encoder for Adobe Flash. Click "Select..." and choose a video file that you want to convert.
  • Step 2. Edit the video
    Click "Crop & Trim", if you want to edit the source video. You can crop the video, if you want to remove blackbars, or just want a part of the picture. You can trim the video, if you just want to convert a certain duration of video.
  • Step 3. Configure the conversion settings
    Select "User-defined" to enable yourself to customize the audio and video settings. And specify the audio setting and video settings properly. You can check the help file to find more detailed guidance.
  • Step 4. Specify output settings
    Specify an output folder to save the created FLV and SWF files. Check both "Generate FLV" and "Generate SWF ".
    If you want to create a SWF player which can play different FLV files dynamically, you should choose "Get the FLV path from a URL variable and play progressively". Then you need to specify a URL variable name (in the right blank), then the created SWF player can get the FLV path from HTML code using this variable name.
    Otherwise, you can simply choose "Play the created external FLV file progressively".
  • Step 5. Choose skin for Flash video player
    Select a color scheme and style you like. Choose "Classic (Black, Full)" for example. "Full" control panel provides all controls including Play, Pause, Fast forward/backward, Volume control, Mute, Elapsed Time and Duration.
  • Step 6. Start conversion
    Click "Next" to start conversion. It will take a few minutes.
    After the conversion finishes, open the output folder, then you can see the created ".flv" and ".swf" files. You can also use free software FLV Player to play the .flv video directly to see if its quality is good enough. If not, you need to convert the video again, and try some different conversion settings.
Put the FLV video on Web page step by step.
  • Step 1. Upload the created ".swf" file and the ".flv" video file to the same folder on your server. For example, if you want to show the video on http://www.myhomepage.com/index.htm, then upload the ".swf" and ".flv" files together to the path http://www.myhomepage.com/.
  • Step 2. Add the following html code to your page and customize the relating parameters.

    If you have chosen "Get the FLV path from a URL variable and play progressively" , then
    add code:
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"   codebase="<a href="http://download.macromedia.com/pub/shockwave/<BR">http://download.macromedia.com/pub/shockwave/<BR</a>><br />
                                      cabs/flash/swflash.cab#version=7,0,0,0"   width="400" height="300" <BR><br />
                                      id="flashvideoplayer.swf"   align="middle"><BR><br />
                                               <param name="allowScriptAccess"   value="sameDomain"><BR><br />
                                               <param name="movie" <BR></p>
                    <p>                                      value="<a href="http://www.myhomepage.com/flashvideoplayer.swf?<BR">http://www.myhomepage.com/flashvideoplayer.swf?<BR</a>><br />
                                                          flv=http://www.myhomepage.com/myvideofile.flv"><BR><br />
                                                 <param name="quality" value="high"><BR><br />
                                               <param name="bgcolor"   value="#ffffff"><BR></p>
                    <p>                  <embed src="<a href="http://www.myhomepage.com/flashvideoplayer.swf">http://www.myhomepage.com/flashvideoplayer.swf</a>" quality="high"   bgcolor="#ffffff" width="400" height="300" name="flashvideoplayer.swf" <BR><br />
                                      align="middle"   allowScriptAccess="sameDomain" type="application/x-shockwave-flash"   pluginspage="<a href="http://www.macromedia.com/go/getflashplayer"><BR">http://www.macromedia.com/go/getflashplayer"><BR</a>><br />
                                      </object>

    And customize the parameters:
    Replace "myvideofile.flv" with your FLV filename;
    Replace "flashvideoplayer.swf" with your SWF filename;
    Replace "http://www.myhomepage.com/" with your own address;
    Replace the "width" and "height" with your flv file's width and height. Specify the "quality" and "bgcolor" as you want.
    In the code above, flv is just the URL variable name that you should have specified before conversion. The player can automatically get the URL variable's value (http://www.myhomepage.com/myvideofile.flv), and play the Flash Video.

    If you have chosen "Play the created external FLV file progressively ", then
    add code:

    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"   codebase="http://download.macromedia.com/pub/shockwave/<BR>
                      cabs/flash/swflash.cab#version=7,0,0,0"   width="400" height="300" <BR>
                      id="flashvideoplayer.swf"   align="middle"><BR>

                               <param name="allowScriptAccess"   value="sameDomain"><BR>
                               <param name="movie"<BR>
                                          value="http://www.myhomepage.com/flashvideoplayer.swf"><BR>
                                 <param name="quality" value="high"><BR>

                               <param name="bgcolor"   value="#ffffff"><BR>
                               <embed src="http://www.myhomepage.com/flashvideoplayer.swf" quality="high"   bgcolor="#ffffff" width="400" height="300" name="flashvideoplayer.swf" align="middle"   allowScriptAccess="sameDomain" type="application/x-shockwave-flash"   pluginspage="http://www.macromedia.com/go/getflashplayer"><BR>
                      </object><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"   codebase="<a href="http://download.macromedia.com/pub/shockwave/<BR">http://download.macromedia.com/pub/shockwave/<BR</a>><br />
                                      cabs/flash/swflash.cab#version=7,0,0,0"   width="400" height="300" <BR><br />
                                      id="flashvideoplayer.swf"   align="middle"><BR></p>
                    <p>                           <param name="allowScriptAccess"   value="sameDomain"><BR><br />
                                               <param name="movie"<BR><br />
                                                          value="<a href="http://www.myhomepage.com/flashvideoplayer.swf"><BR">http://www.myhomepage.com/flashvideoplayer.swf"><BR</a>><br />
                                                 <param name="quality" value="high"><BR></p>
                    <p>                           <param name="bgcolor"   value="#ffffff"><BR><br />
                                               <embed src="<a href="http://www.myhomepage.com/flashvideoplayer.swf">http://www.myhomepage.com/flashvideoplayer.swf</a>" quality="high"   bgcolor="#ffffff" width="400" height="300" name="flashvideoplayer.swf" align="middle"   allowScriptAccess="sameDomain" type="application/x-shockwave-flash"   pluginspage="<a href="http://www.macromedia.com/go/getflashplayer"><BR">http://www.macromedia.com/go/getflashplayer"><BR</a>><br />
                                      </object>


    And customize the parameters:
    Replace "flashvideoplayer.swf" with your SWF filename;
    Replace "http://www.myhomepage.com/" with your own address;
    And replace the "width" and "height" with your flv file's width and height. Specify the "quality" and "bgcolor" as you want. The Flash video player has the ".flv" file's URL when it is created. So you don't need to specify it in the code.

FLV Player

FLV (Flash Video) is a proprietary file format used to deliver video over the Internet using Adobe Flash Player (formerly known as Macromedia Flash Player) version 6, 7, 8, or 9. FLV content may also be embedded within SWF files. Notable users of the FLV format include YouTube, Google Video, Reuters.com, Yahoo! Video and MySpace.

Commonly FLV files contain video bit streams which are a variant of the H.263 video standard, under the name of Sorenson Spark. Flash Player 8 and newer revisions support the playback of On2 TrueMotion VP6 video bit streams. On2 VP6 can provide a higher visual quality than Sorenson Spark, especially when using lower bit rates. On the other hand it is computationally more complex and therefore will not run as well on certain older system configurations.

Download Now.
Related Downloads:
FLV Player 1.3.3

FLV Player 1.3.3

FLV Player permite a los desarrolladores de Flash reproducir v¨Ēdeos FLV sin necesidad de...

Topics:
FLV Player
put video on your website
website video
add video to website
add video to webpage
put video to web page
webpage video
play .flv video
You may be also interested in:
Daniusoft DVD to Creative Zen Converter is a easy to use DVD to Creative Zen Converter. You can convert DVD to Creative Zen AVI, WMV, MPEG with Daniusoft DVD to Creative Zen Converter. It can convert DVD Video and Audio to Creative Zen formats.
Softstunt Video to SWF and FLV Converter gives you the power to convert all video, CD and DVD to Flash SWF and FLV formats. Additionally, you can convert to AVI, MOV, MP4, MPEG and WMV formats. The progressive scanning encoder ensures sharp and clear
Aplus FLV to Zune Converter is a FLV Zune Converter that can convert FLV files to MicroSoft Zune Video player with fast conversion speed. Aplus Flv to Zune Converter also can convert AVI, DIVX, XVID, MPEG, MPEG1, MPEG2, RM, MOV, WMA, MP3, MP4, VOB, SWF to Zune Video.
As an excellent 3GP Converter Software, Aglare 3GP to AVI Converter allows users to convert 3GP to all popular video file formats such as 3GP to AVI, 3GP to MPEG-4. Aglare 3GP to AVI Converter can be used for all mobile phone users.
As an excellent Flash SWF Converter, ANVSOFT Flash to 3GP Converter can convert Macromedia Flash SWF files to 3GP/MP4 format files including movie clips, action scripts and audio in the Flash movies. With ANVSOFT Flash to 3GP Converter, you can easily transfer Flash videos which you favorite to handheld devices such as Smart Phones, Apple iPod, Sony PSP and Pocket PCs and share with family and friends.
Hot Software
DVD Cloner, 1Click DVD Copy and Copy DVD Gold - powerful DVD copy software, help you copy, rip,...
This article shows the TOP 10 best video to 3GP software that the editors pick out for you. You...
Top 10 popular data backup & recovery software for you! Backup your important documents in case...
Don't you want to show your video works on Youtube.com? A video to FLV converter will make your...
Internet Security Software offers phishing protection spyware protection, spam protection and...
Editor Reviews
Dr. File Finder
FolderCloak, by filesee.com is an interesting utility that lets you hide folders so others can't...
Jackie Lee
Agent, by Forte is a powerful, first-rate newsreader and it's gotten progressively better over...
Dr. File Finder
4DiskClean Pro, by byRSS is a neat program that takes care of cleaning up your computer and a...
Dr. File Finder
PDF Annotator, by GRAHL software design is a really slick program that lets you add notes to PDF...
Brendan Gleeson
Never worry about scratching or losing a video game! Pros: Game Copy Pro enables you to Make...


Related Solutions Guide
You may also interested in following solutions guide
How to copy DVD to PVP with DVDFab Platinum? How to copy DVD to iPod with DVDFab Platinum?
How to convert DVD to PSP with DVDFab Platinum? How to clone DVD with CloneDVD?
How to copy DVD9 to DVD5 with 1 CLICK DVD COPY? How to copy DVD9 to DVD9 with 1 CLICK DVD COPY?
How to copy DVD5 to DVD5 with 1 Click DVD Copy? How to install Agogo DVD Copy
How to use Rip and Unprotect to backup DVD How to use Rip and Unprotect to rip DVD


Software Download
Shareware Download
Freeware Download
New Software
Hot Software
Weekly Recommends
Editor's Reviews
Editor's Picks
Solution Guides
Online Manuals
Links
What's Hot
oRipa Yahoo Webcam Recorder
Aplus FLV to iPod Converter
PC Tools Internet Security
PictureImp
Flash to 3GP Converter
Aplus FLV to DVD Converter
muvee autoProducer
Photo Pos Pro
Video to SWF FLV Converter
Search
DRM Removal
PDF to Word
Karaoke Recorder
Handy Recovery
AVS Video Tools
Kindergarten
DVD Ripper Mac
Acronis True Image
Spotmau Password Recovery
Limewire | VLC Media Player | Bitcomet | ICQ | Kaspersky Anti-Virus | Picasa | FileZilla | AMV Convert Tool
Google Talk | Videora iPod Converter | PowerDVD 8 | PS3 Video 9 | Nero 7 Premium | AVG Anti Spyware | DVD Shrink | Ad-Aware 2007 Pro

Copyright (c) 2001-2008

Free Software Download

From A to Z. All Rights Reserved.