git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4609 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2007-02-28 04:51:51 +00:00
parent 6bb0b50186
commit e4d7b86d2b
+1 -2
View File
@@ -399,7 +399,6 @@ public class MediaContainer extends Sprite
{
var args :Array = (event.value as Array);
updateContentDimensions(int(args[0]), int(args[1]));
trace("Video size is now known: " + _w + ", " + _h);
}
/**
@@ -407,7 +406,7 @@ public class MediaContainer extends Sprite
*/
protected function handleVideoError (event :ValueEvent) :void
{
trace("Video load error: " + event.value);
log.warning("Error loading video [cause=" + event.value + "].");
stoppedLoading();
setupBrokenImage(-1, -1);
}