Basic Problem ... I hope
Well, as far as I know my code is correct. I've followed the code on some of the threads in here and they seem to work for everybody else. I just want to link up a button to a web page and every time that I "Test Movie" it comes up with this error: "This movie uses features that are not supported in Flash Player version 5. View the Output Panle for details". I DO have Flash Player 7 installed on the computer and that's what I use ... atleast I thought I did. Here is the "Output Panel":
______________________________________
**Error** Symbol=Symbol 2, layer=Layer 1, frame=1:Line 1: Mouse events are permitted only for button instances
on (release) {
WARNING: This movie uses features that are not supported in the Flash 5 player
Scene=Scene 1, layer=Layer 4, frame=24:Flash MX Button Instance Name
**Error** Symbol=Symbol 2, layer=Layer 1, frame=1:Line 1: Mouse events are permitted only for button instances
on (release) {
Scene=Scene 1, layer=Layer 5, frame=28:Flash MX Button Instance Name
**Error** Symbol=Symbol 2, layer=Layer 1, frame=1:Line 1: Mouse events are permitted only for button instances
on (release) {
Scene=Scene 1, layer=Layer 6, frame=32:Flash MX Button Instance Name
**Error** Symbol=Symbol 2, layer=Layer 1, frame=1:Line 1: Mouse events are permitted only for button instances
on (release) {
Scene=Scene 1, layer=Home, frame=32:Flash MX Button Instance Name
Scene=Scene 1, layer=Site Map, frame=32:Flash MX Button Instance Name
Scene=Scene 1, layer=Contact, frame=32:Flash MX Button Instance Name
Scene=Scene 1, layer=Layer 7, frame=36:Flash MX Button Instance Name
**Error** Symbol=Symbol 2, layer=Layer 1, frame=1:Line 1: Mouse events are permitted only for button instances
on (release) {
Scene=Scene 1, layer=Layer 8, frame=40:Flash MX Button Instance Name
**Error** Symbol=Symbol 2, layer=Layer 1, frame=1:Line 1: Mouse events are permitted only for button instances
on (release) {
Scene=Scene 1, layer=Layer 9, frame=44:Flash MX Button Instance Name
Total ActionScript Errors: 6 Reported Errors: 6
_________________________________________
What I've done so far is add this ActionScript to a button:
homebutton2.onRelease=function(){
getURL("http://www.fixedbeat.com", "_parent");
}
And this isn't working....
Please help.
|