tssandoval
03-30-2008, 08:27 PM
I have created a button in Flash CS3 Proffessional, the button works fine but I keep getting errors when I try to add the getURL, I cannot find the appropriate place to have flash link to the getURL so I have been typing in the actions panel the following...
instance_cross.onRelease = function() {
getURL("http://www.ednadesigns.com/crosses.htm");
}
I also tried in the fisrt layer, first frame
on(release) {
getURL("site.com");
}
I think I am just not puttin it in the right place, or using the wrong language for Flash CS3
Anyway any help would be greatly appreciated, I cant believe it is so difficult to link a button in Flash, but I guess once I know how it wont be ....thanks and happy sunday to all. Traci
instance_cross.onRelease = function() {
getURL("http://www.ednadesigns.com/crosses.htm");
}
I also tried in the fisrt layer, first frame
on(release) {
getURL("site.com");
}
I think I am just not puttin it in the right place, or using the wrong language for Flash CS3
Anyway any help would be greatly appreciated, I cant believe it is so difficult to link a button in Flash, but I guess once I know how it wont be ....thanks and happy sunday to all. Traci