Error 1006 _ is not a function. Actionscript
This error happens due to a objects not having found a function with that name. The following could the reasons
1) Check that you dont have multiple files in different paths with the same name. One with the function and one without.
2) Check the linkage property in the library for the movieclip. Make sure it points to the correct package and class name.
In my case, when I spent two hours trying to troubleshoot this F******** problem,I resolved it using method two. Flash by default creates a class for you if it cannot find the path and was breaking my head trying to figure out what is going on.
1) Check that you dont have multiple files in different paths with the same name. One with the function and one without.
2) Check the linkage property in the library for the movieclip. Make sure it points to the correct package and class name.
In my case, when I spent two hours trying to troubleshoot this F******** problem,I resolved it using method two. Flash by default creates a class for you if it cannot find the path and was breaking my head trying to figure out what is going on.
Comments