flashls icon indicating copy to clipboard operation
flashls copied to clipboard

Resize of the flash Element

Open Micass opened this issue 8 years ago • 1 comments

Hello,

If you resize the Chromeless player the video doesn't resize along. FlashLS Chromeless is being loaded inside a parent container div and flash object/embed is at width and height 100%. And the size of the video will be based upon the parent container div size.

And you end up with results like: http://puu.sh/p5Trc/b135661d5b.jpg

Steps to reproduce: Load the player in a small window Resize the window to something bigger Black borders appear instead of the video inside the flash div being bigger.

Micass avatar May 26 '16 16:05 Micass

Hi @Micass did you manage to fix this issue ? Chromeless is listening to stage resize event https://github.com/mangui/flashls/blob/dev/src/org/mangui/chromeless/ChromelessPlayer.as#L135 might be related to http://stackoverflow.com/questions/6631021/browser-resize-doesnt-trigger-resize-event

mangui avatar Jun 29 '16 09:06 mangui