From decb92fc0899d19b8417a305598148260a7304c8 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Fri, 14 Nov 2008 21:29:34 +0000 Subject: [PATCH] Repackaging in preparation for refactor. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@704 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/as/com/threerings/flash/MediaContainer.as | 8 ++++---- .../threerings/flash/{video => media}/FlvVideoPlayer.as | 2 +- .../flash/{video => media}/SimpleVideoDisplay.as | 2 +- .../com/threerings/flash/{video => media}/VideoPlayer.as | 2 +- .../threerings/flash/{video => media}/VideoPlayerCodes.as | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) rename src/as/com/threerings/flash/{video => media}/FlvVideoPlayer.as (99%) rename src/as/com/threerings/flash/{video => media}/SimpleVideoDisplay.as (99%) rename src/as/com/threerings/flash/{video => media}/VideoPlayer.as (98%) rename src/as/com/threerings/flash/{video => media}/VideoPlayerCodes.as (94%) diff --git a/src/as/com/threerings/flash/MediaContainer.as b/src/as/com/threerings/flash/MediaContainer.as index bb9e4fdb..db4ff971 100644 --- a/src/as/com/threerings/flash/MediaContainer.as +++ b/src/as/com/threerings/flash/MediaContainer.as @@ -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. diff --git a/src/as/com/threerings/flash/video/FlvVideoPlayer.as b/src/as/com/threerings/flash/media/FlvVideoPlayer.as similarity index 99% rename from src/as/com/threerings/flash/video/FlvVideoPlayer.as rename to src/as/com/threerings/flash/media/FlvVideoPlayer.as index 21bc6a84..b03ec708 100644 --- a/src/as/com/threerings/flash/video/FlvVideoPlayer.as +++ b/src/as/com/threerings/flash/media/FlvVideoPlayer.as @@ -1,7 +1,7 @@ // // $Id$ -package com.threerings.flash.video { +package com.threerings.flash.media { import flash.display.DisplayObject; diff --git a/src/as/com/threerings/flash/video/SimpleVideoDisplay.as b/src/as/com/threerings/flash/media/SimpleVideoDisplay.as similarity index 99% rename from src/as/com/threerings/flash/video/SimpleVideoDisplay.as rename to src/as/com/threerings/flash/media/SimpleVideoDisplay.as index 5337ef52..a158437f 100644 --- a/src/as/com/threerings/flash/video/SimpleVideoDisplay.as +++ b/src/as/com/threerings/flash/media/SimpleVideoDisplay.as @@ -1,7 +1,7 @@ // // $Id# -package com.threerings.flash.video { +package com.threerings.flash.media { import flash.display.DisplayObject; import flash.display.Graphics; diff --git a/src/as/com/threerings/flash/video/VideoPlayer.as b/src/as/com/threerings/flash/media/VideoPlayer.as similarity index 98% rename from src/as/com/threerings/flash/video/VideoPlayer.as rename to src/as/com/threerings/flash/media/VideoPlayer.as index 5c2e169e..1db40cdc 100644 --- a/src/as/com/threerings/flash/video/VideoPlayer.as +++ b/src/as/com/threerings/flash/media/VideoPlayer.as @@ -1,7 +1,7 @@ // // $Id$ -package com.threerings.flash.video { +package com.threerings.flash.media { import flash.display.DisplayObject; diff --git a/src/as/com/threerings/flash/video/VideoPlayerCodes.as b/src/as/com/threerings/flash/media/VideoPlayerCodes.as similarity index 94% rename from src/as/com/threerings/flash/video/VideoPlayerCodes.as rename to src/as/com/threerings/flash/media/VideoPlayerCodes.as index 7aa35247..199cb967 100644 --- a/src/as/com/threerings/flash/video/VideoPlayerCodes.as +++ b/src/as/com/threerings/flash/media/VideoPlayerCodes.as @@ -1,7 +1,7 @@ // // $Id$ -package com.threerings.flash.video { +package com.threerings.flash.media { public class VideoPlayerCodes {