Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r974 committed - Set flash client as default in widget.html

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r974 committed - Set flash client as default in widget.html


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r974 committed - Set flash client as default in widget.html
  • Date: Wed, 05 Mar 2014 15:19:00 +0000

Revision: 974
Author:

Date: Wed Mar 5 15:18:48 2014 UTC
Log: Set flash client as default in widget.html

http://code.google.com/p/ndt/source/detail?r=974

Modified:
/branches/Issue126/HTML5-frontend/widget.html

=======================================
--- /branches/Issue126/HTML5-frontend/widget.html Wed Mar 5 15:15:26 2014 UTC
+++ /branches/Issue126/HTML5-frontend/widget.html Wed Mar 5 15:18:48 2014 UTC
@@ -119,9 +119,9 @@
</div>

<!--Use embed tag to have flash client being background for JS UI or applet tag if you want to use java applet instead. -->
-<applet id="NDT" name="NDT" code="edu.internet2.ndt.Tcpbw100.class" codebase="<?php print $applet_url ?>" archive="Tcpbw100.jar" width="400" height="400"></applet>
+<embed id="NDT" name="NDT" type="application/x-shockwave-flash" src="FlashClt.swf" width="600" height="400" />

-<!--<embed id="NDT" name="NDT" type="application/x-shockwave-flash" src="FlashClt.swf" width="600" height="400" />-->
+<!--<applet id="NDT" name="NDT" code="edu.internet2.ndt.Tcpbw100.class" codebase="<?php print $applet_url ?>" archive="Tcpbw100.jar" width="400" height="400"></applet>-->


</body>


  • [ndt-dev] [ndt] r974 committed - Set flash client as default in widget.html, ndt, 03/05/2014

Archive powered by MHonArc 2.6.16.

Top of Page