[설명 및 사용방법]
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년 전
감사합니다~~
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 4530 |
라이언31
|
13년 전 | 614 | |
| 4529 | 13년 전 | 791 | ||
| 4528 |
꼬꼬아부지
|
13년 전 | 1001 | |
| 4527 | 13년 전 | 606 | ||
| 4526 | 13년 전 | 686 | ||
| 4525 |
|
13년 전 | 1004 | |
| 4524 | 13년 전 | 976 | ||
| 4523 | 13년 전 | 2281 | ||
| 4522 | 13년 전 | 612 | ||
| 4521 | 13년 전 | 1255 | ||
| 4520 | 13년 전 | 1547 | ||
| 4519 |
복이219
|
13년 전 | 1203 | |
| 4518 | 13년 전 | 490 | ||
| 4517 | 13년 전 | 1293 | ||
| 4516 |
아이피마스터
|
13년 전 | 549 | |
| 4515 | 13년 전 | 636 | ||
| 4514 | 13년 전 | 634 | ||
| 4513 | 13년 전 | 1066 | ||
| 4512 |
ananom
|
13년 전 | 4357 | |
| 4511 |
ananom
|
13년 전 | 1476 | |
| 4510 | 13년 전 | 1213 | ||
| 4509 | 13년 전 | 678 | ||
| 4508 | 13년 전 | 842 | ||
| 4507 | 13년 전 | 927 | ||
| 4506 | 13년 전 | 697 | ||
| 4505 | 13년 전 | 626 | ||
| 4504 | 13년 전 | 464 | ||
| 4503 | 13년 전 | 495 | ||
| 4502 |
|
13년 전 | 1787 | |
| 4501 | 13년 전 | 1618 | ||
| 4500 |
|
13년 전 | 482 | |
| 4499 | 13년 전 | 1869 | ||
| 4498 | 13년 전 | 1146 | ||
| 4497 |
미션임파썩을
|
13년 전 | 886 | |
| 4496 | 13년 전 | 935 | ||
| 4495 |
공포의니이킥
|
13년 전 | 1103 | |
| 4494 | 13년 전 | 1968 | ||
| 4493 | 13년 전 | 1059 | ||
| 4492 | 13년 전 | 487 | ||
| 4491 |
두근두근따봉
|
13년 전 | 921 | |
| 4490 | 13년 전 | 1365 | ||
| 4489 |
jaein8060
|
13년 전 | 610 | |
| 4488 | 13년 전 | 1034 | ||
| 4487 |
ReeJang
|
13년 전 | 1816 | |
| 4486 | 13년 전 | 977 | ||
| 4485 | 13년 전 | 798 | ||
| 4484 | 13년 전 | 852 | ||
| 4483 | 13년 전 | 517 | ||
| 4482 | 13년 전 | 1177 | ||
| 4481 | 13년 전 | 1047 | ||
| 4480 |
|
13년 전 | 520 | |
| 4479 | 13년 전 | 907 | ||
| 4478 | 13년 전 | 3961 | ||
| 4477 | 13년 전 | 986 | ||
| 4476 |
wangko
|
13년 전 | 2700 | |
| 4475 | 13년 전 | 920 | ||
| 4474 | 13년 전 | 954 | ||
| 4473 | 13년 전 | 756 | ||
| 4472 |
|
13년 전 | 547 | |
| 4471 | 13년 전 | 1559 | ||
| 4470 | 13년 전 | 568 | ||
| 4469 | 13년 전 | 518 | ||
| 4468 | 13년 전 | 843 | ||
| 4467 | 13년 전 | 639 | ||
| 4466 | 13년 전 | 909 | ||
| 4465 | 13년 전 | 655 | ||
| 4464 | 13년 전 | 1713 | ||
| 4463 |
chongho
|
13년 전 | 2168 | |
| 4462 |
chongho
|
13년 전 | 1016 | |
| 4461 |
chongho
|
13년 전 | 1020 | |
| 4460 | 13년 전 | 748 | ||
| 4459 | 13년 전 | 2776 | ||
| 4458 | 13년 전 | 783 | ||
| 4457 | 13년 전 | 491 | ||
| 4456 | 13년 전 | 1317 | ||
| 4455 | 13년 전 | 1721 | ||
| 4454 | 13년 전 | 689 | ||
| 4453 | 13년 전 | 1247 | ||
| 4452 |
aequum
|
13년 전 | 1266 | |
| 4451 | 13년 전 | 1320 | ||
| 4450 |
도토리과자
|
13년 전 | 1421 | |
| 4449 | 13년 전 | 1073 | ||
| 4448 | 13년 전 | 8615 | ||
| 4447 | 13년 전 | 1201 | ||
| 4446 | 13년 전 | 1480 | ||
| 4445 | 13년 전 | 627 | ||
| 4444 |
|
13년 전 | 580 | |
| 4443 | 13년 전 | 686 | ||
| 4442 |
Msoft
|
13년 전 | 1049 | |
| 4441 |
|
13년 전 | 2097 | |
| 4440 | 13년 전 | 610 | ||
| 4439 | 13년 전 | 1649 | ||
| 4438 |
aequum
|
13년 전 | 1832 | |
| 4437 | 13년 전 | 982 | ||
| 4436 | 13년 전 | 913 | ||
| 4435 |
디귿소프트
|
13년 전 | 506 | |
| 4434 | 13년 전 | 1064 | ||
| 4433 | 13년 전 | 987 | ||
| 4432 | 13년 전 | 851 | ||
| 4431 | 13년 전 | 747 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기