Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Flash Action Script 2.0

New Here ,
Jan 16, 2015 Jan 16, 2015

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
251
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 26, 2015 Jan 26, 2015
LATEST

do you mean javascript?

for easelJS,

this.parent.gotoAndPlay('next1');

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines