Repackaging in preparation for refactor.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@704 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Ray Greenwell
2008-11-14 21:29:34 +00:00
parent 0fdf0da9d5
commit decb92fc08
5 changed files with 8 additions and 8 deletions
@@ -62,10 +62,10 @@ import com.threerings.util.StringUtil;
import com.threerings.util.ValueEvent; import com.threerings.util.ValueEvent;
import com.threerings.util.Util; import com.threerings.util.Util;
import com.threerings.flash.video.FlvVideoPlayer; import com.threerings.flash.media.FlvVideoPlayer;
import com.threerings.flash.video.SimpleVideoDisplay; import com.threerings.flash.media.SimpleVideoDisplay;
import com.threerings.flash.video.VideoPlayer; import com.threerings.flash.media.VideoPlayer;
import com.threerings.flash.video.VideoPlayerCodes; import com.threerings.flash.media.VideoPlayerCodes;
/** /**
* Dispatched when the size of the media being loaded is known. * Dispatched when the size of the media being loaded is known.
@@ -1,7 +1,7 @@
// //
// $Id$ // $Id$
package com.threerings.flash.video { package com.threerings.flash.media {
import flash.display.DisplayObject; import flash.display.DisplayObject;
@@ -1,7 +1,7 @@
// //
// $Id# // $Id#
package com.threerings.flash.video { package com.threerings.flash.media {
import flash.display.DisplayObject; import flash.display.DisplayObject;
import flash.display.Graphics; import flash.display.Graphics;
@@ -1,7 +1,7 @@
// //
// $Id$ // $Id$
package com.threerings.flash.video { package com.threerings.flash.media {
import flash.display.DisplayObject; import flash.display.DisplayObject;
@@ -1,7 +1,7 @@
// //
// $Id$ // $Id$
package com.threerings.flash.video { package com.threerings.flash.media {
public class VideoPlayerCodes public class VideoPlayerCodes
{ {