Jump to content

Recommended Posts

Posted (edited)

This script is here to load radio music it will play New Rock which is rock/alternative etc. Try it out!

Im just learning the _IE functions so dont laugh please :)

#include <IE.au3>
HotKeySet("{PAUSE}", "Pause")
MsgBox(0, "New Rock 1065 THE END", "Loading Music. An ad will be played while loading! Press the Pause button to exit!")
_IEErrorHandlerRegister()
$HTML_PAGE = "http://1065.com/cc-common/ondemand/player.html?world=st"
$OIE = _IECreateEmbedded()
Local $FORM1 = GUICreate("")
Local $GUIACTIVEX = GUICtrlCreateObj($OIE, 0, 0, 1000, 115)
_IENavigate($OIE, $HTML_PAGE, 1)
While 1
    Sleep(8*8*8*8)
WEnd
Func Pause()
    Exit
EndFunc
Edited by d2addict4
  • 3 years later...

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
×
×
  • Create New...