<?xml version="1.0" encoding="utf-8"?>
<print:PrintPreview xmlns:fx="http://ns.adobe.com/mxml/2009" 
                    xmlns:s="library://ns.adobe.com/flex/spark" 
                    xmlns:mx="library://ns.adobe.com/flex/mx" 
                    xmlns:print="com.flexicious.print.*" 
                    creationComplete="printpreview1_creationCompleteHandler(event)">
    <fx:Script>
        <![CDATA[
            import mx.events.FlexEvent;

            protected function printpreview1_creationCompleteHandler(event:FlexEvent):void
            {
                // TODO Auto-generated method stub
                //if we wish, we can make custom adjustments to the preview page here
            }

        ]]>
    </fx:Script>
    <fx:Declarations>
        <!-- Place non-visual elements (e.g., services, value objects) here -->
    </fx:Declarations>
</print:PrintPreview>