Flash components › Flash files › Menus & Buttons
Dynamic XML Bar menu
|
Posted on 2009 May 16 |
I AM TRYING TO CHANGE MY BUTTONS TO LINK FROM GET URL,TO GO TO TIMELINE...I JUST CANT GET IT WORKING! .I WOULD MUCH APPRECIATE IF YOU COULD TELL ME WHICH CODE TO REPLACE:
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'/>
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'/>
|
Posted on 2009 May 17 |
To bbbico:
have you bought this menu.
if not please email me mufaddalmarvi@gmail.com
have you bought this menu.
if not please email me mufaddalmarvi@gmail.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.