ronriel Posted June 28, 2007 Posted June 28, 2007 (edited) Ooopps! Sorry for the double post. I pushed the wrong button. :"> Please delete this one. Edited June 29, 2007 by ronriel [font="Comic Sans MS"]-ronriel[/font][topic="48542"]r4r media player[/topic][topic="80836"]OCR & Paste[/topic]
DirtDBaK Posted June 28, 2007 Posted June 28, 2007 Great Strat Im made many media players its fun try to make a library support! and may help for your Pause / Play symbols Func Pause() ;pauses media and determines what the pause button should look like If $playing = 1 Then _SoundPause( $snd ) GuiCtrlSetData( $Pause_BTN, "u" ) GUICtrlSetFont($pause_btn, 9, 400, 0, "WingDings 3") ;makes the triangle symbol $playing = 0 Else _SoundResume( $snd ) GuiCtrlSetData( $Pause_BTN, ";" ) GUICtrlSetFont($pause_btn, 10, 400, 0, "Webdings") ;makes the double pipleine symbol $playing = 1 EndIf EndFunc --Best of luck-- [center][/center]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now