tags:

views:

388

answers:

4
+1  Q: 

play flv in html

Can anyone give a concise instruction on how I can have a flv play from my html page please?

+2  A: 

Wrap a flash player around it, such as Flowplayer. There currently is no other way; browsers can't just render an FLV by itself.

See the installation guide for Flowplayer, taking you step-by-step on how to place the video directly into your HTML.

Matchu
ok, flowplayer thanks..what does that entail? will user be able to view the video with flash player then?
neeep
thanks! will do. kisses.
neeep
Yep. Flowplayer is a Flash file that plays the video and puts the controls (play, pause, volume, etc) around it. It requires the Flash plugin, but if you have an FLV file, you have no other choice.
Matchu
Glad it worked :) Be sure to click on the check mark next to an answer if it solved the problem, so that the poster gets credit :)
Matchu
A: 

Insert an SWF object into your HTML and assign the FLV in the attributes as the video that will play.

Jeremy Petzold
Insert an SWF object into your HTML and assign the FLV in the attributes as the video that will playYou're going to have to be a bit more concise please?
neeep
See my answer - it means that you must embed a Flash-based video player (an SWF file) into your HTML code, and tell it where the FLV video lives on your server. You can't just directly embed an FLV file.
Matchu
ok thanks...do you have the code for that?
neeep
Neep.... I was concise.... I think you mean LESS concise.
Jeremy Petzold
A: 

Another really popular Flash player is the JW Player, at http://www.longtailvideo.com/ . They have a nice setup wizard that generates the code you need.

Frederick
+1  A: 

I'm fairly certain that shadowbox can also play FLV files: http://www.shadowbox-js.com/

It's clean, minimal and fairly simple to setup.

rectangular
Shadowbox looks great. It does the lightbox effect I wanted and the commercial license is only $20 as opposed to $90 for JW Player or $60 for the FLVPlayer.com commercial license.
EfficionDave
CORRECTION: the shadowbox actually uses the JW Player and you still have to buy the JW Player if you're going to use it for commercial purposes. I really don't understand why there are any Free/Cheap flash video players out there. I don't need anything fancy, just simple and clean.
EfficionDave