This is my first time using Flash Pro CS5.5, i have managed to create a 7 page website. But cannot get the links to work, in order to link all my Flash pages together. I was going to give-up then i came across this Forum.
Heres my actions code im using and the error msg i get:
btn.onRelease=function(){
getURL("Media_Page.swf", "_blank");
}
And the dreaded error msg:
Scene=Scene 1, layer=Background, frame=1, Line 4 Unexpected '}' encountered
Thankyou for any help with this, im sure its just a simple mistake.
Scene=Scene 1, layer=Background, frame=1, Line 4
Unexpected '}' encountered
You have code on a layer called "Background" on the first frame on(or near) the fourth line where the is a syntax error specificly involving the '}' character.