What Keith said makes sense. However, there is currently one scenario where this will not work:
1. Your project uses the mx package. (like EventDispatcher)
2. At least some of your userbase is using FDT for editing.
This is because of the change in the Macromedia core class directory structures. Note the following technote from FDT:
"Macromedia ...have introduced a "FP7" and "FP8" sub-folder which is not a package.
FDT is not able to handle this filestructure.
E.g. Math is located in "FP8.Math" and " FP7.Math". We are planing on how to handle this issue.
Workaround:1. Dont use the MM Classes. Use MTASC classes instead if you dont need the MM mx-Package
2. If you need the mx-Package then create a new Folder somewhere on your drive. Copy the contents of either FP8 or FP7 into it and the mx folder(as directory) from the MM Classes directory. Use this new folder as sourcefolder in FDT. "
FDT is not able to handle this filestructure.
E.g. Math is located in "FP8.Math" and " FP7.Math". We are planing on how to handle this issue.
Workaround:
So, if you use workaround #2, and try to distribute that code, it might get tricky... I'm hoping FDT resolves the issue quickly.
Jim Kremens
_______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
