InstallExperience.js
上传用户:wenllgg125
上传日期:2020-04-09
资源大小:7277k
文件大小:1k
源码类别:

SCSI/ASPI

开发平台:

Others

  1. //Create our install experience html
  2. var installExperienceHTML =  '<div style="position:auto; text-align:left; background-repeat:no-repeat; /*background-image:url(assets/faded_preinstall.png);*/">'; 
  3.     installExperienceHTML += '<div style="">';
  4.     installExperienceHTML += '<div id="menuDiv" class="hintinfo"></div><div id="InstallPromptDiv" style="width:206px;"> </div> </div> <div id="PostInstallGuidance"'; 
  5.     installExperienceHTML += 'style="width:auto; font-weight:bold; font-size:18px; font-family:sans-serif; height:auto; padding-top:20px;text-align:left; color:#3366ff; ';
  6.     installExperienceHTML += 'font-weight:normal; font-size:11pt">&nbsp;</div> </div>';
  7. //calls installandcreatesilverlight method to instantiate silverlight once it is installed
  8. /*
  9. Silverlight.InstallAndCreateSilverlight('1.0', 
  10. document.getElementById('divPlayer_a74e5260-4189-4d66-babe-a818a4c813bf'), 
  11. installExperienceHTML,
  12. 'InstallPromptDiv',
  13. createSLObjects);
  14. */