Author: ggrekhov
Date: Tue Jun 26 15:07:13 2012
New Revision: 1354051

URL: http://svn.apache.org/viewvc?rev=1354051&view=rev
Log:
NetworkTesting: add animation

Modified:
    
incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/networkTesting/tests/NetworkTest.lzx
    
incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/networkTesting/tests/library.lzx

Modified: 
incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/networkTesting/tests/NetworkTest.lzx
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/networkTesting/tests/NetworkTest.lzx?rev=1354051&r1=1354050&r2=1354051&view=diff
==============================================================================
--- 
incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/networkTesting/tests/NetworkTest.lzx
 (original)
+++ 
incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/networkTesting/tests/NetworkTest.lzx
 Tue Jun 26 15:07:13 2012
@@ -31,7 +31,7 @@
     <method name="forcedStop" />
 
     <view name="picture">
-        <image name="rsc" resource="notrun" width="113" height="113" />
+        <view name="rsc" resource="notrun" width="113" height="113" />
     </view>
     <text name="nameLabel"
           text="${parent.testName}"
@@ -71,6 +71,7 @@
         this.start();
         running=true;
         picture.rsc.setAttribute("resource", "running");
+        picture.rsc.play();
     </method>
 
     <method name="setStopped">

Modified: 
incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/networkTesting/tests/library.lzx
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/networkTesting/tests/library.lzx?rev=1354051&r1=1354050&r2=1354051&view=diff
==============================================================================
--- 
incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/networkTesting/tests/library.lzx
 (original)
+++ 
incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/networkTesting/tests/library.lzx
 Tue Jun 26 15:07:13 2012
@@ -23,7 +23,7 @@
     <resource name="failed" src="resources/failed.png" />
     <resource name="notrun" src="resources/notrun.png" />
     <resource name="passed" src="resources/passed.png" />
-    <resource name="running" src="resources/running.gif" />
+    <resource name="running" src="resources/running.swf" />
 
     <include href="BaseURLLoadTest.lzx" />
     <include href="DownloadSpeedTest.lzx" />


Reply via email to