Does any body know SCORM?

Does any body knows SCORM?
I made an eLearning in flash. I want it to report status (complete/incomplete) and score, but it doesn’t. The function i used:

fscommand(“CMIInitialize”);
fscommand(“MM_cmiSetLessonStatus”, “c”);
fscommand(“CMISetScore”, score);
fscommand(“CMIFinish”);
fscommand(“CMIExitAU”);

What version of SCORM are they?
Why doesn’t it work??
My LMS supports SCORM 1.2. What wre the functions of this version?