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