解决办法:Flex4使用Efflex_v0.03.swc (Fx4/FP10),在该命名空间中多次定义了组件 MotionPath……
原文:http://hi.baidu.com/mhl29/item/626ea382bec5d1cdee083de1 问题: 在该命名空间中多次定义了组件 SimpleMotionPath。删除到 spark.effects.animation:SimpleMotionPath 或 spark.effects:SimpleMotionPath 的映射. 描述: 在Flex4使用Efflex_v0.03.swc (Fx4/FP10)的时候,报的一个错误。 解决办法: 1. 解压 Efflex_v0.03.swc; 2.编辑 catalog.xml 文件; 3. 删除下面两行: <component className="spark.effects:MotionPath" name="MotionPath" uri="library://ns.adobe.com/flex/spark" /> <component className="spark.effects:SimpleMotionPath" name="SimpleMotionPath" uri="li...