Skip to main content
Participant
January 16, 2015
Question

Flash Action Script 2.0

  • January 16, 2015
  • 1 reply
  • 274 views

My company is in the process of converting a large eLearning library of modules that was developed in Flash Action Script 2 to HTML5 for mLearning, specifically for use on an iPad's browser.  We need HTML5 to view from our SCORM compliant LMS.  In the navigation translation, does anyone know the Java command that would perform the same function as the Action Script command below?

_parent.gotoAndPlay("next11");

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
January 26, 2015

do you mean javascript?

for easelJS,

this.parent.gotoAndPlay('next1');