Advertisement
Bcadren

Untitled

Feb 2nd, 2014
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <script type='text/javascript' src='https://ssl-webplayer.unity3d.com/download_webplayer-3.x/3.0/uo/jquery.min.js'></script>
  5. <script type="text/javascript">
  6. <!--
  7. var unityObjectUrl = "http://webplayer.unity3d.com/download_webplayer-3.x/3.0/uo/UnityObject2.js";
  8. if (document.location.protocol == 'https:')
  9. unityObjectUrl = unityObjectUrl.replace("http://", "https://ssl-");
  10. document.write('<script type="text\/javascript" src="' + unityObjectUrl + '"><\/script>');
  11. -->
  12. </script>
  13. <script type="text/javascript">
  14. <!--
  15. var config = {
  16. width: 960,
  17. height: 600,
  18. params: { enableDebugging:"0" }
  19.  
  20. };
  21. var u = new UnityObject2(config);
  22.  
  23. jQuery(function() {
  24.  
  25. u.observeProgress(function (progress) {
  26. });
  27.  
  28. u.initPlugin(jQuery("#unityPlayer")[0], "WebBuildFull.unity3d");
  29. });
  30. -->
  31. </script>
  32. </head>
  33. <body>
  34. <div class="content">
  35. <div id="unityPlayer">
  36. </div>
  37. </div>
  38. </body>
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement