Skip navigation
steveelliott
Currently Being Moderated

javascript error driving me mad

Jun 16, 2012 5:47 AM

Hi Guys i keep getting this erroro message when im working on one of the exercises in flash classroom in a book (chapter 7 if thats a help)

The following JavaScript error(s) occurred:

 

SyntaxError: missing ) after argument list

 

im using a macbook pro and running flash cs 5.5 hope someone can help thanks guys from steve

 
Replies
  • Currently Being Moderated
    Jun 16, 2012 5:58 AM   in reply to steveelliott

    If this is a javascript issue, you should find a javascript forum to post it to.  In any case, you need to show the offending code.  Based on what the message is saying, it would make it seem like somewhere you have a function or function call that is missing a ")", as in...

     

    someFunction(args         // missing the closing ")"

     

    It is possible you might have some oither syntax involved in the arguments that is causing, for example...

     

    someFunction(Arg:Class);  // that ":Class" might mess things up

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points