2 Comments
THIS IS MY CODE IN FLA:
function btnRelease() {
//the mouse clicked on
var currentBtn:String = this._name;
var currentIndex:String = currentBtn.substring(3, 5);
getURL(links[currentIndex], "_blank");
textfield1_txt.text = links[currentIndex];
AND THIS IS PART OF THE CODE IN DREAMWEAVER:
<?xml version="1.0" encoding="ISO-8859-1"?>
<NAVBAR>
<BUTTON NAME='HOME' LINK='http://"www.bigstockflash.com'/>
Settings which can be changed through XML file:
*Names of the buttons
*You can Change URLs
*You can add frameLabel/frameNumber
*Change the Expanding Bar onRollover color
*Change the Colors of the both Text
*Further settings if you wish to change for that a detailed help file has been provided. The code itself is well commented.