Hi Andy,Here is a link to an example of how to get it to work. Two things - first make sure you have the variable you are going to modify included on the page with the flash. To do this I just put an "OnShow" action to set the Lectora varialbe to itself. Second, in flash, you have to build that javascript string so it knows what to pass so it would look something like:
Code:
var jsString;pass_mc.onRelease = function(){ jsString = "javascript:Vartestperc.set(" + score + ");"; getURL(jsString); }
Here is a link to a working example. Let me know if you have any questions. http://www.sharpmedia.com/elearning/LectoraExamples/passVar. zip-Mark