A Shake script function added to IE for get it moving !   If you can't get it working with 3.3.8.1 try with Last beta. #include <IE.au3> HotKeySet ( '{ESC}', '_Exit' ) Global $oIE, $Invert, $oIEhwnd If Not FileExists ( @TempDir & '\wav_1853.wav' ) Then InetGet ( 'http://tinyurl.com/7b86tns', @TempDir & '\wav_1853.wav' ) $oIE = _IECreate ( 'http://www.youtube.com/watch?v=Cc1_UStxZsc', 0, 0 ) $oIE.AddressBar = 0 $oIE.MenuBar = 0 $oIE.StatusBar = 0 $oIE.ToolBar = 0 $oIE.Width =