cuestionario
html,body{background:#FFFFFF;}
http://mobile/player_compiled.js
player.autoplay = true;
trace.suppress = true;
console.suppress = true;
player.loopable = false;
player.allowRightClick = false;
player.isHTML5 = true;
var globals = {};
try
{
globals.strTitle = “cuestionario”;
globals.bLMS = false;
globals.bAOSupport = false;
globals.strContentFolder = “story_content”;
globals.bProjector = false;
globals.strSwfFile = “story.swf”;
globals.nWidth = 980;
globals.nHeight = 658;
globals.strScale = “noscale”; // noscale | show all
globals.strBrowserSize = “default”; // default, fullscreen, optimal
globals.strBgColor = “#FFFFFF”;
globals.strAlign = “middle”;
globals.strQuality = “best”;
globals.bCaptureRC = false;
globals.strFlashVars = “”;
globals.bScrollbars = true;
globals.bWarnOnCommitFail = false;
globals.strWMode = “window”; // opaque | window (use “window” for optimal performance, opaque for webobject support)
globals.strVersion = “2.7.1509.1408”;
}
catch (e) {}
player.initGlobals();
var strParams = document.location.search.substr(1);
var arrParams = strParams.split(“&”);
var arrCmdValue;
for (var i = 0; i < arrParams.length; i++)
{
arrCmdValue = arrParams[i].split("=");
switch (arrCmdValue[0])
{
case "lms":
globals.bLMS = true;
break;
case "warncommit":
g_bWarnOnCommitFail = (arrCmdValue[1] == "1");
break;
}
}
browser.ResizeBrowser(globals.strBrowserSize);
if (globals.bLMS)
{
document.write("”);
}
document.write(“”);
document.write(“”);
document.write(“”);
if (window.location.protocol == “file:”)
{
document.write(“”);
}