Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best practices for building Flash video player [closed]

Tags:

flash

video

We have a custom-built Flash-based video player that I maintain, and it needs to support preroll ads and ideally both progressive video playback and streaming depending on a server switch.

I've been working with the flvPlayback component but am finding myself a little out of my depth. Are there any good tutorials or resources for understanding the difference between netstream and flvPlayback? Or is one part of the other? Have googled without success.

For the preroll ads we'll probably use DART In-Stream, which is part of the reason I feel I'm losing a grip on the best way to structure this thing.

Any help with best practices or links most appreciated - ta!

EDIT - Update: I wrote a player by hand and got it more or less working with everything it needed to do, but we did migrate to JW Player across all the web properties in the end, about six months later. It's very reliable and well-supported, it integrated with the DART system well, and the designers found it easy to skin.

like image 928
Polsonby Avatar asked Aug 11 '08 11:08

Polsonby


1 Answers

I would definitely have a look at the JW Flash Media Player:

http://www.jeroenwijering.com/?item=JW_FLV_Player

It's Open Source, and I found the Source quite clean and easy to understand, it also supports playlists. I don't know the DART In-Stream stuff, but maybe you could "creatively use" the playlist feature to achieve that?

Source Code is available here:

http://code.jeroenwijering.com/trac/

like image 163
Michael Stum Avatar answered Sep 28 '22 21:09

Michael Stum