正在显示
6 个修改的文件
包含
3 行增加
和
5 行删除
| @@ -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=""> |
| @@ -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 | /** |
-
请 注册 或 登录 后发表评论