winlin

move js to srs_bwt.

@@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
12 <script type="text/javascript" src="js/srs.player.js"></script> 12 <script type="text/javascript" src="js/srs.player.js"></script>
13 <script type="text/javascript" src="js/srs.publisher.js"></script> 13 <script type="text/javascript" src="js/srs.publisher.js"></script>
14 <script type="text/javascript" src="js/srs.utility.js"></script> 14 <script type="text/javascript" src="js/srs.utility.js"></script>
15 - <script type="text/javascript" src="js/srs.bandwidth.js"></script> 15 + <script type="text/javascript" src="srs_bwt/src/srs.bandwidth.js"></script>
16 <style> 16 <style>
17 body{ 17 body{
18 padding-top: 55px; 18 padding-top: 55px;
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <actionScriptProperties analytics="false" mainApplicationPath="srs_bwt.as" projectUUID="00251213-e6a2-4dd5-a033-125cc78f843c" version="10"> 2 <actionScriptProperties analytics="false" mainApplicationPath="srs_bwt.as" projectUUID="00251213-e6a2-4dd5-a033-125cc78f843c" version="10">
3 - <compiler additionalCompilerArguments="-locale en_US" autoRSLOrdering="true" copyDependentFiles="true" fteInMXComponents="false" generateAccessible="true" htmlExpressInstall="true" htmlGenerate="false" htmlHistoryManagement="true" htmlPlayerVersionCheck="true" includeNetmonSwc="false" outputFolderPath="release" removeUnusedRSL="true" sourceFolderPath="src" strict="true" targetPlayerVersion="0.0.0" useApolloConfig="false" useDebugRSLSwfs="true" verifyDigests="true" warn="true"> 3 + <compiler additionalCompilerArguments="-locale en_US" autoRSLOrdering="true" copyDependentFiles="false" fteInMXComponents="false" generateAccessible="true" htmlExpressInstall="true" htmlGenerate="false" htmlHistoryManagement="true" htmlPlayerVersionCheck="true" includeNetmonSwc="false" outputFolderPath="release" removeUnusedRSL="true" sourceFolderPath="src" strict="true" targetPlayerVersion="0.0.0" useApolloConfig="false" useDebugRSLSwfs="true" verifyDigests="true" warn="true">
4 <compilerSourcePath/> 4 <compilerSourcePath/>
5 <libraryPath defaultLinkType="0"> 5 <libraryPath defaultLinkType="0">
6 <libraryPathEntry kind="4" path=""> 6 <libraryPathEntry kind="4" path="">
1 -package srs 1 +package
2 { 2 {
3 import flash.events.NetStatusEvent; 3 import flash.events.NetStatusEvent;
4 import flash.external.ExternalInterface; 4 import flash.external.ExternalInterface;
@@ -16,8 +16,6 @@ package @@ -16,8 +16,6 @@ package
16 import flash.utils.Timer; 16 import flash.utils.Timer;
17 import flash.utils.setTimeout; 17 import flash.utils.setTimeout;
18 18
19 - import srs.SrsBandwidth;  
20 -  
21 public class srs_bwt extends Sprite 19 public class srs_bwt extends Sprite
22 { 20 {
23 /** 21 /**