Click to See Complete Forum and Search --> : XML generating Flash menu loading into iFrame - HELP!!!


svengali
11-21-2005, 07:45 PM
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'T get it to work.

This IS more of an xml question even though Flash is involved as all of the data as to the button name and target file is contained in the XML - the only part that Flash does is GetURL - what and where it goes is up to the XML file. But I am finding that it is really falling between Flash and XML and so haven't found an answer yet.

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