Hi I am using silverlight player with smf framework with C#.
I am trying to get the position where video had been paused at. Since I am new to this I think I am not doing it correctly. In my JavaScript I have this funcion
 function Pause() {
                    Player.Pause();
                    alert(Player.Timeline.LivePosition());
            }
it pauses the video but then alerts this
Error: Object does not support this property or method 
Any help will be much appreciated.