<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Script>
<![CDATA[
import flash.errors.*;
import flash.events.*;
import flash.net.URLLoader;
import flash.net.URLRequest;
//Cargar texto
public function ver(event:Event):void{
var url:URLRequest = new URLRequest("C:/Documents and Settings/Administrador/Mis documentos/serial_mf8.txt");
var cargar:URLLoader = new URLLoader();
cargar.load(url);
//navigateToURL(url,"_blank")
}
]]>
</mx:Script>
<mx:Button x="19" y="5" label="click" click="ver(event);"/>
<mx:TextInput x="19" y="35" id="TI"/>
</mx:Application>
esto esta bien, peero.. no cargo el contenido del cargar ( URLLoader )
en ningun sitio, es decir no se muestra la informacion