private function on_click() : void
{
var file:File = new File();
file.addEventListener(Event.SELECT,
function (e:Event):void
{
trace(file.nativePath);
}
);
file.browseForDirectory("search");
}
Tuesday, 29 September 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment