<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" 
    xmlns:pv3d="net.borishorn.flex.pv3d.*"
    layout="absolute"
    preloader="net.borishorn.preload.CustomPreloader"
    frameRate="40" 
    backgroundColor="0x000000"
    backgroundGradientColors="[0xcccccc,0x000000]" viewSourceURL="srcview/index.html">

        
            <pv3d:PaperGrid id="papergrid" x="300" y="600" />
        

    

    
</mx:Application>