This section provides information about hosting Skillsoft AICC content on TPLMS in general. The LMS-specific notes in the next section cover exceptions.
BS, CCA, IT, SkillSim on a Remote Content Server:
KNet content launch will not launch if content is hosted on a different server to the LMS
Workaround: Place a crossdomain.xml file on the webroot of the server hosting the LMS. The purpose of the crossdomain.xml file is to indicate to the web server that hosts the LMS, which domain(s) are allowed to post data.
An example of a crossdomain.xml policy file:
<cross-domain-policy>
<allow-access-from domain="*"/>
</cross-domain-policy>
Note: A more detailed explanation of the issue can be found at: http://www.adobe.com/devnet/flash/articles/fplayer_security.html
SkillSim session time not accurately tracking:
Workaround: Ensure the following value is set in the SimPagePlayer.Properties file.
FULL_SESSION_TIME=true