Full screen command stops working when a swf file is played on another frame.
i have .exe file has 90 frames. of frames work fine "full screen command" when click button go frame calls swf file specific position on stage , specific size swf-the full screen goes regular stage size. , when exit frame doesn't go larger full screen command.
flash cs 5.5 as3 win 7 64 bit.
i have other frames play swf file(movie) @ size , position , work fine. 1 swf file doesn't. created other files except swf file. got 7 years ago-if makes difference.
any ideas?
so you've set main document as:
import flash.display.stagedisplaystate;
import flash.display.stagescalemode;
import flash.display.stagealign;
stage.scalemode = stagescalemode.no_scale;
stage.align = stagealign.top_left;
stage.displaystate = stagedisplaystate.full_screen;
my first assumption be, because said it's been 7 years, person using actionscript 2.0. you're loading as2.0 doc as3.0 doc have limited functionality.
try replacing 7 year old swf you're loading dummy made as3.0 placeholder , see if issue goes away. chances will.
More discussions in Adobe Animate CC - General
adobe
Comments
Post a Comment