Can you elaborate on that: normal mac FB - resize and all (???)

When using the following:

import flash.net.FileReference;
var listener:Object = new Object();
function onSelect (file:FileReference):Void  {
 trace(file.name);
};
var fileRef:FileReference = new FileReference();
fileRef.addListener(this);
fileRef.browse();

in the event object (file) all you get is the file name, which isn't of any use 
if you selected a file outside the directory of 
which the swf is run.

regards,
Muzak

----- Original Message ----- 
From: "Michael Bedar" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" <[email protected]>
Sent: Tuesday, October 25, 2005 9:36 AM
Subject: Re: [Flashcoders] FileReference class [Get path of a selected file]


> The file browser window?  On OSX i get a normal mac FB - resize and  all...
>
>
> On Oct 25, 2005, at 1:52 AM, Michael Stuhr wrote:
>


_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to