u can access local files on flex by using "-use-network=false",
without quotes, as a command line argument if u are compiling it using
sdk. If using flex builder, right click the
application>properties>look for something called flex compiler>add the
above mentioned parameter after locale en..., Here u need to give a
space after the previous argument ends.
> On Sat, Oct 18, 2008 at 8:10 PM, Chocka <
chockalinga...@gmail.com> wrote:
>
> > Yes thats right. There is no direct way to access user's disk. There
> > are quite a few workarounds to simulate a save to local disk.
>
> > You could try uploading your contents to a server location first, and
> > then use FileReference.download() to download that URL to user's local
> > disk.
>
> > Regards,
> > Ravi
>
> > On Oct 17, 11:52 am, "Venkat Viswanathan" <
helloven...@gmail.com>
> > wrote:
> > > Hi Dhileepen,
>
> > > Yes, there are workarounds. As you said, applets is one workaround.
> > ActiveX
> > > objects are another (which works only with IE).
>
> > > Long story short, you CANNOT do it directly with Flex. Flash Player will
> > > never allow you to access the user's file system. The only alternative is
> > > using AIR.
>
> > > Regards,
> > >
Venkatwww.venkatv.com<
http://venkatwww.venkatv.com/>