Forum Discussion
AdamTrosper
8 years agoCommunity Member
lmsAPI Functionality in HTML5 Output
Hey all,
I've been searching through the forums and haven't been able to find anything solid. I'm using Storyline 360, outputting to both HTML5 and Flash to cover my bases, since the audience doe...
AdamTrosper
8 years agoCommunity Member
I would try updating it like this:
var player = GetPlayer();
var lmsAPI = parent;
var myName = lmsAPI.GetStudentName();
...
This is going to work 99% of the time.