参考:http://www.adobe.com/devnet-docs/edgeanimate/api/current/index.html#multiplecompositions
所以,如果加载一个合成......
AdobeEdge.loadComposition('comp1js', 'comp1DivClass', {
scaleToFit: "none",
centerStage: "both",
bScaleToParent: true/*,
htmlRoot: "folderNameIfInAnotherDir/"*/
}, {"dom":[]}, {"dom":[]});
什么然后卸载它?