hyperlogic
08-13-2008, 04:59 PM
Hi all,
I am completely stumped, and looking for a bit of advice. :)
I have 2 'getURL' functions on one keyframe, one a text (converted) button, the other an image. They are both next to one-another however only the text (converted) one works. The top bit of code is the text (converted) button:
bt_url.onRelease = function (){
getURL("http://www.mstgroup.co.uk","_blank");
};
bt_ethicaltrading = function (){
getURL("http://www.ethicaltrade.org","_blank");
};
The code for each is exactly the same, i have checked instance names, tried different url's and even created an invisible button for the image based one. I have also tried putting the buttons on the same layer. All of this to no avail.
I could understand if neither worked but i can't see the problem.
Please help!
Many Thanks,
Hyperlogic
I am completely stumped, and looking for a bit of advice. :)
I have 2 'getURL' functions on one keyframe, one a text (converted) button, the other an image. They are both next to one-another however only the text (converted) one works. The top bit of code is the text (converted) button:
bt_url.onRelease = function (){
getURL("http://www.mstgroup.co.uk","_blank");
};
bt_ethicaltrading = function (){
getURL("http://www.ethicaltrade.org","_blank");
};
The code for each is exactly the same, i have checked instance names, tried different url's and even created an invisible button for the image based one. I have also tried putting the buttons on the same layer. All of this to no avail.
I could understand if neither worked but i can't see the problem.
Please help!
Many Thanks,
Hyperlogic