XisCryTran Posted April 10, 2014 Share Posted April 10, 2014 (edited) I want to make a software to listen music online I can get link of songs Ex: http://a. vdc.nixcdn.com/453c442b0723a27edcac03c7273e694e/5346211b/NhacCuaTui854/NguoiYeuCuCoNguoiYeuMoi-HamletTruong-3032371.mp3 remove space in http://a. so, how i can play it??? I try to find in forum. but not found. Edited April 10, 2014 by XisCryTran Link to comment Share on other sites More sharing options...
Gianni Posted April 10, 2014 Share Posted April 10, 2014 (edited) $temp = GUICreate("JukeBox") GUISetState() SoundPlay("http://www.stephaniequinn.com/Music/Canon.mp3") Do Until GUIGetMsg() = -3 ; $GUI_EVENT_CLOSE edit: Added wait for esc loop (credit) Edited April 10, 2014 by PincoPanco Chimp small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt.... Link to comment Share on other sites More sharing options...
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