Full Screen 주소|Swish Max 4

2015. 8. 27. 21:02스위시/강좌

Full Screen 주소|Swish Max 4 부록작품

강창학 | | 조회 13 |추천 0 | 2015.08.27. 06:07 http://cafe.daum.net/rnrghkthfl/EUm4/14 

 

① 버튼에 넣는 소스
on (press) {
    toggleFullScreen();
    text_.nextFrameAndPlay();}

-------------------------------------------

 

② Frame에 넣는 소스
onFrame (1) {
    toggleFullScreen=function ()
{if (Stage.displayState == "normal")
{ Stage.displayState = "fullScreen"; }    

else
{ Stage.displayState = "normal";}};}

 

----------------------------------------

③ 영상주소 뒤에 붙이는 소스

allowFullScreen="true"Scale="exactfit">