Is there a way to get the properties of a video, such as an .avi or .mpg file, like there's a way to get height and width of an image? I've written a script that displays video on a webpage and the page works well in both netscape and IE if and only if the width and height are specified. BUT, not all videos are the same height and width. Thus, dynamically retrieving that information could be very helpful. Thank you.