0

I have a Windows Media Player control embedded inside my webpage, I feed it some URL to stream from (ASF file). How can I get from the WMP control the resolution in pixels of the file being played?

Thanks

Roey

Roey
  • 391
  • 1
  • 8
  • 14

1 Answers1

0

I had a look on MSDN and looks like the WMP object model has some properties which might give you the height and width.

You need to embed the control in a page and use JavaScript to access these properties.

Brian Lyttle
  • 14,558
  • 15
  • 68
  • 104