Unless I am doing something absolutely idiotic here I'm not sure what is going on. I am trying to set a variable from Lectora to Flash/AS 3.The Lectora Extreme Training Workbook tells me that all I need to do is have an action where:Action = Flash CommandTarget = the SWFCommand = Set VariableName = Variable Name Value = value DesiredThe training manual mentions nothing of additional code on the AS side (more on that later).So I have my command set to modify one of my AS variables, a trigger which determines whether to show or hide a button. It doesn't work at all. I came across another post here that stated you have to use the LoaderInfo class in AS3 to get at that data. So now I'm using an EnterFrame event to poll LoaderInfo for the variable. Still nothing. I also came across something with Trivantis that indicated an update to Lectora was needed to interact with AS3. We now have that update and still nothing. I'm at wits end with this problem. Surely if it is as simple as the Training says then there is some major problem with Lectora, otherwise, I'm not sure what is going on.Any ideas?