Forum Discussion
SamClark
12 years agoCommunity Member
Storyline True/False variable comparison
UPDATE:
After further testing, I found that JavaScript setting a variable to "true" in Storyline ONLY FAILS IN HTML5. All is well in the flash versions. Simply put, a Storyline variable set "tr...
CĂ©dricFroehlich
11 years agoCommunity Member
Hi all!
I'm not pretty sure if I understood right the original post, but I used a javascript to change a true/false variable, with this piece of code:
var player = GetPlayer();
player.SetVar ("tru/false var",4
and it works fine under html5... Of course, as we have a GetPlayer, it doesn't work under html...
But I found something else, it seems that lightboxes doesn't work under html5??? Does anyone ever had this case?