[Flashcoders] file reference

2006-06-19 Thread Mayur Bais
hello all, I want to know the path of the file on the local hard drive which is been browsed by the user. How can I achieve this ? flash 8 provides flash.net.FileReference package which we can achieve browse and upload. But I could not find the solution to my problem. Any idea how can I do this ?

Re: [Flashcoders] file reference

2006-06-19 Thread Alain Rousseau
@chattyfig.figleaf.com Date: Mon, 19 Jun 2006 19:01:16 +0530 To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] file reference hello all, I want to know the path of the file on the local hard drive which is been browsed by the user. How can I achieve this ? flash 8 provides

RE: [Flashcoders] file reference

2006-06-19 Thread Mayur Bais
Great tool! I could find my answer Thanks :) Regards, Mayur -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alain Rousseau Sent: Monday, June 19, 2006 8:36 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] file reference This was asked

[Flashcoders] file reference

2006-03-03 Thread Andreas Rønning
I have an app that takes an xml file and displays it in a certain way. The user needs to be able to choose from a range of XML files, and i thought filereference would let me use a classic browse-window to reference files to be loaded and parsed. However, apparently file.name only gives the

Re: [Flashcoders] file reference

2006-03-03 Thread Ron Wheeler
Can you just put your list of files in an XML file and present that to the user? You can map the file references to wherever you want and provide good descriptions rather than just file names. If you just want the names, you could probably generate the XML index with Ant or some other