Jump to content
Search Community

BinaryDataLoader Save File To Disk and Display on Stage

vanderlooj test
Moderator Tag

Recommended Posts

Hi there,

 

Here's what I'm trying to do...

 

I want to load files from a server into my AIR app. But I want to load them from the server and save the files locally as well as display them.

 

Currently I'm loading all assets, whether its PNG or JPG or whatever with the BinaryDataLoader (using registerFileType), which I can then save to the disk. After saving them to the disk, I load them once again (from the local location) to display them. But this seems like a waste of time and resources to me.

 

What I want to do is load the assets from the server once, and then use that loaded file as a byte array to save to the disk and as display content (so I don't have to load them again).

 

Can anybody give me some advice on how to achieve this or point me in the right direction with some tips?

 

Thanks!

Cheers

Link to comment
Share on other sites

  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...