A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: links in flash from xml

  1. #1
    Registered User
    Join Date
    Feb 2010
    Posts
    1

    links in flash from xml

    I have a simple header in which has about 4 buttons. I need to come up with a way that these buttons look at a xml file to get their links instead of hard coding with what i have:
    Code:
    logobutton.onRelease = function() { 
    geturl("http://www.ihplan.com" ,"_self"); 
    }
    Reason for this is I have alot of different headers for different pages throughout my website but the buttons are the same on all of them...t will make it easier if anything was to change..all i have to do isa edit the xml instead of 20 flash files.

    thank you.

  2. #2
    Registered User nunomira's Avatar
    Join Date
    May 2002
    Location
    portugal
    Posts
    7,003
    hi,

    Here's an example.
    Attached Files Attached Files

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