Skip to main content

Microsoft Silverlight

Answered Question Play video and audio on Silverlight from an ASPNet handlerRSS Feed

(0)

VansFannel
VansFannel

Member

Member

1 points

3 Posts

Play video and audio on Silverlight from an ASPNet handler

Hello!

I am using ASP.NET's "handler" to show images. I need to play files of audio and video like I do with the image: I recover it from database and show it on an aspx page. Can I create a "handler" for the video and the audio to play it with Silverlight? I don't want that a dialog box is opened asking to the user if he wants to play or save the video file.

I want to play it like YouTube does.

Maybe I can use silverlight for that.

Thank you!

 

codenenterp
codenenterp

Member

Member

36 points

13 Posts

Answered Question

Re: Play video and audio on Silverlight from an ASPNet handler

Silverlight runs on the client you still need to stream the data down from the server.  Silverlight should be able to stream video  without having a specialized handerl.

Solutions Architect
Coden Enterprises
http://www.codenenterprises.com/iblog

VansFannel
VansFannel

Member

Member

1 points

3 Posts

Re: Play video and audio on Silverlight from an ASPNet handler

 Thank you for your answer.

 I don't want to save the video or audio file on server. I want to retrieve it from database a pass it to the server directly.

 I think if I want to stream the video file I need to save it on server.

 Thanks!

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities