Hi.
My problem is that I have created a flash file which uses pictures in a XML file dynamicly. The XML file looks like this:
and adding more lines will add more pictures to the flash movie. Works like a charm, however, I would like to be able to press those pictures so that it directs me to a specific iframe on that same page.
I only know a little about html and nothing really about action scripting or xml. but what I guess I want (in html language) is the following
[HTML]<a href="1.html" target="main">. ..</a>[/HTML]
but just putting that around the <icon image="1.jpg" /> doesnt work.
I hope the solution is to edit the xml file and not the action script in the flash file, thats also why I posted here under XML :)
I hope someone can help me with this (seemingly) easy problem as I've searched all over, with no solution.
Best Regards
~Kilomil
My problem is that I have created a flash file which uses pictures in a XML file dynamicly. The XML file looks like this:
Code:
<icons> <icon image="1.jpg" /> <icon image="2.jpg" /> <icon image="3.jpg" /> </icons>
I only know a little about html and nothing really about action scripting or xml. but what I guess I want (in html language) is the following
[HTML]<a href="1.html" target="main">. ..</a>[/HTML]
but just putting that around the <icon image="1.jpg" /> doesnt work.
I hope the solution is to edit the xml file and not the action script in the flash file, thats also why I posted here under XML :)
I hope someone can help me with this (seemingly) easy problem as I've searched all over, with no solution.
Best Regards
~Kilomil
Comment