Share Posted April 1, 2014 Hi - I'm wondering if anyone has loaded an ATF Texture with LoaderMax, and if so how. I assume we should be using DataLoader, but when I tried this the content would not cast as a ByteArray. Any advice would be appreciated. Link to comment Share on other sites More sharing options...
Share Posted April 2, 2014 Did you set format:"binary" on the DataLoader? Disclaimer: I've never worked with ATF and I don't have time to do the research and testing with Starling at the moment (I'm not a Starling guy, in case you couldn't tell). If you can load it with a regular AS3 URLLoader, then most likely you can do it with LoaderMax's DataLoader. I suspect that maybe you just forgot to set the DataLoader's format to "binary". 1 Link to comment Share on other sites More sharing options...
Author Share Posted April 2, 2014 It worked! Thanks! 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now