Did make a Flash banner and it al works fine. But when i want to put with the rectangle tool a button over the whole banner and put in the action tab the code:
Symbol16.onRelease() {
getURL('http://www.domainname.nl/');
}
I will get an error:
Scene 1, Layer 'Layer 5', Frame 1, Line 1 1086: Syntax error: expecting semicolon before leftbrace
I've allready searched for many hours to the solution but couldn't find anything on the web.
Does anyone know how to solve this problem.
If more info is needed let me know.