Re: [flexcoders] Re: is it not possible to upload a file to a flash app (no server)?

2009-03-27 Thread Tom Chiverton
On Friday 27 Mar 2009, Paul Kukiel wrote: Yes in FP10 and the 3.3 SDK you can load data client side. I have had trouble getting this to work on osx and linux though: Is there a bug for this in bugs.adobe.com, because I have the 10,0,22,87 debug player here, on OpenSuSE 64bit (but with 32bit

[flexcoders] Re: is it not possible to upload a file to a flash app (no server)?

2009-03-27 Thread gmoniey22
I was able to get it working on OS X...the biggest problem was getting flexbuilder to use the FP 10 player, otherwise the load() function fails at runtime. --- In flexcoders@yahoogroups.com, Paul Kukiel pkuk...@... wrote: Yes in FP10 and the 3.3 SDK you can load data client side. I have

Re: [flexcoders] Re: is it not possible to upload a file to a flash app (no server)?

2009-03-27 Thread Fotis Chatzinikos
Any ideas why it was not working before? How did you fix it? Does it now play ok on win, osx + linuxes? I am considering using this for an app i am making, but i am not sure if it worths the trouble if it only works on windows... On Fri, Mar 27, 2009 at 7:32 PM, gmoniey22 gmonie...@yahoo.com

[flexcoders] Re: is it not possible to upload a file to a flash app (no server)?

2009-03-27 Thread gmoniey22
I havent gotten a chance to play with it on anything but os x (10.5). I ended up getting it working by following these instructions: http://opensource.adobe.com/wiki/display/flexsdk/Targeting+Flash+Player+10 --- In flexcoders@yahoogroups.com, Fotis Chatzinikos fotis.chatzini...@... wrote:

[flexcoders] Re: is it not possible to upload a file to a flash app (no server)?

2009-03-26 Thread gmoniey22
No, I actually want to parse the file. This seems like it should be a trivial task. --- In flexcoders@yahoogroups.com, Alain Thibodeau thibodeau.al...@... wrote: You mean just getting file info or actually parsing the full file data? If it's just the basic file information, I think you can

[flexcoders] Re: is it not possible to upload a file to a flash app (no server)?

2009-03-26 Thread djepyon
If its a remote file this can be done by using Loader.loadBytes() and parsing the ByteArray. You would need AIR to load the bytes of a local file though. --- In flexcoders@yahoogroups.com, gmoniey22 gmonie...@... wrote: No, I actually want to parse the file. This seems like it should be a

RE: [flexcoders] Re: is it not possible to upload a file to a flash app (no server)?

2009-03-26 Thread Tracy Spratt
I have heard that FP 10 will allow access to the file contents. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of djepyon Sent: Thursday, March 26, 2009 6:19 PM To:

[flexcoders] Re: is it not possible to upload a file to a flash app (no server)?

2009-03-26 Thread gmoniey22
yes it will, using the FileReference.load(), and then accessing FileReference.data. I got this working on FP10 sdk 3.3. It took a while to get flexbuilder to play nice however. --- In flexcoders@yahoogroups.com, Tracy Spratt tspr...@... wrote: I have heard that FP 10 will allow access to

Re: [flexcoders] Re: is it not possible to upload a file to a flash app (no server)?

2009-03-26 Thread Paul Kukiel
Yes in FP10 and the 3.3 SDK you can load data client side. I have had trouble getting this to work on osx and linux though: http://blog.kukiel.net/2009/02/file-manipulation-client-side-with.html There are a few links on the entry to some decent references. Paul. On 26/03/2009, at 8:34 PM,