PDA

View Full Version : Using XML is really too much - HELP!


dukeguy
04-03-2003, 03:45 PM
Hi everyone.

I've foolishly decided to try a bit of xml and now I'm stuck. I'm sure the answer is an easy one, but we will see:)

I've got a flash file that use xml to create a tree menu thingy (sorry, I really am out of my depth here!). I want to be able to load a .swf file in a location of my choice when I click on the button that is created. The .swf loads up, but I don't know how to tell it where to go (I'd use target in Flash, and an empty movie clip).

Here's the xml:



<folder name="Movies">
<object name="Movie1" type="movie" file="dummy.swf"/>
</folder>

</server>

I'm sure that I need to put something after the file="dummy.swf" but I'm not sure what.


Can you help me?