A Flash Developer Resource Site

Results 1 to 20 of 23

Thread: hyperlinks in XML

Hybrid View

  1. #1
    Junior Member
    Join Date
    Jun 2006
    Posts
    5
    can you help me out?

  2. #2
    Senior Member
    Join Date
    May 2002
    Posts
    1,017
    Hmm .. this xml worked for me
    ....
    <piece>
    <heading>Piece 1</heading>
    <desc><a href="http://www.yourUrlGoesHere.com" target="_blank">text</a></desc>
    <image>1.jpg</image>
    </piece>
    ....
    the AS is fine.
    while (2+2 == 4) {
    drink ("bourbon");
    }
    gotoAndStop("bed");

  3. #3
    Junior Member
    Join Date
    Jun 2006
    Posts
    5
    wow it's work Thank you! Thank you!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center