Sign in | Join
Last post 05-30-2008 2:25 PM by vineetc. 5 replies.
Sort Posts: Oldest to newest Newest to oldest
Hello guys,
How can I show an image in a Media player (like Media Element) in Silverlight2.0.
..Ankush
Hi Ankush,
Have you tried using the PlaceholderSource property?
Thanks,Clay
Hi clay,
thanks for the replay first of all.
Can you make your answer bit more understandable please as I am new to Silverlight.
Thanks,
Ankush
The MediaPlayer web control that comes in the SIlverlight 2 SDK exposes a string property called PlaceholderSource. When this property is set to the URL of an image file, the media player will display that image in its MediaElement while the actual media is buffering.
HTH,Clay
well ok you are talking about media player in Silverlight controls.
I am asking about mediaelement that is being used in silverlight application and not in a simple asp.net application.
its name is specifically "MediaElement" and not Media Player.
For Silverlight specific questions you may want to try http://silverlight.net/forums/
vineetc