jacograaff
04-14-2009, 03:32 AM
Hi, I have a project that has to run fullscreen (dont want to see broder etc.. - but not necessary to scale)
stage.displayState = StageDisplayState.FULL_SCREEN;
stage.scaleMode = StageScaleMode.NO_SCALE;
when the project is running in this way - even with NO-scale it becomes reallt slow - as sson as I exit the fullscreeen state (pressing escape key) - the flash interactive demo runs much faster. _ I do use a large mp4 video (1280x720) in background with graphics on top - I am not scaling the stage at all though - just want black border around - Anyone had a issue with this???
stage.displayState = StageDisplayState.FULL_SCREEN;
stage.scaleMode = StageScaleMode.NO_SCALE;
when the project is running in this way - even with NO-scale it becomes reallt slow - as sson as I exit the fullscreeen state (pressing escape key) - the flash interactive demo runs much faster. _ I do use a large mp4 video (1280x720) in background with graphics on top - I am not scaling the stage at all though - just want black border around - Anyone had a issue with this???