0
您好我正在使用帶有C#的smf框架的silverlight播放器。smf播放器時間軸屬性
我想獲得其中的視頻已被暫停在位置。由於我對此很陌生,我認爲我做得不正確。在我的JavaScript我有這個funcion
function Pause() {
Player.Pause();
alert(Player.Timeline.LivePosition());
}
它會暫停視頻,但隨後資訊
Error: Object does not support this property or method
任何幫助將非常感激。