How can I open another page in another frame in HTML using xml and flash?

  • Thread starter Thread starter Chardy
  • Start date Start date
C

Chardy

Guest
I have this HTML document with a flash file in it. A swf file to be exact. The flash file buttons rely on xml for its labels and link. Here is a part of the xml file, <item item_label="Instant Glue" item_url="mighty_bond.html" item_url_target="_self" />. The problem is, when I put the first HTML file in a frame html, I can't make it appear on another frame. The name of the other frame is "content". I tried using the following code, <item item_label="Instant Glue" item_url="mighty_bond.html" item_url_target="content" />, but it just won't work so PLEASE HELP ME!
 
Back
Top