[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
? 

Any work around ? do I need to use any server side scripting for this ..
Please give some suggestion 

Thanks in advance 
Mayur


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] file reference

2006-06-19 Thread Alain Rousseau

This was asked not too long ago (last week !)

Search for the following : ³FileReference and Getting File Path² with the
cool new tool that Muzak has provided us
http://muzakdeezign.com/flashcoders/




From: Mayur Bais [EMAIL PROTECTED]
Reply-To: Flashcoders mailing list flashcoders@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 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
? 

Any work around ? do I need to use any server side scripting for this ..
Please give some suggestion

Thanks in advance 
Mayur


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 not too long ago (last week !)

Search for the following : ³FileReference and Getting File Path² with the
cool new tool that Muzak has provided us
http://muzakdeezign.com/flashcoders/




From: Mayur Bais [EMAIL PROTECTED]
Reply-To: Flashcoders mailing list flashcoders@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 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
? 

Any work around ? do I need to use any server side scripting for this ..
Please give some suggestion

Thanks in advance 
Mayur


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[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 bare file name and not a path to the file.


Is there a way to get around having to hardcore a directory for this?

- A
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 scripting language.


Ron



Andreas Rønning wrote:

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 bare file name and not a path to the file.


Is there a way to get around having to hardcore a directory for this?

- A
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com