Hi,

Is there a way to get the FileReference to open different browse window
styles - or are we stuck with the one it gives!? The Windows / IE browse
window I am after is basically a resizable window.

Note, to see the default window which Flash triggers, paste this code
onto the first frame of a blank movie:

import flash.net.FileReference;
var imageFile:FileReference = new FileReference();
imageFile.browse([{description: "Image Files", extension:
"*.jpg;*.gif;*.png"}]);

Cheers,

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

Reply via email to