topical media & game development

talk show tell print

actionscript-video-com-flashconnections-ui-component-mediaPlayer-ifc-IMediaPlayerController.ax

actionscript-video-com-flashconnections-ui-component-mediaPlayer-ifc-IMediaPlayerController.ax [swf] flex


  
Flash Video for Professionals: MVC Player http://www.flashconnections.com
author: James O'Reilly

  
  package com.flashconnections.ui.component.mediaPlayer.ifc
  {
          import com.flashconnections.pattern.mvc.ifc.IController;
          import flash.events.MouseEvent;
          
          public interface @ax-actionscript-video-com-flashconnections-ui-component-mediaPlayer-ifc-IMediaPlayerController extends IController 
          {
                  function play(event:MouseEvent):void;
                  function playMedia(path:String):void;
                  function pause(event:MouseEvent):void;
                  function stop(event:MouseEvent):void;
                  function setMediaPosition(val:Number):void;
                  function getMediaPosition():Number;
                  function setVolume(val:Number):void;
                  function getVolume():Number;
                  function playNext(event:MouseEvent):void;
                  function playPrevious(event:MouseEvent):void;
          }
  }


(C) Æliens 27/08/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.