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).
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.