I was looking through the videoview interface for a way to switch
between theater mode, contains black bands along the top and bottom to
ensure that the view format is corrent, and full screen mode, the video
image's width is clipped but fills the videoview and no black bands will
appear. Right now, it appears that video can only be displayed in
theater mode.
After looking through the videoview.lzx file, the vid._width and
vid._height attributes appear to only specify the dimensions of the
video view and don't provide access to the width and height dimensions
of the Flash video. Looking through the code, I found this within the
_setPlayStream method:
var vid = this._getflashvideo();
But there doesn't seem to be a way to manipulate its parameters. Is
there another interface to the Flash video or are we simply limited in
the ways that we can manipulate a Flash video?