topical media & game development
actionscript-video-com-flashconnections-ui-component-mediaPlayer-ifc-IMediaPlayerView.ax
actionscript-video-com-flashconnections-ui-component-mediaPlayer-ifc-IMediaPlayerView.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 flash.media.Video;
import com.flashconnections.pattern.mvc.ifc.IView;
public interface @ax-actionscript-video-com-flashconnections-ui-component-mediaPlayer-ifc-IMediaPlayerView extends IView
{
function setVideoInstance(val:Video):void;
function getVideoInstance():Video;
function onMetaData(val:Object):void;
function onStatus(val:Object):void;
function onPlay():void;
function onPlayMedia(path:String):void;
function onPause():void;
function onStop():void;
function onSetMediaPosition(val:Number):void;
function onSetVolume(val:Number):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.