Can we get full path name of a file selected by the browse window?

Hi i need some serious help… i new to AS3 and i have this project i have to finish ASAP…

Is there any way to get full path of a file which the user selects after clicking the browse button… ive read somewhere that using the FileReference in ActionScript we can pop up the browse dialog box by using the

FileReference.browse();

is there any way to extract the file path from this??

Actually i need to use that path to Load the image later in the APPLICATION… plzz help…