Flashvars or like in Captivate 8? -
i'm looking pass html page, "studentname", , "studentemail" , populate captivate 8 textbox fields name. i've attached screenshot of how captivate looks. essentially, want pre-populate 2 text fields values passed html page.
how accomplish in captivate 8? know in flash, use flashvars article shows: https://helpx.adobe.com/flash/kb/pass-variables-swfs-flashvars.html#main_use_flashvars_to_pass_values_to_a_swf_file.
does have ideas how can pass these 2 values cptx file?
thanks much.
i believe of common js interface commands work both swf , html5 output, you'll want
window.cpapiinterface.setvariablevalue("studentname","john");
https://helpx.adobe.com/captivate/using/common-js-interface.html
Comments
Post a Comment