Can't use more than one instance of ExpressionPlayer in a Silverlight app?Hi all,<br/> <br/> I'm using the Silverlight Player template from the Expression Encoder to play smooth streaming movies and works without a problem, until I add another instance of the player to my application. When I do that, only one of the instances will play the movies. The other won't show anything.<br/> <br/> From debugging the player, I found that sometimes m_mediaElement is null in TogglePlayPause (in MediaPlayer.cs):<br/> <br/> <pre lang="x-c#">protected void TogglePlayPause() { // Change current play state depending on current state. if (m_mediaElement != null) { .....</pre> <br/> Anyone experiencing the same problem?<br/> <br/> Thanks.© 2009 Microsoft Corporation. All rights reserved.Wed, 17 Jun 2009 09:49:25 Z316750ef-3d56-4a6c-9742-d82b43f7db55http://social.expression.microsoft.com/Forums/en-US/encoder/thread/316750ef-3d56-4a6c-9742-d82b43f7db55#316750ef-3d56-4a6c-9742-d82b43f7db55http://social.expression.microsoft.com/Forums/en-US/encoder/thread/316750ef-3d56-4a6c-9742-d82b43f7db55#316750ef-3d56-4a6c-9742-d82b43f7db55ricardofielhttp://social.expression.microsoft.com/Profile/en-US/?user=ricardofielCan't use more than one instance of ExpressionPlayer in a Silverlight app?Hi all,<br/> <br/> I'm using the Silverlight Player template from the Expression Encoder to play smooth streaming movies and works without a problem, until I add another instance of the player to my application. When I do that, only one of the instances will play the movies. The other won't show anything.<br/> <br/> From debugging the player, I found that sometimes m_mediaElement is null in TogglePlayPause (in MediaPlayer.cs):<br/> <br/> <pre lang="x-c#">protected void TogglePlayPause() { // Change current play state depending on current state. if (m_mediaElement != null) { .....</pre> <br/> Anyone experiencing the same problem?<br/> <br/> Thanks.Wed, 17 Jun 2009 09:49:24 Z2009-06-17T09:49:24Z