xml structure
Post Categories: Major Project • i-DATdecided on a structure for the xml format for the storage of projects made using my application which looks a bit like this at the moment
<scene>
<projectProperties name=”Demo” location=”" />
<assets materials=”materials” sounds=”sounds” />
<FlashObjects>
<!——- new obj set container ————————————————>
<objectContainer id=”2″ x=”100″ y=”100″ z=”60″ numModels=”1″>
<3dPrimitiveType id=”2.1″ params=”wdith,radius” materialType=”bitmap” materialName=”Sunset.jpg” path=”materialsSunset.jpg” x=”0″ y=”100″ z=”0″>
<animation type=”path” preset=”demo” values=”-700,0,400; -300,0,400; 0,0,400; 0,0,400; 300,0,400; 700,0,400″ />
</3dPrimitiveType >
<sound trackName=”two” type=”sample” name=”sevenNotes” file=”/bass/NT_174_E_PloddingBassLoop.mp3″ />
<filter type=”blurFilter” blurX=”50″ blurY=”50″ />
</objectContainer>
</FlashObjects>
</scene>