Jump to content

What need i to pause and un pause help plz


bang
 Share

Recommended Posts

need pause and un pause windows medie player stop music and start agin

HotKeySet("{esc}","term")
HotKeySet("{PAUSE}","pause")



While 1
    Sleep(250)
WEnd
func term()
    Exit 0
EndFunc
Func pause()
    
EndFunc
Link to comment
Share on other sites

HotKeySet("{esc}","term")
HotKeySet("{PAUSE}","pause")



While 1
    Sleep(100)
WEnd

func term()
    Exit
EndFunc

Func pause()
    send("{MEDIA_PLAY_PAUSE}")
EndFunc

Edited by rambo3889
My Scripts:Radioblog Club Music DownloaderOther stuff:Fun movieIm serious read the help file it helps :PFight 'Till you drop. Never stop, You Cant give up. Til you reach the top Fight! you’re the best in town Fight!
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...