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:
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.Code:logobutton.onRelease = function() { geturl("http://www.ihplan.com" ,"_self"); }
thank you.


Reply With Quote