<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
     xmlns:rf="com.randomFractals.media.controls.*"
     layout="vertical"    
    width="100%" height="100%"  
    color="#FFFFFF" 
    backgroundAlpha="0"    
    backgroundGradientAlphas="[]"
    horizontalAlign="center" 
    verticalAlign="top"
    horizontalScrollPolicy="off" 
    verticalScrollPolicy="off" 
    viewSourceURL="srcview/index.html">
    
    <mx:Style source="/assets/skins/shadow.css" />
        
    <mx:VBox>
        <rf:VideoPlayer id="player" autoPlay="true" 
            url="video/Honey_Honey_-_Little_Toy_Gun.flv" />                
    </mx:VBox>
    
</mx:Application>