[설명 및 사용방법]
flash 컨텐츠 작업을 하다 보면 하당 movieclip이 재생 중인 아니면 정지해 있는지 알아야 할 경우가 생김니다.
flash animation 을 다른 무비클립에서 로드를 하여 플레이를 시킨다고 가정 한다면, 컨텐츠 플레이어를 제작 할 경우 유용하게 이용 할 수 있습니다.
사용방법은 해당 flash animation 컨텐츠이 document class 를 MovieClipWithIsPlaying 으로 지정 해주고 사용 하면 됩니다.
package com.visualp{
import flash.display.*;
import flash.text.*;
import flash.external.ExternalInterface;
import flash.events.*;
import flash.net.*;
import flash.text.*;
import flash.external.ExternalInterface;
import flash.events.*;
import flash.net.*;
public class MovieClipWithIsPlaying extends MovieClip {
private var _isPlaying:Boolean = true;
public function get isPlaying():Boolean {
return _isPlaying;
}
/**
* Constructor
*/
public function MovieClipWithIsPlaying(){
super();
}
private var _isPlaying:Boolean = true;
public function get isPlaying():Boolean {
return _isPlaying;
}
/**
* Constructor
*/
public function MovieClipWithIsPlaying(){
super();
}
public override function gotoAndPlay(frame:Object, scene:String = null):void {
_isPlaying = true;
super.gotoAndPlay(frame, scene);
}
public override function gotoAndStop(frame:Object, scene:String = null):void {
_isPlaying = false;
super.gotoAndStop(frame, scene);
}
public override function nextFrame():void {
_isPlaying = false;
super.nextFrame();
}
public override function nextScene():void {
_isPlaying = true;
super.nextScene();
}
public override function play():void {
_isPlaying = true;
super.play();
}
public override function prevFrame():void {
_isPlaying = false;
super.prevFrame();
}
public override function prevScene():void {
_isPlaying = true;
super.prevScene();
}
public override function stop():void {
_isPlaying = false;
super.stop();
}
}
}
댓글 1개
13년 전
감사합니다~~
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 3630 | 14년 전 | 1171 | ||
| 3629 | 14년 전 | 786 | ||
| 3628 | 14년 전 | 1073 | ||
| 3627 | 14년 전 | 3017 | ||
| 3626 | 14년 전 | 1393 | ||
| 3625 | 14년 전 | 777 | ||
| 3624 | 14년 전 | 1572 | ||
| 3623 | 14년 전 | 941 | ||
| 3622 | 14년 전 | 479 | ||
| 3621 | 14년 전 | 2367 | ||
| 3620 | 14년 전 | 763 | ||
| 3619 |
하모니칼수
|
14년 전 | 824 | |
| 3618 | 14년 전 | 1132 | ||
| 3617 | 14년 전 | 1003 | ||
| 3616 |
방황하는중년
|
14년 전 | 1046 | |
| 3615 |
아놔6636
|
14년 전 | 570 | |
| 3614 |
아놔6636
|
14년 전 | 2452 | |
| 3613 | 14년 전 | 862 | ||
| 3612 |
forever
|
14년 전 | 1477 | |
| 3611 |
SaNoRaMyun
|
14년 전 | 1153 | |
| 3610 | 14년 전 | 1163 | ||
| 3609 | 14년 전 | 862 | ||
| 3608 | 14년 전 | 1155 | ||
| 3607 | 14년 전 | 729 | ||
| 3606 | 14년 전 | 751 | ||
| 3605 | 14년 전 | 1575 | ||
| 3604 | 14년 전 | 1330 | ||
| 3603 | 14년 전 | 1142 | ||
| 3602 | 14년 전 | 1188 | ||
| 3601 | 14년 전 | 1918 | ||
| 3600 | 14년 전 | 1494 | ||
| 3599 | 14년 전 | 604 | ||
| 3598 | 14년 전 | 1485 | ||
| 3597 | 14년 전 | 1261 | ||
| 3596 |
anfernee
|
14년 전 | 1345 | |
| 3595 | 14년 전 | 825 | ||
| 3594 | 14년 전 | 859 | ||
| 3593 | 14년 전 | 814 | ||
| 3592 | 14년 전 | 802 | ||
| 3591 | 14년 전 | 1424 | ||
| 3590 | 14년 전 | 764 | ||
| 3589 |
쉽다zzz
|
14년 전 | 1061 | |
| 3588 | 14년 전 | 1338 | ||
| 3587 | 14년 전 | 1388 | ||
| 3586 | 14년 전 | 1073 | ||
| 3585 |
플레이디원
|
14년 전 | 1841 | |
| 3584 |
행복한숭아씨
|
14년 전 | 1160 | |
| 3583 | 14년 전 | 1808 | ||
| 3582 |
|
14년 전 | 1354 | |
| 3581 |
|
14년 전 | 1009 | |
| 3580 |
|
14년 전 | 3094 | |
| 3579 | 14년 전 | 1538 | ||
| 3578 |
|
14년 전 | 1011 | |
| 3577 | 14년 전 | 857 | ||
| 3576 | 14년 전 | 1537 | ||
| 3575 |
|
14년 전 | 956 | |
| 3574 |
visualp
|
14년 전 | 762 | |
| 3573 |
visualp
|
14년 전 | 683 | |
| 3572 |
visualp
|
14년 전 | 1932 | |
| 3571 |
visualp
|
14년 전 | 593 | |
| 3570 | 14년 전 | 838 | ||
| 3569 | 14년 전 | 1591 | ||
| 3568 | 14년 전 | 933 | ||
| 3567 |
순천홈페이지
|
14년 전 | 921 | |
| 3566 | 14년 전 | 1466 | ||
| 3565 |
|
14년 전 | 1143 | |
| 3564 | 14년 전 | 1212 | ||
| 3563 | 14년 전 | 1004 | ||
| 3562 | 14년 전 | 2306 | ||
| 3561 | 14년 전 | 1089 | ||
| 3560 |
|
14년 전 | 820 | |
| 3559 | 14년 전 | 995 | ||
| 3558 | 14년 전 | 756 | ||
| 3557 |
acting1
|
14년 전 | 786 | |
| 3556 |
acting1
|
14년 전 | 615 | |
| 3555 |
브라이튼스쿨
|
14년 전 | 825 | |
| 3554 | 14년 전 | 1202 | ||
| 3553 | 14년 전 | 1435 | ||
| 3552 | 14년 전 | 906 | ||
| 3551 | 14년 전 | 1053 | ||
| 3550 | 14년 전 | 911 | ||
| 3549 |
|
14년 전 | 1082 | |
| 3548 | 14년 전 | 1365 | ||
| 3547 |
|
14년 전 | 1131 | |
| 3546 |
noseart
|
14년 전 | 1330 | |
| 3545 | 14년 전 | 1106 | ||
| 3544 |
비니1234
|
14년 전 | 1035 | |
| 3543 |
비니1234
|
14년 전 | 1060 | |
| 3542 |
zerocooling
|
14년 전 | 1010 | |
| 3541 | 14년 전 | 1540 | ||
| 3540 | 14년 전 | 1489 | ||
| 3539 |
피디인사이드
|
14년 전 | 1295 | |
| 3538 |
soing
|
14년 전 | 1393 | |
| 3537 | 14년 전 | 1633 | ||
| 3536 |
|
14년 전 | 627 | |
| 3535 | 14년 전 | 1087 | ||
| 3534 | 14년 전 | 453 | ||
| 3533 | 14년 전 | 918 | ||
| 3532 | 14년 전 | 1398 | ||
| 3531 | 14년 전 | 841 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기