Page view counter
Is Xaml Media player incompatible with componentart callback? Subscribe to this thread
Last post 01-06-2009 4:58 AM by betoyi. 2 replies.
Sort Posts:
01-03-2009 1:50 AM
Is Xaml Media player incompatible with componentart callback?

 Hey,

I am trying to use callback control to show a video chosen from a datalist. However, as soon as I put the XAML media player inside the callback, when the callback executes, I get an "Unknown Exception" error in the "Sys$Preview$UI$Xaml$Media$Player$get_playState()" event. I am not even invoking the rendercontrol inside the callback.

Does it mean that the player cannot be used with the componentart callback?

betoyi

Loading...
Joined on 01-03-2009
Posts 2
01-03-2009 11:20 AM
Re: Is Xaml Media player incompatible with componentart callback?

Can you post a little more info? The Component Art Callback control has to do with HTML rendering and ajax, so I'm not sure how you're putting the XAML media player inside it. Are you using Silverlight 1.0 or 2?

-- bryant

Blog | Twitter
_________________
Dont forget to click "Mark as Answer" on the post that helped you.

bryant

Loading...
Joined on 10-23-2002
Simi Valley, CA
Posts 1,153
01-06-2009 4:58 AM
Re: Is Xaml Media player incompatible with componentart callback?

Our application involves playing videos that are displayed in a tabstrip. We are using ComponentArt Tabstrip and Multipage to show the videos selection. When any one is chosen, an async postback (or preferably callback) should play it in the XAML media player. Since we are already using componentart, we thought of putting the entire thing in the callback.

 We have revised the implementation to remove the callback control entirely and use updatepanels instead. However, the performance suffers...

We are using Silverlight 2

betoyi

Loading...
Joined on 01-03-2009
Posts 2
Microsoft Communities