Forums
Hi, this is probably flash-general question - is it possible to get width and height of the video stream - either live of VoD?
Thanks Rob
@Rob -
It's not explicitly possible to grab those dimensions from the player, but if you add an event listener which listens for metadata events, one of them will contain a pixel width/height for the playing video (for both live or on-demand streams).
More information about formatting options
©2012 LongTail Ad Solutions. All Rights Reserved.
@Rob -
It's not explicitly possible to grab those dimensions from the player, but if you add an event listener which listens for metadata events, one of them will contain a pixel width/height for the playing video (for both live or on-demand streams).