vote up 10 vote down star
2

I have video that I've converted to FLV format. I'd rather host it on my own site than use a service like YouTube. What is the easiest player to use? I'd like to just put the .swf file of the player somewhere on my server, and give it the video as a parameter.

flag

14 Answers

vote up 3 vote down check

Take a look at OSflv.

link|flag
I like this better than JW FLV player because it has a better-looking default interface, and it doesn't have a restrictive license. – Kip Sep 19 '08 at 14:37
... but it isn't perfect - you can get it to pause without changing the play/pause button graphic by clicking and dragging around on the scrub bar. – matt lohkamp Sep 30 '08 at 3:38
1  
urm well this is fine if you're using PHP... – Simon Mar 5 at 0:07
You don't need PHP. There is a PHP library to generate the embeddable code, but there is also an HTML page that creates the embed code with javascript. – Jason Moore Aug 4 at 22:20
OSflv doesn't appear to support Safari. (If you care about Mac compatibility.) – zekel Nov 12 at 22:03
vote up 0 vote down

This will help. It's the easiest way I've found to embed flv video and audio on a website. Hope it helps; http://www.siteproweb.com/embed-flv

link|flag
vote up 0 vote down

You can use Adobe Flash CS3 to make a flash video player to play the FLV files, but Flash CS3 is a commercial software and it is rather expensive. Since you have the FLV files, you can use Moyea web player Pro, it is a quick solution to add videos to web page and make a custom flash video player for website.

link|flag
vote up 4 vote down

http://flv-player.net/

  • Options from minimalist to feature rich.
  • Simple but very effective HTML generator lets you play with their code for the demo
  • .swf as small as 5KB
  • Creative Commons BY SA and MPL 1.1 licences
link|flag
Thanks, I like this, I'm going to play around with it some. – Kip Apr 3 at 16:04
vote up 2 vote down

I haven't tried yet Flowplayer which seems well documented

it is featured on arctic startup and only restriction to use it with opensource licence is to have their logo displayed

link|flag
vote up 0 vote down

I think the easiest solution has to be the OSflv in the accepted answer. What could be easier than one line of code?

For completeness, I want to mention the embedded player I am currently considering a front-runner for my own site (Grinderschool.com): The Wimpy Wasp Player available as a demo and for $30 sale at http://www.wimpyplayer.com/products/wimpy_wasp.html

link|flag
vote up 0 vote down

http://megafonts.free.fr/flv/index2.html

Html code generator + swf flash player, create a web page and share your videos on internet, just a mouse click away!

:)

link|flag
vote up 1 vote down

This could be the obvious answer but the FLVPlayBack component is really nice if you have a single video you need to throw on a website in hurry. Drag it on the stage - select a control panel - double click controls to edit with the Flash drawing tools - post to the website.You might have to use a FlashVar to get the url into the url but that's fairly trivial...

http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/fl/video/FLVPlayback.html

link|flag
vote up 0 vote down

Any FLV Player, compact easy to use

link|flag
vote up 0 vote down

I use JW FLV Player and it's very good. It also supports FLV streaming so if you use mod_flv with Lighttpd for example you can make you own little youtube. There's also a mod_flv for apache and you also can use a php(or any language of your choice) script to enable streaming.

link|flag
vote up 0 vote down

I'm personally a big fan of JW, though I've heard Floplayer is good too. JW has an enormous number of features and has a very clean interface. It takes less than a minute to set up a video online; I host all my videos myself, mostly video game clips and x264 demos. (Example 1 Example 2 Example 3 Example 4 Example 5)

link|flag
vote up 7 vote down

JW FLV Player : http://www.jeroenwijering.com/?item=JW_FLV_Media_Player

link|flag
This was helpful, but it has a very restrictive license (can't use it on any site that has even AdSense ads). I liked OSflv better. – Kip Sep 19 '08 at 14:39
vote up -1 vote down

I have tried many FLV players and i came across Applian FLV Player. this one has got to be my best. it is light weight, its free comes with an optional audio recorder and no spyware or such. check it out here

With this however you will not be able to embed it into your regular web page.

link|flag
Sorry, my original title wasn't clear. I'm not looking for a player to watch videos on my PC, but a SWF file I can put on my website. I've updated the title to be more clear. – Kip Sep 19 '08 at 13:25
vote up -1 vote down

VLC Media player plays FLV files

link|flag
He is asking for an FLV player to embed in his website. – William Keller Sep 19 '08 at 3:52
Then the title is confusing. – Thomas Sep 19 '08 at 3:53
Sorry, I've now clarified the title. – Kip Sep 19 '08 at 13:26

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.