Sizing of the player is a pretty common need. I don't think RealEyes
or OSMF could predict and implement every variation but what would be
nice is to have a "custom" mode where the sizing, scaling and aspect
ratio are exposed through setters and getters. In my case, I
implement dynamic sizing from dragging gestures on my (custom)
container.
I do find that there is quite a bit of coupling between the control
bar, the media player and the media container which makes it more
complex to directly control sizing. It is the old tradeoff between not
enough control in framework (ie less work but can't do exactly what
you want), and too much control (can do what you want but too much
effort required). But I've spent more time than I wanted to digging
through the code to figure out those linkages. OT-One thing I'm doing
is swapping in the google/Youtube chromeless player where the user
wants to play a youtube video while maintaining the consistent control
bar from the reops player and that coupling has made it very
difficult. Sizing is the least of my worries ;-)
> > > Thanks.- Hide quoted text -
>
> - Show quoted text -