Embedding swf into Flex Desktop Application size/scale problem.
hello,
i embedding swf animation desktop flex desktop application. using sdk 4.6.0. use swfloader embed animation:
<s:swfloader source="img/mch_anim_1.swf"/>
when run application, animation loaded , working, when try maximize window there size/scale bug happens. screen stays half-side maximized (maximized top, bottom , stays until middle of screen side).
i've published swf flash player 8 , actionscript 2 test , there no problem size/scale, need use actionscript 3.
any suggestions?
thanks in advance,
stefan
i found problem!
there line of code auto-generated using template out of flash cs6. line of code caused is:
stage.scalemode = stagescalemode.show_all;
after deleting it, working properly.
greetings!
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment