[flexcoders] how to open a file system UNC path (windows share)

2012-06-01 Thread vaster3302
How can I open a UNC (windows share) in windows explorer from flex (flash builder 4)? I tried a couple different things: var request:URLRequest = new URLRequest(file://myserver\myfolder); var loader:URLLoader = new URLLoader(); loader.load(request); which gives a stream error and var

Re: [flexcoders] how to open a file system UNC path (windows share)

2012-06-01 Thread Alex Harui
I’m pretty sure UNC is not supported. You will have to map a drive or set up a web server. On 6/1/12 3:57 PM, vaster3302 kaushal.sha...@gmail.com wrote: How can I open a UNC (windows share) in windows explorer from flex (flash builder 4)? I tried a couple different things: var

[flexcoders] How to open a File

2008-04-02 Thread Asha Athrey
Hi, On clicking on a particular button i want to open a file by passing some arguments. How can i do that. Can i get the example code which does that or a similar operation.(opening a File) Share files, take polls, and discuss your passions - all under one roof. Go to

RE: [flexcoders] How to open a File

2008-04-02 Thread Tracy Spratt
To: flexcoders@yahoogroups.com Subject: [flexcoders] How to open a File Hi, On clicking on a particular button i want to open a file by passing some arguments. How can i do that. Can i get the example code which does that or a similar operation.(opening a File