<Motion duration="60" xmlns="fl.motion.*" xmlns:geom="flash.geom.*" xmlns:filters="flash.filters.*">
<source>
<Source frameRate="31" x="128.75" y="315.75" scaleX="1" scaleY="1" rotation="0" elementType="movie clip" symbolName="Symbol 1">
<dimensions>
<geom:Rectangle left="-32" top="-32" width="64" height="64"/>
</dimensions>
<transformationPoint>
<geom:Point x="1.18359375" y="1.18359375"/>
</transformationPoint>
</Source>
</source>
<Keyframe index="0" tweenSnap="true">
<color>
<Color tintColor="0x00FF00" tintMultiplier="1"/>
</color>
<tweens>
<SimpleEase ease="1"/>
</tweens>
<filters>
<filters:DropShadowFilter distance="5" angle="45" color="0x000000" alpha="1" blurX="5" blurY="5" strength="1" quality="1" inner="false" knockout="false" hideObject="false"/>
<filters:BlurFilter blurX="5" blurY="5" quality="1"/>
<filters:GlowFilter blurX="5" blurY="5" color="0xFF0000" alpha="1" strength="1" quality="1" inner="false" knockout="false"/>
<filters:BevelFilter distance="5" angle="45" highlightColor="0xFFFFFF" highlightAlpha="1" shadowColor="0x000000" shadowAlpha="1" blurX="5" blurY="5" strength="1" quality="1" type="inner" knockout="false"/>
<filters:GradientGlowFilter distance="5" angle="45" ratios="[0,255]" colors="[0xFFFFFF,0x000000]" alphas="[0,1]" blurX="5" blurY="5" strength="1" quality="1" type="outer" knockout="false"/>
<filters:GradientBevelFilter distance="5" angle="45" ratios="[0,128,255]" colors="[0xFFFFFF,0xFF0000,0x000000]" alphas="[1,0,1]" blurX="5" blurY="5" strength="1" quality="1" type="inner" knockout="false"/>
</filters>
</Keyframe>
</Motion>
Please someone tell me how to read Keyframe index,color attributes and filters data…
It seems I’m unable to use namespaces correctly 
I feel so stupid…