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,128
14년 전 조회 1,165
14년 전 조회 2,415
14년 전 조회 1,460
14년 전 조회 1,940
14년 전 조회 1,198
14년 전 조회 1,764
14년 전 조회 2,301
14년 전 조회 1,347
14년 전 조회 1,818
14년 전 조회 1,349
14년 전 조회 1,714
14년 전 조회 3,151
14년 전 조회 1,203
14년 전 조회 5,405
14년 전 조회 1,197
14년 전 조회 1,382
14년 전 조회 1,215
14년 전 조회 3,941
14년 전 조회 1,017
14년 전 조회 1,354
14년 전 조회 1,645
14년 전 조회 1,666
14년 전 조회 1,137
14년 전 조회 1,769
14년 전 조회 1,225
14년 전 조회 1,109
14년 전 조회 2,777
14년 전 조회 1,509
14년 전 조회 1,118
14년 전 조회 1,088
14년 전 조회 2,141
14년 전 조회 1,303
14년 전 조회 1,708
14년 전 조회 1,691
14년 전 조회 2,342
14년 전 조회 2,361
14년 전 조회 1,636
14년 전 조회 1,256
14년 전 조회 1,225
14년 전 조회 1,433
14년 전 조회 1,618
14년 전 조회 3,135
14년 전 조회 1,080
14년 전 조회 1,416
14년 전 조회 1,547
14년 전 조회 1,932
14년 전 조회 1,135
14년 전 조회 1,029
14년 전 조회 1,742
14년 전 조회 2,104
14년 전 조회 2,203
14년 전 조회 1,424
14년 전 조회 1,174
14년 전 조회 2,315
14년 전 조회 1,398
14년 전 조회 1,736
14년 전 조회 1,182
14년 전 조회 1,245
14년 전 조회 1,268
14년 전 조회 1,344
14년 전 조회 5,213
14년 전 조회 1,228
14년 전 조회 1,369
14년 전 조회 2,033
14년 전 조회 1,174
14년 전 조회 958
14년 전 조회 1,357
14년 전 조회 2,635
14년 전 조회 2,078
14년 전 조회 1,928
14년 전 조회 3,408
14년 전 조회 2,466
14년 전 조회 1,425
14년 전 조회 1,453
14년 전 조회 1,434
14년 전 조회 1,559
14년 전 조회 1,005
14년 전 조회 1,326
14년 전 조회 1,448
14년 전 조회 3,054
14년 전 조회 1,332
14년 전 조회 1,075
14년 전 조회 1,068
14년 전 조회 3,412
14년 전 조회 1,193
14년 전 조회 1,913
14년 전 조회 2,009
14년 전 조회 1,122
14년 전 조회 1,822
14년 전 조회 1,223
14년 전 조회 1,365
14년 전 조회 2,296
14년 전 조회 2,070
14년 전 조회 2,634
14년 전 조회 1,340
14년 전 조회 1,215
14년 전 조회 2,593
14년 전 조회 1,242
14년 전 조회 1,338