Skip to main content
Participating Frequently
December 1, 2008
Question

Custom path resolver

  • December 1, 2008
  • 1 reply
  • 436 views
Hi,

I'm using path resolver (Application.setPathResolver) in one application to resolve some external resources. (Using flex compiler oem)

But, tight now, this resources only exists as byte[] (retrieved from a remote server). In order to use current path resolve I need to save this data into a File.

Is there any way to work with byte[] only? This is a sensible data and I prefer do not to save it at disk, even if is just for a moment.

VELO
This topic has been closed for replies.

1 reply

Participant
December 2, 2008
It seems like you could have your PathResolver subclass return flex2.compiler.io.InMemoryFile instances, which wrap your byte arrays.