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:
@@ -62,10 +62,10 @@ import com.threerings.util.StringUtil;
|
||||
import com.threerings.util.ValueEvent;
|
||||
import com.threerings.util.Util;
|
||||
|
||||
import com.threerings.flash.video.FlvVideoPlayer;
|
||||
import com.threerings.flash.video.SimpleVideoDisplay;
|
||||
import com.threerings.flash.video.VideoPlayer;
|
||||
import com.threerings.flash.video.VideoPlayerCodes;
|
||||
import com.threerings.flash.media.FlvVideoPlayer;
|
||||
import com.threerings.flash.media.SimpleVideoDisplay;
|
||||
import com.threerings.flash.media.VideoPlayer;
|
||||
import com.threerings.flash.media.VideoPlayerCodes;
|
||||
|
||||
/**
|
||||
* Dispatched when the size of the media being loaded is known.
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id$
|
||||
|
||||
package com.threerings.flash.video {
|
||||
package com.threerings.flash.media {
|
||||
|
||||
import flash.display.DisplayObject;
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id#
|
||||
|
||||
package com.threerings.flash.video {
|
||||
package com.threerings.flash.media {
|
||||
|
||||
import flash.display.DisplayObject;
|
||||
import flash.display.Graphics;
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id$
|
||||
|
||||
package com.threerings.flash.video {
|
||||
package com.threerings.flash.media {
|
||||
|
||||
import flash.display.DisplayObject;
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id$
|
||||
|
||||
package com.threerings.flash.video {
|
||||
package com.threerings.flash.media {
|
||||
|
||||
public class VideoPlayerCodes
|
||||
{
|
||||
Reference in New Issue
Block a user