InformationMediaSupportOther Adobe Projects |
GalleryVideoPlayer.asGo to the documentation of this file.00001 /**************************************** 00002 ** Copyright 2005-2006 Adobe Systems Incorporated 00003 ** Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt 00004 ** or a copy at http://opensource.adobe.com/licenses.html) 00005 ** 00006 ** VideoClip Class 00007 ****************************************/ 00008 import mx.transitions.*; 00009 import mx.xpath.XPathAPI; 00010 import amg.*; 00011 import mx.video.*; 00012 00013 class amg.GalleryVideoPlayer extends VideoPlayer { 00014 00015 private var _dummy:mx.video.NCManager; 00016 private var netConnection:NetConnection; 00017 private var netStream:NetStream; 00018 00019 00020 //class constructor 00021 public function GalleryVideoPlayer() { 00022 00023 } 00024 00025 00026 00027 } 00028 |