- Timestamp:
- 10/08/09 12:27:11 (3 years ago)
- Parents:
- ab80bde35a8c504386ef44c8af4b1c510eb2c7cd
- Children:
- 53829f44e68cb7f9a1824c3a5357687fe63ab13c
- git-committer:
- Robin Gareus <robin@gareus.org> / 2009-10-08T14:27:11Z+0200
- Files:
-
- 1 modified
-
flex/inout-av/src/main.mxml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
flex/inout-av/src/main.mxml
rab80bde r0a012df 1 1 <?xml version="1.0" encoding="iso-8859-1"?> 2 2 <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" 3 width=" 600" height="400" creationComplete="onAppInit()" >3 width="400" height="360" creationComplete="onAppInit()" > 4 4 5 5 <mx:Script> … … 20 20 private function onAppInit():void 21 21 { 22 uploadName="test1"; // just testing 23 server="rtmp://localhost/recorder"; 22 var argv:Object = Application.application.parameters; 23 //uploadName="test1"; // just testing 24 uploadName=argv['name']; 25 server="rtmp://io.citu.info/recorder"; 24 26 username="4dc84c9279d0fcaa793eecfbc544cdbe7ea5f6e4"; 25 27 password="f78b64c9e0f2ea24fddce2b0d809cb2855fed1a6"; 26 28 27 29 cam = Camera.getCamera(); 28 30 mic = Microphone.getMicrophone();
