topical media & game development
actionscript-video-com-flashconnections-ui-component-mediaPlayer-ifc-IMVCMediaPlayer.ax
actionscript-video-com-flashconnections-ui-component-mediaPlayer-ifc-IMVCMediaPlayer.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.IMVCApplication;
import com.flashconnections.ui.component.mediaPlayer.playlist.ifc.IPlaylist;
public interface @ax-actionscript-video-com-flashconnections-ui-component-mediaPlayer-ifc-IMVCMediaPlayer extends IMVCApplication
{
function play():void;
function playMedia(path:String):void;
function pause():void;
function stop():void;
function setMediaPosition(val:Number):void;
function getMediaPosition():Number;
function setVolume(val:Number):void;
function getVolume():Number;
function initCoordinates(x:Number, y:Number, w:Number, h:Number):void;
function getPlaylist():IPlaylist;
function populatePlaylist(val:Array):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.