I have a BIG problem. I made another slider and use it to show the position and to seek. The only problem is with this script:
Page > OnTimer
And the slider:Code:-- get the position and set it if Playing == true then Pos = MediaPlayer.GetCurrentPos("Media"); Slider.SetSliderPos("Position", Pos); end
I think you can imagine what it does, as the timer is activated when it starts playing the file...anyway, here's the project: (attachement)Code:-- set the position MediaPlayer.Seek("Media", SEEK_SPECIFIC, e_Pos);


