[Red5commits] [red5 commit] r3295 - in flash/trunk/player4: . libs src

codesite-noreply at google.com codesite-noreply at google.com
Sun Oct 26 18:43:48 PST 2008


Author: thijs.triemstra
Date: Sun Oct 26 19:42:55 2008
New Revision: 3295

Added:
    flash/trunk/player4/Readme.txt
Removed:
    flash/trunk/player4/libs/
Modified:
    flash/trunk/player4/   (props changed)
    flash/trunk/player4/.actionScriptProperties
    flash/trunk/player4/.flexProperties
    flash/trunk/player4/src/player4.mxml

Log:
Adding ant build instructions.

Modified: flash/trunk/player4/.actionScriptProperties
==============================================================================
--- flash/trunk/player4/.actionScriptProperties	(original)
+++ flash/trunk/player4/.actionScriptProperties	Sun Oct 26 19:42:55 2008
@@ -1,16 +1,15 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<actionScriptProperties mainApplicationPath="player4.mxml" version="3">
-<compiler additionalCompilerArguments="-locale en_US"  
copyDependentFiles="true" enableModuleDebug="true"  
generateAccessible="false" htmlExpressInstall="true" htmlGenerate="true"  
htmlHistoryManagement="true" htmlPlayerVersion="9.0.124"  
htmlPlayerVersionCheck="true" outputFolderPath="bin-debug"  
sourceFolderPath="src" strict="true" useApolloConfig="false"  
verifyDigests="true" warn="true">
-<compilerSourcePath/>
-<libraryPath defaultLinkType="1">
-<libraryPathEntry kind="4" path=""/>
-<libraryPathEntry kind="1" linkType="1" path="libs"/>
-</libraryPath>
-<sourceAttachmentPath/>
-</compiler>
-<applications>
-<application path="player4.mxml"/>
-</applications>
-<modules/>
-<buildCSSFiles/>
-</actionScriptProperties>
+<?xml version="1.0" encoding="UTF-8"?>
+<actionScriptProperties mainApplicationPath="player4.mxml" version="3">
+<compiler additionalCompilerArguments="-locale en_US"  
copyDependentFiles="true" enableModuleDebug="true"  
generateAccessible="false" htmlExpressInstall="true" htmlGenerate="true"  
htmlHistoryManagement="true" htmlPlayerVersion="9.0.124"  
htmlPlayerVersionCheck="true" outputFolderPath="bin-debug"  
sourceFolderPath="src" strict="true" useApolloConfig="false"  
verifyDigests="true" warn="true">
+<compilerSourcePath/>
+<libraryPath defaultLinkType="1">
+<libraryPathEntry kind="4" path=""/>
+</libraryPath>
+<sourceAttachmentPath/>
+</compiler>
+<applications>
+<application path="player4.mxml"/>
+</applications>
+<modules/>
+<buildCSSFiles/>
+</actionScriptProperties>

Modified: flash/trunk/player4/.flexProperties
==============================================================================
--- flash/trunk/player4/.flexProperties	(original)
+++ flash/trunk/player4/.flexProperties	Sun Oct 26 19:42:55 2008
@@ -1,2 +1,2 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<flexProperties flexServerType="0" toolCompile="true"  
useServerFlexSDK="false" version="1"/>
+<?xml version="1.0" encoding="UTF-8"?>
+<flexProperties flexServerType="0" toolCompile="true"  
useServerFlexSDK="false" version="1"/>

Added: flash/trunk/player4/Readme.txt
==============================================================================
--- (empty file)
+++ flash/trunk/player4/Readme.txt	Sun Oct 26 19:42:55 2008
@@ -0,0 +1,10 @@
+Howto Build
+===========
+
+Using Ant:
+
+ 1. Make sure you have a copy of this file in the folder below this one:
+    http://red5.googlecode.com/svn/flash/trunk/flex.properties
+ 2. Modify flex.properties and point it to your Flex SDK (2 or newer)
+ 3. Type 'ant' to build the application
+
\ No newline at end of file

Modified: flash/trunk/player4/src/player4.mxml
==============================================================================
--- flash/trunk/player4/src/player4.mxml	(original)
+++ flash/trunk/player4/src/player4.mxml	Sun Oct 26 19:42:55 2008
@@ -13,7 +13,8 @@
  		<mx:TextInput x="110" y="460" id="server"  
text="rtmp://{hostString}/oflaDemo" width="220"/>
  		<mx:TextInput x="453" y="460" id="location" text="01 Carcinogen  
Crush.mp3" width="176"/>
  		<mx:TextArea x="338" y="10" width="291" height="431" id="messages"  
editable="false"/>
-		<mx:Canvas x="10" y="258" width="320" height="183" id="canvas"  
click="resize(event)" doubleClick="hide(event)" doubleClickEnabled="true"/>
+		<mx:Canvas x="10" y="258" width="320" height="183" id="canvas"  
click="resize(event)"
+				   doubleClick="hide(event)" doubleClickEnabled="true"/>
  		<mx:Label x="388" y="464" text="Filename" fontWeight="bold"/>
  	</mx:Panel>
  	



More information about the Red5commits mailing list