How do I get a title or some text to appear in a Silverlight mediaplayer when switching to FullScree

Posted by Matt on Stack Overflow See other posts from Stack Overflow or by Matt
Published on 2009-08-12T13:32:07Z Indexed on 2010/05/09 11:18 UTC
Read the original article Hit count: 222

Filed under:
|
|
|

I am working on an ASP.NET website with VB.NET code-behind. I have a Silverlight mediaplayer object on one of the pages and the user may view that video in FullScreen mode. When changing to full-screen mode they are losing the title and chapter of the video series they are viewing. I have tried accessing properties and searched the web for examples on how I could put a title or some text over the player when in FullScreen mode to give the user an indication of where they are currently at while viewing each video. I am using OnClientMediaEnded to move through the videos after each video has ended so they are able to watch the whole series once in FullScreen mode. I am using a call to javascript in with this method to do that and want to know if there is any way to get a title or text up there and then change once the video switches to the next in the series?

The controls on the player also go away when going into FullScreen mode so any help with that would be greatly appreciated as well.

Thanks

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about wpf