XML or Flash links

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kilomil
    New Member
    • Jun 2007
    • 3

    XML or Flash links

    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:
    Code:
    <icons>
    
    <icon image="1.jpg" />
    
    <icon image="2.jpg" />
    
    <icon image="3.jpg" />
    
    </icons>
    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
  • Kilomil
    New Member
    • Jun 2007
    • 3

    #2
    Solution found through actionscriping and editing the xml file.

    Thanks

    Comment

    • Dököll
      Recognized Expert Top Contributor
      • Nov 2006
      • 2379

      #3
      Originally posted by Kilomil
      Solution found through actionscriping and editing the xml file.

      Thanks
      Good job Kilomil, nice of you to post your finding:-)

      Comment

      • jacksoncn
        New Member
        • Jul 2007
        • 14

        #4
        Originally posted by Kilomil
        Solution found through actionscriping and editing the xml file.

        Thanks
        I have the same problem. I am making a photogallery in Flash and using an XML file to hold the image adresses. I want to have the images clickable so that an external URL can be reached. I have been looking for a solution for days and have found NOTHING. I am in desperate need of assistance. PLEASE tell me how you did it?
        Thanks

        Comment

        • jacksoncn
          New Member
          • Jul 2007
          • 14

          #5
          Originally posted by Dököll
          Good job Kilomil, nice of you to post your finding:-)
          well i still need help with that problem. wanna lend me your mind for a second please?

          Comment

          Working...