views:

295

answers:

3

I am looking for a media player which I can control via an ASP.NET/Javascript API and also set playlists dynamically (ie from a datasource).

A: 

You can try to integrate with JW FLV Player:

http://www.longtailvideo.com/

It has the features you require:

It's not designed to integrate specifically with .NET, but I doubt there are any flv flash players that are.

I've used it with java and php.

Mercer Traieste
A: 

I don't think you'll find one that is specifically .net orientated. However, quite a lot will use XML for playlists. So, your best bet would be to generate an XML file 'on-the-fly' from your Datasource and pass it the FLV Player via an .ashx handler.

Dan Diplo
A: 

There is one commercial player that implemented as web control and can be simple dragged from toolbox - http://aspnetflashvideo.com/. To set FLV file to playback you simple set MovieURL property to correct location and thats all...

Laserson
I tried that one. It had some obvious flaws and when I asked a question about certain lacking functionality it was deleted from the product forums.
Dkong