Storyline and Studio: AICC Content Won't Track or Resume in a Cross-Domain Environment
Article Last Updated
This article applies to:
If your Storyline and Studio courses are hosted on a different server than your AICC-compliant LMS, you might experience tracking and resuming issues. These issues stem from an aging AICC specification and modern web browser security. If your content server can process ASP or PHP files, use one of the following methods to fix the cross-domain issue.
ASP Method
- Publish your Articulate content for LMS.
- Download relayASP.zip to your local computer and extract it.
- Copy the
relay.asp
file into the root level of your published course (the folder that containsindex_lms.html
). - Open the
course.au
file in a text editor, such as Notepad. - Update the URL to point to
relay.asp
file where it'll reside on your content server and save the change. - Upload the modified content to your content server.
- Then zip the published output and upload the zipped version to your LMS.
PHP Method
- Publish your Articulate content for LMS.
- Download relayPHP.zip to your local computer and extract it.
- Copy the
relay.php
file into the root level of your published course (the folder that containsindex_lms.html
). - Open the
course.au
file in a text editor, such as Notepad. - Update the URL to point to
relay.php
file where it'll reside on your content server and save the change. - Upload the modified content to your content server.
- Then zip the published output and upload the zipped version to your LMS.