- Timestamp:
- 08/22/10 20:05:34 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/applications/flvplayback/flex/src/com/rtmpd/flvplayback.mxml
r2 r88 161 161 <mx:TextInput id="streamName" backgroundColor="#404040" width="100%" text="{_availableFlvs[dgFlvs.selectedIndex].flvName}"/> 162 162 <mx:Label text="Connecting string"/> 163 <mx:TextInput id="connectingString" text="rtmp:// localhost/flvplayback" backgroundColor="#404040" width="100%"/>163 <mx:TextInput id="connectingString" text="rtmp://10.0.2.1/flvplayback" backgroundColor="#404040" width="100%"/> 164 164 <mx:HBox width="100%"> 165 165 <mx:Button width="100%" label="{IsConnected?'Disconnect':'Connect'}" click="ConnectDisconnect();"/>
Note: See TracChangeset
for help on using the changeset viewer.
