I dont think there is a simple way to do this in lectora 2006. Either you will have to pass the score back to lectora, save it in a lectora variable and have lectora set the score in the LMS, or you could just have flash call the Javascript command directly. I don't have time to look into it right now but the Javascript should be something like: LMSSetValue(cmi.core.score.raw, "Score") - where score is a flash variable that contains the score to recored in the LMS. To call the JS from flash you will have to either use fscommand, the external interface, or possibly call it from a getURL. Hope that at least points you on the right path. I dont think there is a simple way to do this in lectora 2006. Either you will have to pass the score back to lectora, save it in a lectora variable and have lectora set the score in the LMS, or you could just have flash call the Javascript command directly. I don't have time to look into it right now but the Javascript should be something like: LMSSetValue(cmi.core.score.raw, "Score") - where score is a flash variable that contains the score to recored in the LMS. To call the JS from flash you will have to either use fscommand, the external interface, or possibly call it from a getURL. Hope that at least points you on the right path.