ExternalInterface.call publishing to EXE

Hi All


I would really like to be able to build a navigation menu in Flash rather than Lectora as the course modules the user will see will depend on a number of answers to questions. The problem is I am publishing to an .exe file and so all content will be running locally for each user.


I have spent a long time searching these forums and haven't found an answer. Does anyone know if it will be possible to use the code below or is there any alternative way to navigate in Flash when publishing to an exe?


my_button.onRelease = function() {

ExternalInterface.call("trivExitPage('module_2_objectives.html', true)");

}


Thanks Hi All


I would really like to be able to build a navigation menu in Flash rather than Lectora as the course modules the user will see will depend on a number of answers to questions. The problem is I am publishing to an .exe file and so all content will be running locally for each user.


I have spent a long time searching these forums and haven't found an answer. Does anyone know if it will be possible to use the code below or is there any alternative way to navigate in Flash when publishing to an exe?


my_button.onRelease = function() {

ExternalInterface.call("trivExitPage('module_2_objectives.html', true)");

}


Thanks

Discussions have been disabled for this post