XML Doesn't Support HTML Page Jumps???
Hello,
I have a flash movie with buttons that have HTML links attached to them through an XML file.
Everything works just fine except for one thing:
The links all go to one HTML file that has several <a name> references within it. I have used these often before to create page-jumps within a single HTML page, however, when I try to call these page jumps through XML, they don't work. The link sends me to the top of the page instead of the name space I have created.
The XML is pretty straightforward:
Code:
<icon image="icon1b.png" tooltip="My Tool Tip" link="my_page.html#my_namespace" />
It seems as if once the .html portion of the tag is read, it ignores the namespace.
Does this mean that HTML page jumps are not supported through XML?