Hello,
  I'm using the command-line flex compiler to compile LZW resource strings into 
a SWF that can be dynamically loaded into an application at run time.  I have 
no problem generating the Module and and loading it into the application when 
I'm doing simple name value pairs.
  I wish to use more complex name value pairings where the value is a LZW 
compressed WSDL file...
  I'm having issues with the encoded string wrapping multiple lines in the 
resource file.  I've tries appending the "\" at the end of the line, and this 
seems to fix the problem of getting the resrouce SWF to actually compile.  
However, it's (or something is) corrupting the compressed LZW string so it 
doesn't decode properly.

  Anyone ever done anything like this?  Any ideas?
 
Thanks


Reply via email to