(sorry for the repost, had the wrong subject)

Can someone tell me if I can specify an #include file in a swfmill XML file?

I'm trying to set up a data-only swf, it will just have a line like:

data = {common: {a1:7, a2:9}}

but that line is long enough to exceed the 32k limit on AS2 classes.
But, it compiles fine in AS1. I bet that if I could just turn off the
32k limit check in MTASC, the class would be valid since it has no
addressing issues (it simply has one assignment statement).

You might say, "why not have this data in XML?" Well, in fact it is,
but the file is over 120k! and I found that if I have the same data
assigned to an AS object in a SWF, the SWF is only 12k. If anyone is
interested in an XLS file to translate WDDX XML data to an AS object
assignment, let me know :)

Anyway, thanks in advance to anyone who has any ideas on how to work
around this problem.

Regards,
Hudson

_______________________________________________
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org

Reply via email to