Passing variable information from Captivate 8 to embedded .swf and vice versa
Hi,
I am using Captivate 8 and have created a game in Flash with AS3. I am having NO problem running Captivate commands from the embedded Flash file, using the syntax:
MovieClip(this.parent.root).rdcmndNextSlide = 1;
However, anytime I try to import or export values for user-defined variables or even pre-defined variables such as cpQuizInfoPointsscored, the values do not translate back and forth. I have tried using the same syntax as above to define the value of a variable (e.g. MovieClip(this.parent.root).cpQuizInfoPointsscored = 20;). Likewise, I have tried to display the value of a Captivate variable inside the Flash file by setting a dynamic text field equal to the desired Captivate variable. In the former case nothing happens; in the latter case, the text field displays "undefined."
I have not seen a post regarding this particular problem. Any ideas on what I am doing wrong? Or, is what I am trying to do possible?
Thanks in advance for any thoughts.
