v

[ActionScript 3.0] , MovieClipWithPlaying , 현제 무비클립이 재생 중인지 체크하기 위해서

[설명 및 사용방법]
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.*;
 public class MovieClipWithIsPlaying extends MovieClip {
  
  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개

감사합니다~~
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
14년 전 조회 1,172
14년 전 조회 1,215
14년 전 조회 2,464
14년 전 조회 1,505
14년 전 조회 1,987
14년 전 조회 1,249
14년 전 조회 1,816
14년 전 조회 2,351
14년 전 조회 1,398
14년 전 조회 1,865
14년 전 조회 1,401
14년 전 조회 1,766
14년 전 조회 3,201
14년 전 조회 1,257
14년 전 조회 5,434
14년 전 조회 1,249
14년 전 조회 1,437
14년 전 조회 1,258
14년 전 조회 3,990
14년 전 조회 1,061
14년 전 조회 1,408
14년 전 조회 1,695
14년 전 조회 1,720
14년 전 조회 1,184
14년 전 조회 1,808
14년 전 조회 1,269
14년 전 조회 1,153
14년 전 조회 2,819
14년 전 조회 1,562
14년 전 조회 1,159
14년 전 조회 1,140
14년 전 조회 2,178
14년 전 조회 1,345
14년 전 조회 1,757
14년 전 조회 1,737
14년 전 조회 2,373
14년 전 조회 2,408
14년 전 조회 1,681
14년 전 조회 1,302
14년 전 조회 1,262
14년 전 조회 1,484
14년 전 조회 1,661
14년 전 조회 3,160
14년 전 조회 1,121
14년 전 조회 1,470
14년 전 조회 1,596
14년 전 조회 1,974
14년 전 조회 1,175
14년 전 조회 1,060
14년 전 조회 1,789
14년 전 조회 2,158
14년 전 조회 2,240
14년 전 조회 1,440
14년 전 조회 1,206
14년 전 조회 2,348
14년 전 조회 1,428
14년 전 조회 1,772
14년 전 조회 1,225
14년 전 조회 1,286
14년 전 조회 1,309
14년 전 조회 1,389
14년 전 조회 5,227
14년 전 조회 1,261
14년 전 조회 1,415
14년 전 조회 2,084
14년 전 조회 1,206
14년 전 조회 999
14년 전 조회 1,399
14년 전 조회 2,671
14년 전 조회 2,111
14년 전 조회 1,961
14년 전 조회 3,434
14년 전 조회 2,502
14년 전 조회 1,461
14년 전 조회 1,491
14년 전 조회 1,477
14년 전 조회 1,600
14년 전 조회 1,047
14년 전 조회 1,371
14년 전 조회 1,492
14년 전 조회 3,091
14년 전 조회 1,390
14년 전 조회 1,120
14년 전 조회 1,104
14년 전 조회 3,453
14년 전 조회 1,235
14년 전 조회 1,954
14년 전 조회 2,035
14년 전 조회 1,168
14년 전 조회 1,854
14년 전 조회 1,257
14년 전 조회 1,400
14년 전 조회 2,335
14년 전 조회 2,091
14년 전 조회 2,679
14년 전 조회 1,381
14년 전 조회 1,258
14년 전 조회 2,632
14년 전 조회 1,279
14년 전 조회 1,394