topical media & game development

talk show tell print

hush-video-rgbxyz.mx

hush-video-rgbxyz.mx [swf] [flash] flex


  <?xml version="1.0"?>
  <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
  paddingLeft="0" paddingTop="0" paddingBottom="0" paddingRight="0"
  initialize="init();">
  

script


  <mx:Script>
  <![CDATA[
  
  private function init() : void {
  myVid.source="../assets/clips/blip/rgbxyz.flv";
  myVid.autoPlay="true";
  //myVid.volume=0;
  }
  ]]>
  </mx:Script>
  

display


  
  <mx:VideoDisplay id="myVid" height="100%" width="100%" maintainAspectRatio="false" autoPlay="false"/>
  
  </mx:Application>
  


(C) Æliens 04/09/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.