Web Objects that use Javascript and publishing as .exe

Jul 17, 2014

Hi All,

I've searched everywhere and can't find an answer. I have a very cool web object that uses a javascript library to display a bar graph based on a learner's progress towards some learning objectives in the course. I am embedding the web object as some local HTML files and use the following code to access SL variables:

var p = window.parent.GetPlayer();

var obj11 = p.GetVar("OBJ11");

This chart and page work fine when I publish to HTML. However, my client wants to run the intervention offline as an exe. When I publish to exe the web object does not display. I am assuming it is related to the way I am accessing the GetPlayer function but can't figure out the right way..... I've looked far and wide but thought maybe someone in this community might be able to help.

Be the first to reply

This discussion is closed. You can start a new discussion or contact Articulate Support.