Resolve the duplicate NaCl instance issue that caused all kinds of havoc

This commit is contained in:
Cameron Gutman 2016-02-13 07:02:54 -05:00
parent cd908c3378
commit 27fa24cfbc

View File

@ -7,7 +7,7 @@
<script src="common.js"></script>
<script src="index.js"></script>
</head>
<body data-name="moonlight" data-tools="pnacl" data-configs="Debug Release" data-path="{tc}/{config}">
<body data-name="moonlight-chrome" data-width="500" data-width="500" data-tools="pnacl" data-configs="Debug Release" data-path="{tc}/{config}">
<h1>Moonlight</h1>
<h2>Status: <code id="statusField">NO-STATUS</code></h2>
@ -20,12 +20,9 @@
<p>Enter the IP or Hostname of the GFE streaming computer, then hit enter:</p>
<input type="text" size="15" id="GFEHostIPField" value="127.0.0.1">
<div id="listener">
<embed id="moonlight"
width=0 height=0
src="pnacl/Release/moonlight-chrome.nmf"
type="application/x-pnacl" />
</div>
<!-- The NaCl plugin will be embedded inside the element with id "listener".
See common.js. -->
<div id="listener"></div>
</body>
</html>