as3_novice
09-08-2008, 05:18 AM
I trying to create a simple SWF Window that allows you to browse for a file and then populate a text field with the file path. Here is the code I'm using. Can't seem to access the value "str" is supposed to be returned.
browse_btn.addEventListener(MouseEvent.MOUSE_UP,on Browse);
function onBrowse(evt:MouseEvent):String
{
var str = "fl.browseForFileURL('select', 'Select File');";
return MMExecute(str);
}
I have also attached my .fla
browse_btn.addEventListener(MouseEvent.MOUSE_UP,on Browse);
function onBrowse(evt:MouseEvent):String
{
var str = "fl.browseForFileURL('select', 'Select File');";
return MMExecute(str);
}
I have also attached my .fla