Advanced Forum Search Results
-
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 ...
-
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 ...