PDA

View Full Version : Help with conveting XML into flash made windows


Bluelight
05-02-2009, 05:09 PM
The reason this is in the gameing section is its for a game
-------------------------------------------------------
I want to be able to able to convert simple ZML into a collection of Windows
-------------------------------------------------------

I want to be Able to type it something like this

<zml> <--- im not to sure what the starter part is

<Help>
<Controls>
Control Stuff
</Controls>

<Game>
Game Stuff...
I like games
morestuff bout games
</Game>
</Help>



Now that i did my Zml stuff in flash i want it to do this

- There is a Button at the top in a square flash Stage Called Help
- When I click Help it should have a pop down menu with all the options I typed "Controls,Game"

when i click Game the menu should disapear and Come up with a "dragable window like this

_____________________
|Game........................X|
|Game Stuff..................|
|I like games.................|
|morestuff bout games....|

(evrything else is like that)

Is there any one who can help me do this?
Thanks if you Read this and Thanks if you reply

BlueLight

Bluelight
05-02-2009, 05:10 PM
One more thing...
the window should be dragable and the x make it dissapear
i want to have multiple windows running at the same time

bluemagica
05-02-2009, 06:43 PM
Uh, just look into flash components.....there is already a "window" component to use! As for parsing the xml, just google it, there are thousands of tutorials(i can't recommend anything since i don't know whether you are using as2 or as3)!