XML driving Flash menu loading content in iFrame

wxdqz

New Member
Hi - I am an xml newby - I have an xml file creating a Flash menu and I want to have the content load in an iFrame and I can get it to work.
This IS an xml question even though Flash is invloved as all of the data as to button name and target file is contatined in the XML - the only part that Flash does isn GetURL - what and where it goes is up to the XML file.

This what a typical button with a submenu looks like:

<button name = "Global Breathing Events">
<subitem name = "Australia and NZ" location ="theswiff.swf"></subitem>
<subitem name = "International" location ="theswiff.swf"></subitem>
</button>

I GET the location bit, but I don't know how to specify that it loads content in an iFrame. Any ideas????

cheers
sven
 
Back
Top