I'm gonna load local files in Flex mobile environment.
there are so many ways to load local files in Flex mobile.
URLLoader(URLLoaderDataFormat.BINARY)
, Loader
, URLStream
, FileStream
etc.
so, what will be the fastest way to load local files in Flex mobile? (android)
I'll be waiting nice answer. thanks :)