diff --git a/test/rtmp-publisher/RtmpPublisher.mxml b/test/rtmp-publisher/RtmpPublisher.mxml index f07fc24..6da35c4 100644 --- a/test/rtmp-publisher/RtmpPublisher.mxml +++ b/test/rtmp-publisher/RtmpPublisher.mxml @@ -4,14 +4,13 @@ xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="500" minHeight="350" creationComplete="init()"> - - - - - - - - - - - - - - + + + + diff --git a/test/rtmp-publisher/RtmpPublisher.swf b/test/rtmp-publisher/RtmpPublisher.swf index cfa6f85..f4780fa 100644 Binary files a/test/rtmp-publisher/RtmpPublisher.swf and b/test/rtmp-publisher/RtmpPublisher.swf differ diff --git a/test/rtmp-publisher/publisher.html b/test/rtmp-publisher/publisher.html index b639f0d..cad587e 100644 --- a/test/rtmp-publisher/publisher.html +++ b/test/rtmp-publisher/publisher.html @@ -8,7 +8,7 @@ streamer: 'rtmp://localhost/myapp', file:'mystream' }; - swfobject.embedSWF("RtmpPublisher.swf", "rtmp-publisher", "500", "400", "9.0.0", null, flashVars); + swfobject.embedSWF("RtmpPublisher.swf", "rtmp-publisher", "640", "480", "9.0.0", null, flashVars);