Here is the basic structure of my xml code:
[COLOR=blue]<Screen [COLOR=red]TemplateType[/COLOR]="">
<Content Delay="">
<Text Delay=""></Text>
<Audio Delay="">
<Script></Script>
<Filename></Filename>
</Audio>
<Image Delay="">
<Description></Description>
<Filename></Filename>
<Caption></Caption>
</Image>
</Content>
</Screen>[/COLOR]
[COLOR=black]Now what i want to do is, [/COLOR]
[COLOR=black]1. create some templates in Flash CS3 [/COLOR][COLOR=teal]<!–i want to learn -->[/COLOR]
[COLOR=black]2. use actionscript 2.0 for coding [/COLOR][COLOR=teal]<!–i m working on it but help would be appreciated–>[/COLOR]
[COLOR=black]3. read nodes from xml [/COLOR][COLOR=teal]<!-- i know how to do this -->[/COLOR]
[COLOR=black]a. read the template type of the screen [/COLOR][COLOR=#008080]<!-- i know how to do this -->[/COLOR]
b. for a particular screen on flash, load the template (made in 1) onto stage [COLOR=#008080]<!–i want to learn -->[/COLOR]
c. read data from xml file [COLOR=#008080]<!-- i know how to do this -->[/COLOR]
d. load the data onto template in flash. [COLOR=#008080]<!–i want to learn -->[/COLOR]
I want to do this because i think re-using will make my application size smaller.
Can I do this?