Movie Player SDK ActiveX Control ReferenceProperties VideoWidth Movie Player ActiveX Control VideoWidth Return the width of video files. MoviePlayer1.VideoWidth[=long] Parameterlongthe width of video.RemarkThis property is Read only. Example Visual Basic SyntaxMoviePlayer1.FileName="c:\test.mpg"iWidth=MoviePlayer1.VideoWidth