| Package | com.soma.view.video.skin |
| Interface | public interface ISomaVideoPlaySkin extends ISomaVideoSkin |
| Implementors | SomaVideoPlaySkin |
Author: Romuald Quantin - www.soundstep.com
Information:
Blog page - SomaUI
How does it work - Soma Protest
Project Host - Google Code
Documentation - Soma ASDOC
Class version: 2.0
Actionscript version: 3.0
Copyright:
The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied.
See the License for the specific language governing rights and
limitations under the License.
The Original Code is Soma.
The Initial Developer of the Original Code is Romuald Quantin.
Initial Developer are Copyright (C) 2008-2009 Soundstep. All Rights Reserved.
Usage:
Interface meant to implemented by a DisplayObject class (such as Sprite) to skin a play/stop/pause button skin and be added to the SomaVideoControls (somaVideoPlayerInstance.controls).
See the SomaVideoPlaySkin documentation to create your own play/stop/pause skin and the SomaVideoControls documentation to add or create your own controls.
See also
| Method | Defined by | ||
|---|---|---|---|
![]() |
dispose():void
This method is internally called when you dispose a SomaVideoPlayer to remove children, the event listeners or whatever that needs to be destroyed to free the memory (make the instance elligible to the Garbage Collection).
| ISomaVideoSkin | |
|
pauseCallBack():void
Method called whenever the video is paused.
| ISomaVideoPlaySkin | ||
|
playCallBack():void
Method called whenever the video starts to play.
| ISomaVideoPlaySkin | ||
![]() |
registerPlayer(player:SomaVideoPlayer):void
Register the SomaVideoPlayer instance that will be used with the skin class
| ISomaVideoSkin | |
|
resumeCallBack():void
Method called whenever the video is resumed.
| ISomaVideoPlaySkin | ||
|
stopCallBack():void
Method called whenever the video is stopped.
| ISomaVideoPlaySkin | ||
| pauseCallBack | () | method |
public function pauseCallBack():voidMethod called whenever the video is paused.
| playCallBack | () | method |
public function playCallBack():voidMethod called whenever the video starts to play.
| resumeCallBack | () | method |
public function resumeCallBack():voidMethod called whenever the video is resumed.
| stopCallBack | () | method |
public function stopCallBack():voidMethod called whenever the video is stopped.