Noob Flash Rss

Flash Compile Error 1126

0

Posted by Aaron | Posted in ActionScript, Flash | Posted on 28-11-2009

1126: Function does not have a body.

This error typically means that you have a misplaced semi-colon, usually at the end of a function name declaration.

function foo() : void;
{
	/*function content*/
}

Related posts:

  1. Flash Compile Error 1042
  2. Flash Compile Error 1009
  3. Load XML in Flash (AS3)
  4. Default Parameter Values in AS3
  5. Using any JavaScript in Flash and Flex

Post a comment