clueless02246 0 Newbie Poster

hi i am having some trouble with my pause and stop buttons. im using a Horizontal scroll bar and timer for the tracking bar insted of the usual media player controls in the bottom of the visitation.

my pause button does not work at all and this is the code i have for it:

PlayerControl.Ctlcontrols.pause()


and my stop button restarts the song from the start, this is the coding i have for it:

PlayerControl.Ctlcontrols.stop()
Duration.Text = "00:00"
DurationTimer.Enabled = False
PlayBar.Value = 0


any help on getting them to work properly would b really appreciated
thanks