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,091
14년 전 조회 1,131
14년 전 조회 2,370
14년 전 조회 1,415
14년 전 조회 1,895
14년 전 조회 1,161
14년 전 조회 1,735
14년 전 조회 2,257
14년 전 조회 1,305
14년 전 조회 1,778
14년 전 조회 1,310
14년 전 조회 1,677
14년 전 조회 3,112
14년 전 조회 1,159
14년 전 조회 5,385
14년 전 조회 1,163
14년 전 조회 1,341
14년 전 조회 1,175
14년 전 조회 3,899
14년 전 조회 973
14년 전 조회 1,324
14년 전 조회 1,609
14년 전 조회 1,629
14년 전 조회 1,099
14년 전 조회 1,723
14년 전 조회 1,186
14년 전 조회 1,063
14년 전 조회 2,740
14년 전 조회 1,468
14년 전 조회 1,076
14년 전 조회 1,047
14년 전 조회 2,102
14년 전 조회 1,266
14년 전 조회 1,673
14년 전 조회 1,650
14년 전 조회 2,315
14년 전 조회 2,319
14년 전 조회 1,594
14년 전 조회 1,220
14년 전 조회 1,180
14년 전 조회 1,391
14년 전 조회 1,570
14년 전 조회 3,108
14년 전 조회 1,044
14년 전 조회 1,375
14년 전 조회 1,521
14년 전 조회 1,893
14년 전 조회 1,100
14년 전 조회 998
14년 전 조회 1,709
14년 전 조회 2,076
14년 전 조회 2,174
14년 전 조회 1,405
14년 전 조회 1,138
14년 전 조회 2,280
14년 전 조회 1,359
14년 전 조회 1,703
14년 전 조회 1,156
14년 전 조회 1,216
14년 전 조회 1,245
14년 전 조회 1,312
14년 전 조회 5,186
14년 전 조회 1,199
14년 전 조회 1,337
14년 전 조회 2,002
14년 전 조회 1,138
14년 전 조회 929
14년 전 조회 1,331
14년 전 조회 2,612
14년 전 조회 2,059
14년 전 조회 1,895
14년 전 조회 3,394
14년 전 조회 2,434
14년 전 조회 1,384
14년 전 조회 1,426
14년 전 조회 1,407
14년 전 조회 1,534
14년 전 조회 984
14년 전 조회 1,293
14년 전 조회 1,426
14년 전 조회 3,021
14년 전 조회 1,310
14년 전 조회 1,047
14년 전 조회 1,047
14년 전 조회 3,386
14년 전 조회 1,169
14년 전 조회 1,885
14년 전 조회 1,993
14년 전 조회 1,090
14년 전 조회 1,794
14년 전 조회 1,187
14년 전 조회 1,332
14년 전 조회 2,264
14년 전 조회 2,049
14년 전 조회 2,607
14년 전 조회 1,313
14년 전 조회 1,185
14년 전 조회 2,568
14년 전 조회 1,210
14년 전 조회 1,311