diff --git a/examples/maze.swf b/examples/maze.swf deleted file mode 100644 index 152a60576..000000000 Binary files a/examples/maze.swf and /dev/null differ diff --git a/examples/moonlander3d.swf b/examples/moonlander3d.swf deleted file mode 100644 index a336f9465..000000000 Binary files a/examples/moonlander3d.swf and /dev/null differ diff --git a/examples/scenes.swf b/examples/scenes.swf deleted file mode 100644 index dd93cb611..000000000 Binary files a/examples/scenes.swf and /dev/null differ diff --git a/examples/scenes2.swf b/examples/scenes2.swf deleted file mode 100644 index ed55b5413..000000000 Binary files a/examples/scenes2.swf and /dev/null differ diff --git a/examples/timeline/Timeline10.as b/examples/timeline/Timeline10.as deleted file mode 100644 index 2dd5714fe..000000000 --- a/examples/timeline/Timeline10.as +++ /dev/null @@ -1 +0,0 @@ -package { import flash.display.MovieClip; public class Timeline10 extends MovieClip { public function Timeline10() { this.addEventListener('enterFrame', function () { trace('Enters timeline frame.'); }); } } } \ No newline at end of file diff --git a/examples/timeline/Timeline10.fla b/examples/timeline/Timeline10.fla deleted file mode 100644 index f0a4d7f2f..000000000 Binary files a/examples/timeline/Timeline10.fla and /dev/null differ diff --git a/examples/timeline/Timeline10.swf b/examples/timeline/Timeline10.swf deleted file mode 100644 index 1ba9fbb5a..000000000 Binary files a/examples/timeline/Timeline10.swf and /dev/null differ diff --git a/examples/timeline/Timeline9.as b/examples/timeline/Timeline9.as deleted file mode 100644 index 026a6b41b..000000000 --- a/examples/timeline/Timeline9.as +++ /dev/null @@ -1 +0,0 @@ -package { import flash.display.MovieClip; public class Timeline9 extends MovieClip { public function Timeline9() { trace("Timeline constructor: currentFrame: " + this.currentFrame); this.gotoAndPlay(2); trace("Timeline constructor: currentFrame after call to gotoAndPlay(2): " + this.currentFrame + " should be 2."); } } } \ No newline at end of file diff --git a/examples/timeline/Timeline9.fla b/examples/timeline/Timeline9.fla deleted file mode 100644 index a14d07d82..000000000 Binary files a/examples/timeline/Timeline9.fla and /dev/null differ diff --git a/examples/timeline/Timeline9.swf b/examples/timeline/Timeline9.swf deleted file mode 100644 index b1751197c..000000000 Binary files a/examples/timeline/Timeline9.swf and /dev/null differ