Flex preloader player bug?

Bug reports and enhancement requests
Post Reply
jmeyer
Posts: 1
Joined: Thu Mar 26, 2009 3:19 pm

Flex preloader player bug?

Post by jmeyer »

Browser: Firefox 3.0.7
Platform: MacOSX
Url: http://www.kewego.fr/video/iLyROoafJEqT.html

It seems we have a bug
- under mac (intel)
- firefox 3.0.7, flashplayer 10.0.x.x, flex video player
It seems flex preloader stageWidth and stageHeight are set ( or stay ) to
0x0.
adobe flex preloader.as core code impacted :
// Create a new instance of the display class and attach it to the
stage
if (showDisplay)
{
displayClass = new displayClassName(); // Listen for when the displayClass no longer needs to be on the stage
displayClass.addEventListener(Event.COMPLETE,
displayClassCompleteHandler);
// Add the display class as a child of the Preloader
addChild(DisplayObject(displayClass));
displayClass.backgroundColor = backgroundColor;
displayClass.backgroundAlpha = backgroundAlpha;
displayClass.backgroundImage = backgroundImage;
displayClass.backgroundSize = backgroundSize;
displayClass.stageWidth = displayWidth;
displayClass.stageHeight = displayHeight;
displayClass.initialize(); displayClass.preloader = this;
}
displayWidth and displayHeight are 0 .
We tried under windows its good though. Is it a known issue ?
Our preloader goes in the top left corner, and sometimes the video goes
outside the player container too. Cf :
http://www.kewego.fr/video/iLyROoafJEqT.html

Cheers,
julien
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16
User avatar
GµårÐïåñ
Lieutenant Colonel
Posts: 3365
Joined: Fri Mar 20, 2009 5:19 am
Location: PST - USA
Contact:

Re: Flex preloader player bug?

Post by GµårÐïåñ »

Unfortunately I don't have a Mac available to me, so maybe NanM can help you with this one. I checked under windows and it was fine but you already knew that. So hopefully a Mac user will give you some feedback on this.
~.:[ Lï£ê ï§ å Lêmðñ åñÐ Ì Wåñ† M¥ Mðñê¥ ßå¢k ]:.~
________________ .: [ Major Mike's ] :. ________________
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8 NoScript/1.9.1.7 FlashGot/1.1.8.5 FirePHP/0.2.4
Post Reply