Thanks John, I'll check that out. I have files publishing directly onto the
Galaxy Tab directly from Flash 5.5(trial) pretty seamlessly.

However I can't seem to get applicationStorageDirectory to work in AIR
anymore. I've used it before for application settings xml files with not too
much problem. If I include a txt or jpeg file in the included files option
it includes them in the app ok but when I try to find them:

var myFile:File =
File.applicationStorageDirectory.resolvePath("localstorage/test.jpeg");
if(myFile.exists) {
...do something.
}

 when running the application it returns false.

am I being stupid? any ideas?

Cheers,

David



On 22 June 2011 14:55, John R. Sweeney Jr <jr.swee...@comcast.net> wrote:

> If your using a MAC, just download Android File Transfer:
> http://www.android.com/filetransfer/
>
> It will make your life SOO much easier. You'll see the device like looking
> at an external drive, place your apk file on the device. Then go to the
> Market place and get Astro File Manager. You can then install and/or file
> manage your app. (install, launch, remove, etc)
>
> Good luck,
> John
>
>
>
> on 6/22/11 6:57 AM, David Hunter at m...@davidhunterdesign.com wrote:
>
> > it says in the video this should not be an issue for Macs. It also said
> this
> > on forum post ( http://forums.adobe.com/message/3564584#3564584 ) that
> USB
> > drivers shouldn't be a problem.
>
>
> John R. Sweeney Jr.
> Interactive Multimedia Developer
>
>
> OnDemand Interactive Inc
> 945 Washington Blvd.
> Hoffman Estates, IL 60169
> Office/Fax: 847.310.5959
> Cellular: 847.651.4469
> www.ondemandinteractive.com
>
>
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
David Hunter

www.davidhunterdesign.com
+44 (0) 7869 104 906
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to