컴퓨터 관련/스위시(swi)

스위시 풀스크린 액자 소스, 뒷배경 투명으로 하는소스

승명 2017. 9. 13. 09:09

스위시 풀스크린 액자 소스
예): <center><embed
src=https://t1.daumcdn.net/cfile/cafe/1704FD4C4FBC74AC?original
C9 width=700 height=403 allowfullscreen=true scale=exactfit>
※ allowfullscreen=true scale=exactfit> 커기 상관없이 모니터에 꽉
차라는 명령어
앞에 넣튼 뒤에 넣튼 아무상관없다.
1.T-툴 선택 Fullscreen 입력후
복사하여 그자리 붙이면 두개가 된다
2.풀스크린 하나는 Full 하고 또하나는 Nomal 로 한다음
3.Full-> 선택하고 스크립트로가 아래 소스 붙여넣기 한다.
Nomal->선택하고 노말 소스 복사 하여 붙여넣기 한다.
★ Full 클릭하고 붙이는 소스
on (release) {
gotoSceneAndPlay("Scene_1", 1);
[안내]태그제한으로등록되지않습니다-fscommand("FullScreen","true");
Stage.displayState = "fullscreen";
nextFrameAndPlay();
}
★ Nomal 클릭하고 붙이는 소스
on (release) {
play();
gotoSceneAndPlay("Scene_1", 1);
[안내]태그제한으로등록되지않습니다-fscommand("FullScreen","normal");
Stage.displayState = "normal";
nextFrameAndPlay();
}
※ 타임라인에가서-Full-> 1프레임에 place ->2프레임에 Remove주고
Nomal->1프레임에 Remove ->2프레임에 Place주고
타임라인 Fullscreen 에 1프레임과 2프레임에 Stop 준다
Full과Nomal 같이묶어 Convert to Button 한후-
위쪽에 ㅁHas separate over state-체크한다
***********************뒷배경 투명으로 하는소스*************************
예) <embed src=http://주소넣고 width=500 height=400 wmode=transparent>
※ 편지지 뒷배경 같은색으로 흡수된다

'컴퓨터 관련 > 스위시(swi)' 카테고리의 다른 글

연보라 액자 (글 스크롤)  (0) 2017.09.13
황금색 액자 (글 스크롤)  (0) 2017.09.13
swf 파일 해체하기  (0) 2017.09.12
동영상 변환 5  (0) 2017.05.09
text 효과 img Button Gallery - 스위시 영상  (0) 2017.05.09