A goal for this thing was an internet based project management. My "alpha" can open and convert an AS file to XML (I wanted to create a converter from 6 to 5). This means that all of the elements can be accessed separately.
For example, if you only changed the color in the styles of a character, you could update just those elements in one "master" character file and then all other linked files with that character could be updated. Bone and point animation would not change because they are separate elements in the AS file format.
I would either have to create my own "file format" to store linkage data between projects and files since there is no place to store that data inside the AS file format. or I could add this data to the XML conversion. Then it would use that linkage data to "write" the AS file format.
I did a lot of work on this thing, but I was using an expensive programming application (3 times the cost of AS) in a trial mode. All the work I did was during a 2 month trial. I would have to buy the application now to continue working on it. I plan to as soon as I get the cash.
