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