Captivate 8中的Flashvars或类似内容?

时间:2015-09-30 22:23:26

标签: adobe-captivate

我希望从HTML页面传递一个" StudentName"和" StudentEmail"并使用此名称填充Captivate 8 TextBox字段。我附上了Captivate目前的样子截图。从本质上讲,我希望使用从HTML页面传递的值预先填充两个文本字段。

如何在Captivate 8中完成此操作?我知道在Flash中,您可以使用Flashvars,如本文所示:https://helpx.adobe.com/flash/kb/pass-variables-swfs-flashvars.html#main_Use_FlashVars_to_pass_values_to_a_SWF_file

有没有人知道如何将这两个值传递到CPTX文件中?

非常感谢。

1 个答案:

答案 0 :(得分:0)

我相信所有Common JS Interface命令都适用于SWF和HTML5输出,您需要

window.cpAPIInterface.setVariableValue("StudentName","John");

https://helpx.adobe.com/captivate/using/common-js-interface.html