how to use motion xml in as3
the following is the result of exporting motion preset to xml.
<Motion duration="1" xmlns="fl.motion.*" xmlns:geom="flash.geom.*" xmlns:filters="flash.filters.*">
<source>
<Source frameRate="24" x="449.5" y="138.55" scaleX="1" scaleY="1" rotation="0" elementType="movie clip" instanceName="ball" symbolName="ball">
<dimensions>
<geom:Rectangle left="-51.5" top="-51.5" width="103" height="103"/>
</dimensions>
<transformationPoint>
<geom:Point x="0.5" y="0.9956310679611651"/>
</transformationPoint>
</Source>
</source>
<Keyframe index="0"/>
</Motion>
can some one show me how the as3 script in flash should be in order to set the motion to my "ball" mc in the fla?
