#include <GUIConstants.au3> #include <WindowsConstants.au3> Local $oPlayer, $gVideo, $width, $height $oPlayer = ObjCreate("WMPlayer.OCX.7") $oPlayer.URL = 'http://www.clubbalcony.com/upload/culture/yong(2).wmv' Local $srcFound = True Local $time1 = TimerInit() While 1     If $oPlayer.playState() = 3 Then         $width = $oPlayer.currentMedia.imageSourceWidth         $height = $oPlayer.currentMedia.imageSourceHeight         ExitLoop     EndIf     If TimerDiff($time1) > 5000 Then