Forum Discussion
SebastienGreffe
12 years agoCommunity Member
WebObject and Storyline Variable
Hi!
I have a problem, I need to use a webobject with my project, but my webobject needs some informations. So, I put them in variables in Storyline and now my problem is how I can give them in th...
Jean-Guy-Boulay
10 years agoCommunity Member
deleted comment ... irrelevant
Hope it helps.
edit: I should point out, that I setup the setVariable in the story.html after the story.js loads.
function setVariable(vName,vValue)
{
var player=GetPlayer();
var myVar = player.SetVar(vName,vValue);
return myVar;
}