Sending UD variables from Lectora 2 Flash

g'day I know this issue has been covered a lot but I can't seem to find out a way to do the following.I am trying to pass a variable from Flash to Lectora (and therefore to the LMS) then each time you open the course pass the variable back from the LMS, through Lectora to Flash. It is the second part that I am having problems with.I am trying to pass the user defined variable (learningNotes) from Lectora to Flash. I am able to pass a hardcoded string to flash by calling a function which I include as an external HTML object (see below)However I want to pass back the value of a Lectora variable (learningNotes). Whenever I replace the hardcoded text ("my hardcoded text") with learningNotes I get a value of [object Object].It does the same thing if I do a window.alert(learningNotes);.I think it has to do with how Lectora is declaring the variable because if I declare it normally using javascript (after publishing - for testing purposes) it works fine. Any ideas?

Discussions have been disabled for this post