Bounda Posted March 24, 2006 Posted March 24, 2006 (edited) Readme V1 To Come: Playlists. ------------------- Directions: Keep the .jpg image inside of the same folder as AutoAmp. To run music files just hit Play, and type in music file name with .mp3, .wma, or .wav Keep it ez by just bringing all files into autoamp folder so u just have to type filename. Ty sin for tellin me to add this =-D Source Code foR AutoAmp Player expandcollapse popup;AutoAmp Player ;Plays Music ;Many things To Be Added ; --Bounda-- ;-------------------------- #include <GUIConstants.au3> GUICreate("AutoAmp Player", 200, 40) $Play = GUICtrlCreateButton("Play", 10, 10) $Stop = GUICtrlCreateButton("Stop", 50, 10) GuiCtrlCreatePic("AutoAmp.jpg", 100, 0, 100, 40) GUISetState() While 1 $msg = GuiGetMsg() Select Case $msg = $GUI_EVENT_CLOSE Exit Case $msg = $Play ButtonPressed() Case $msg = $GUI_EVENT_CLOSE Exit Case $msg = $Stop SoundPlay("") EndSelect WEnd Func ButtonPressed() $song = InputBox("Song", "Please insert the name of the song with .mp3 , .wma, .wav, etc depending on file type.") SoundPlay($song) Select Case $msg = $GUI_EVENT_CLOSE Exit Case $msg = $Stop Exit EndSelect EndFuncAutoAmp_Player.zip Edited March 25, 2006 by Bounda CS:S Aimbot - List From INI Funcs
Holger Posted March 24, 2006 Posted March 24, 2006 ??? Maybe you load up the wrong attachment Old project:GUI/Tray menu with icons and colors Other old stuff:IconFileScanner, TriState/ThreeState GUI TreeView, GUI ContextMenu created out of a TreeView
Bounda Posted March 25, 2006 Author Posted March 25, 2006 oops .... fixed CS:S Aimbot - List From INI Funcs
=sinister= Posted March 25, 2006 Posted March 25, 2006 (edited) Um, nice but you usually post the source in a 'Scripts and Scraps' Forum... right now it's almost useless for us. We go here to learn. So it would be nice to see the source. **300th Post** Huray! Edited March 25, 2006 by =sinister=
Bounda Posted March 25, 2006 Author Posted March 25, 2006 when i get back home ill post source srry bout that. it actually wasnt that hard either. CS:S Aimbot - List From INI Funcs
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