quikava04 / flowplayer-plugins

Automatically exported from code.google.com/p/flowplayer-plugins
0 stars 0 forks source link

controls are not drawn at the correct size when compiled into the main swf #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Build flowplayer with the controls plugin as a builtin.
2. Instantiate a player with a non-standard control bar height.

What is the expected output? What do you see instead?

When playback starts, I expect to see the control bar drawn at the configured 
size.  Instead, it positioned with its top edge in the correct place for a bar 
of the configured size, but the bar is drawn at its normal default size.

As the incorrectly-sized control bar hides itself, it finally starts to resize 
to the correct size.  The next time it appears during the same playback 
session, it remains at the correct size.

What version of the product are you using? On what operating system?

3.2.8 from a svn checkout on 2012-04-06.  Linux.

Please provide any additional information below.

If I dynamically load the controls plugin instead of using the built-in one, 
the problem goes away.  This is true even if the dynamically loaded plugin and 
the builtin one came from the same build.

Original issue reported on code.google.com by tadafor...@gmail.com on 7 Apr 2012 at 3:10

GoogleCodeExporter commented 8 years ago
The same behavior occurs whether I set the controls height to '50px', '50', or 
50.

Original comment by tadafor...@gmail.com on 7 Apr 2012 at 3:18