--- googlecode.com/svn/trunk/public_html/stream.html 2008/11/27 00:34:01 63 +++ googlecode.com/svn/trunk/public_html/stream.html 2009/01/19 11:19:41 64 @@ -69,8 +69,9 @@ } } - -startstream(); +window.onload = function() { + if (parent.Meteor.status == 4) startstream(); +} \ No newline at end of file