Skip to main content

Microsoft Silverlight

Unanswered Question Using the ASP.NET Futures asp:Media control to play video on Silverlight Streaming?RSS Feed

(0)

jgalloway
jgalloway

Member

Member

142 points

2 Posts

Using the ASP.NET Futures asp:Media control to play video on Silverlight Streaming?

The ASP.NET Futures control doesn't appear to have support for createHostedObjectEx, which understands the streaming:/ pseudo-protocol used to reference media hosted by Silverlight Streaming.

If I'm writing my own HTML and JavaScript, I can reference the Silverlight Streaming version of silverlight.js (http://agappdom.net/h/silverlight.js), which has support for createHostedObjectEx. Then I can reference media like this:

Silverlight.createHostedObjectEx( { [lots of params here...],
  initParams: "streaming:/999999/Butterfly/Butterfly.wmv" } ); }

 I don't see a way to do that with the asp:Media control. Am I missing something? If not, is this support planned?

Frogs69
Frogs69

Participant

Participant

798 points

219 Posts

Microsoft

Re: Using the ASP.NET Futures asp:Media control to play video on Silverlight Streaming?

There is a VisualStudio add-on in the works that addresses this scenario.
Check out http://dev.live.com/blogs/devlive/archive/2007/09/21/134.aspx to get more information.

Cheers.

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities