<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Script>
<![CDATA[
[Bindable]
[Embed(source="iconos/add copia.jpg")]
public var icon1:Class;
]]>
</mx:Script>
<mx:VBox x="0" y="0" width="100%" height="20%" horizontalScrollPolicy="off" verticalScrollPolicy="off" verticalGap="0" horizontalAlign="center">
<mx:SWFLoader width="100%" height="80%"/>
<mx:ApplicationControlBar width="60%" height="20%" cornerRadius="0" paddingBottom="0" paddingTop="0">
<mx:Label text="Navegador" width="66"/>
<mx:MenuBar id="MenuBar" labelField="@label" iconField="@icon" height="100%" width="100%">
<mx:XMLList>
<menuitem label="Inicio" icon="{icon1}">
