hi 
  
$hGUI = GUICreate('Test', 550, 400) 
$swfObj = ObjCreate("ShockwaveFlash.ShockwaveFlash") 
$swfActiveX = GUICtrlCreateObj( $swfObj,-10,20,700,550) 
$swfObjEvents = ObjEvent($swfObj,"_fscommand") 
$pos = ControlGetPos($hGUI, "",$swfActiveX) info area 
MsgBox(0, "Window Stats:", "POS: " & $pos[0] & "," & $pos[1] & " SIZE: " & $pos[2] & "," & $pos[3] ) dont work 
  
and 
$swfActiveX = GUICtrlCreateObj( $swfObj,-10,20,700,550)  this area 
how right click disable this area 
or GUICtrlCreateObj(   right click disable 
thank you now