<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" xmlns:local="*" width="427" height="282" viewSourceURL="srcview/index.html">
    <mx:Panel x="10" y="10" width="407" height="262" layout="absolute" title="TabNavigator with HTML IFrame Enclosures">
        <mx:TabNavigator x="10" y="10" width="367" height="202">
            <local:IFrame source="http://www.google.com"  label="Google" width="100%" height="100%">
            </local:IFrame>
            <local:IFrame source="http://www.yahoo.com" label="Yahoo" width="100%" height="100%">
            </local:IFrame>
            <local:IFrame source="http://blog.themidnightcoders.com" label="WebORB Blog" width="100%" height="100%">
            </local:IFrame>
        </mx:TabNavigator>
    </mx:Panel>    
</mx:Application>