ActionScript
SCORM API Wrapper updated to 1.1.1
Found a small bug when using the wrapper with Flash (AS2): functions that return string values (such as SCORM.data.get()) were coming out ‘undefined’. (grr) Explicitly typing the return value as a string seems to make Flash happy. return String(value); This all-in-one wrapper has now been tested successfully