0
Flash Action Script 2.0
New Here
,
/t5/animate-discussions/flash-action-script-2-0/td-p/6797890
Jan 16, 2015
Jan 16, 2015
Copy link to clipboard
Copied
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");
TOPICS
ActionScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/animate-discussions/flash-action-script-2-0/m-p/6797891#M208495
Jan 26, 2015
Jan 26, 2015
Copy link to clipboard
Copied
do you mean javascript?
for easelJS,
this.parent.gotoAndPlay('next1');
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

