Frame 1
function hn_pause(obj, item) {
_root.scene.stop();
}
function hn_stream(obj, item) {
_root.gotoAndStop(3);
}
function hn_qlow(obj, item) {
_root.autoAdj = false;
_root.movQuality = 0;
_root._quality = "LOW";
}
function hn_qmed(obj, item) {
_root.autoAdj = false;
_root.movQuality = 1;
_root._quality = "MEDIUM";
}
function hn_qhigh(obj, item) {
_root.autoAdj = false;
_root.movQuality = 2;
_root._quality = "HIGH";
}
function hn_qauto(obj, item) {
_root.autoAdj = true;
}
function hn_play(obj, item) {
_root.gotoAndStop(3);
}
function hn_unpause(obj, item) {
_root.scene.play();
}
function hn_pause(obj, item) {
_root.scene.stop();
}
function hn_fwd(obj, item) {
_root.scene.gotoAndStop(_root.scene._currentframe + 6);
}
function hn_bwd(obj, item) {
_root.scene.gotoAndStop(_root.scene._currentframe - 6);
}
function hn_skip(obj, item) {
_root.gotoAndStop(4);
}
function __com_mochibot__(swfid, mc, lv) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = ((((((((((("http://" + mbc) + "/my/core.swf?mv=5&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
var cm_def1 = new ContextMenu();
cm_def1.hideBuiltInItems();
cm_def1.customItems.push(new ContextMenuItem("Stream", hn_stream));
cm_def1.customItems.push(new ContextMenuItem("Low Quality", hn_qlow, true));
cm_def1.customItems.push(new ContextMenuItem("Medium Quality", hn_qmed));
cm_def1.customItems.push(new ContextMenuItem("High Quality", hn_qhigh));
cm_def1.customItems.push(new ContextMenuItem("Auto Quality", hn_qauto));
var cm_def2 = new ContextMenu();
cm_def2.hideBuiltInItems();
cm_def2.customItems.push(new ContextMenuItem("Start", hn_play));
cm_def2.customItems.push(new ContextMenuItem("Low Quality", hn_qlow, true));
cm_def2.customItems.push(new ContextMenuItem("Medium Quality", hn_qmed));
cm_def2.customItems.push(new ContextMenuItem("High Quality", hn_qhigh));
cm_def2.customItems.push(new ContextMenuItem("Auto Quality", hn_qauto));
var cm_def3 = new ContextMenu();
cm_def3.hideBuiltInItems();
cm_def3.customItems.push(new ContextMenuItem("Pause", hn_pause));
cm_def3.customItems.push(new ContextMenuItem("Step Forward", hn_fwd));
cm_def3.customItems.push(new ContextMenuItem("Step Backward", hn_bwd));
cm_def3.customItems.push(new ContextMenuItem("Low Quality", hn_qlow, true));
cm_def3.customItems.push(new ContextMenuItem("Medium Quality", hn_qmed));
cm_def3.customItems.push(new ContextMenuItem("High Quality", hn_qhigh));
cm_def3.customItems.push(new ContextMenuItem("Auto Quality", hn_qauto));
var cm_def4 = new ContextMenu();
cm_def4.hideBuiltInItems();
cm_def4.customItems.push(new ContextMenuItem("Unpause", hn_unpause));
cm_def4.customItems.push(new ContextMenuItem("Step Forward", hn_fwd));
cm_def4.customItems.push(new ContextMenuItem("Step Backward", hn_bwd));
cm_def4.customItems.push(new ContextMenuItem("Low Quality", hn_qlow, true));
cm_def4.customItems.push(new ContextMenuItem("Medium Quality", hn_qmed));
cm_def4.customItems.push(new ContextMenuItem("High Quality", hn_qhigh));
cm_def4.customItems.push(new ContextMenuItem("Auto Quality", hn_qauto));
var cm_def5 = new ContextMenu();
cm_def5.hideBuiltInItems();
cm_def5.customItems.push(new ContextMenuItem("Skip", hn_skip, true));
cm_def5.customItems.push(new ContextMenuItem("Pause", hn_pause, true));
cm_def5.customItems.push(new ContextMenuItem("Step Forward", hn_fwd));
cm_def5.customItems.push(new ContextMenuItem("Step Backward", hn_bwd));
cm_def5.customItems.push(new ContextMenuItem("Low Quality", hn_qlow, true));
cm_def5.customItems.push(new ContextMenuItem("Medium Quality", hn_qmed));
cm_def5.customItems.push(new ContextMenuItem("High Quality", hn_qhigh));
cm_def5.customItems.push(new ContextMenuItem("Auto Quality", hn_qauto));
var cm_def6 = new ContextMenu();
cm_def6.hideBuiltInItems();
cm_def6.customItems.push(new ContextMenuItem("Skip", hn_skip, true));
cm_def6.customItems.push(new ContextMenuItem("Unpause", hn_unpause, true));
cm_def6.customItems.push(new ContextMenuItem("Step Forward", hn_fwd));
cm_def6.customItems.push(new ContextMenuItem("Step Backward", hn_bwd));
cm_def6.customItems.push(new ContextMenuItem("Low Quality", hn_qlow, true));
cm_def6.customItems.push(new ContextMenuItem("Medium Quality", hn_qmed));
cm_def6.customItems.push(new ContextMenuItem("High Quality", hn_qhigh));
cm_def6.customItems.push(new ContextMenuItem("Auto Quality", hn_qauto));
__com_mochibot__("3f85eb7b", this, 10301);
stop();
Instance of Symbol 21 MovieClip "preLoader" in Frame 1
onClipEvent (load) {
var thisColour = new Color(this);
var colourStandard = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
var colourInverse = {ra:-100, rb:255, ga:-100, gb:255, ba:-100, bb:255, aa:100, ab:0};
var colourFire = {ra:100, rb:0, ga:25, gb:0, ba:0, bb:0, aa:100, ab:0};
thisColour.setTransform(colourStandard);
}
onClipEvent (enterFrame) {
if (Key.isDown(81)) {
this._xscale = 200;
this._yscale = 200;
if ((this._x > 12) && (Key.isDown(39))) {
this._x = this._x - 12;
}
if ((this._x < 388) && (Key.isDown(37))) {
this._x = this._x + 12;
}
if ((this._y > 12) && (Key.isDown(40))) {
this._y = this._y - 12;
}
if ((this._y < 288) && (Key.isDown(38))) {
this._y = this._y + 12;
}
} else {
this._xscale = 100;
this._yscale = 100;
this._x = 200;
this._y = 150;
}
if (Key.isDown(87)) {
thisColour.setTransform(colourInverse);
} else if (Key.isDown(69)) {
thisColour.setTransform(colourFire);
} else {
thisColour.setTransform(colourStandard);
}
}
Instance of Symbol 32 MovieClip in Frame 1
onClipEvent (load) {
gotoAndStop (3);
}
onClipEvent (enterFrame) {
if (_root.movQuality == 0) {
gotoAndStop (1);
} else if (_root.movQuality == 1) {
gotoAndStop (2);
} else if (_root.movQuality == 2) {
gotoAndStop (3);
} else if (_root.movQuality == 3) {
gotoAndStop (4);
}
}
Frame 2
gotoAndStop (1);
Frame 3
stopAllSounds();
Instance of Symbol 78 MovieClip "scene" in Frame 3
onClipEvent (load) {
var thisColour = new Color(this);
var colourStandard = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
var colourInverse = {ra:-100, rb:255, ga:-100, gb:255, ba:-100, bb:255, aa:100, ab:0};
var colourFire = {ra:100, rb:0, ga:25, gb:0, ba:0, bb:0, aa:100, ab:0};
thisColour.setTransform(colourStandard);
}
onClipEvent (enterFrame) {
if (Key.isDown(81)) {
this._xscale = 200;
this._yscale = 200;
if ((this._x > 12) && (Key.isDown(39))) {
this._x = this._x - 12;
}
if ((this._x < 388) && (Key.isDown(37))) {
this._x = this._x + 12;
}
if ((this._y > 12) && (Key.isDown(40))) {
this._y = this._y - 12;
}
if ((this._y < 288) && (Key.isDown(38))) {
this._y = this._y + 12;
}
} else {
this._xscale = 100;
this._yscale = 100;
this._x = 200;
this._y = 150;
}
if (Key.isDown(87)) {
thisColour.setTransform(colourInverse);
} else if (Key.isDown(69)) {
thisColour.setTransform(colourFire);
} else {
thisColour.setTransform(colourStandard);
}
if (Key.isDown(84)) {
this.play();
} else if (Key.isDown(82)) {
this.prevFrame();
} else if (Key.isDown(65)) {
this.gotoAndStop(this._currentframe - 6);
} else if (Key.isDown(83)) {
this.gotoAndStop(this._currentframe + 6);
}
if (_currentframe == cf) {
_root.menu = _root.cm_def6;
} else {
_root.menu = _root.cm_def5;
}
cf = _currentframe;
}
Instance of Symbol 108 MovieClip in Frame 3
onClipEvent (load) {
gotoAndStop (32);
}
Instance of Symbol 213 MovieClip "scene" in Frame 4
onClipEvent (load) {
var thisColour = new Color(this);
var colourStandard = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
var colourInverse = {ra:-100, rb:255, ga:-100, gb:255, ba:-100, bb:255, aa:100, ab:0};
var colourFire = {ra:100, rb:0, ga:25, gb:0, ba:0, bb:0, aa:100, ab:0};
thisColour.setTransform(colourStandard);
}
onClipEvent (enterFrame) {
if (Key.isDown(81)) {
this._xscale = 200;
this._yscale = 200;
if ((this._x > 12) && (Key.isDown(39))) {
this._x = this._x - 12;
}
if ((this._x < 388) && (Key.isDown(37))) {
this._x = this._x + 12;
}
if ((this._y > 12) && (Key.isDown(40))) {
this._y = this._y - 12;
}
if ((this._y < 288) && (Key.isDown(38))) {
this._y = this._y + 12;
}
} else {
this._xscale = 100;
this._yscale = 100;
this._x = 200;
this._y = 150;
}
if (Key.isDown(87)) {
thisColour.setTransform(colourInverse);
} else if (Key.isDown(69)) {
thisColour.setTransform(colourFire);
} else {
thisColour.setTransform(colourStandard);
}
if (Key.isDown(84)) {
this.play();
} else if (Key.isDown(82)) {
this.prevFrame();
} else if (Key.isDown(65)) {
this.gotoAndStop(this._currentframe - 6);
} else if (Key.isDown(83)) {
this.gotoAndStop(this._currentframe + 6);
}
if (_currentframe == cf) {
_root.menu = _root.cm_def4;
} else {
_root.menu = _root.cm_def3;
}
cf = _currentframe;
}
Symbol 15 Button
on (press) {
_root.gotoAndStop(3);
}
Symbol 20 Button
on (press) {
_root.gotoAndStop(3);
}
Symbol 21 MovieClip Frame 1
stop();
Instance of Symbol 6 MovieClip "loadBar" in Symbol 21 MovieClip Frame 1
onClipEvent (load) {
_x = (_x - 200);
var decloaded = 0;
_root.autoAdj = false;
_root.movQuality = 2;
_root.menu = _root.cm_def1;
}
onClipEvent (enterFrame) {
decLoaded = _root.getBytesLoaded() / _root.getBytesTotal();
_x = ((decLoaded * 200) - 200);
if (decLoaded == 1) {
this._parent.gotoAndStop(2);
_root.menu = _root.cm_def2;
}
}
Symbol 21 MovieClip Frame 2
stop();
Symbol 37 Button
on (press) {
_root.movQuality = 0;
_root._quality = "LOW";
}
Symbol 42 Button
on (press) {
_root.movQuality = 1;
_root._quality = "MEDIUM";
}
Symbol 47 Button
on (press) {
_root.movQuality = 2;
_root._quality = "HIGH";
}
Symbol 52 Button
on (press) {
_root.movQuality = 3;
_root._quality = "autohigh";
}
Symbol 78 MovieClip Frame 820
_root.nextFrame();
Symbol 83 Button
on (press) {
play();
}
Symbol 85 Button
on (press) {
_root.scene.stop();
this.gotoAndStop(2);
}
Symbol 87 Button
on (press) {
_root.scene.play();
this.gotoAndStop(1);
}
Symbol 90 Button
on (press) {
_root.scene.gotoAndStop(_root.scene._currentframe - 3);
}
Symbol 91 Button
on (press) {
_root.scene.gotoAndStop(_root.scene._currentframe + 3);
}
Symbol 93 Button
on (press) {
_root.movQuality = 0;
_root._quality = "LOW";
}
Symbol 95 Button
on (press) {
_root.movQuality = 1;
_root._quality = "MEDIUM";
}
Symbol 96 Button
on (press) {
_root.movQuality = 2;
_root._quality = "HIGH";
}
Symbol 98 Button
on (press) {
_root.movQuality = 3;
_root._quality = "autohigh";
}
Symbol 106 Button
on (press) {
play();
}
Symbol 107 Button
on (press) {
play();
}
Instance of Symbol 88 MovieClip in Symbol 108 MovieClip Frame 1
onClipEvent (load) {
cf = 0;
stop();
}
onClipEvent (enterFrame) {
if (_root.scene._currentframe == cf) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
cf = _root.scene._currentframe;
}
Symbol 108 MovieClip Frame 32
stop();
Symbol 108 MovieClip Frame 64
gotoAndStop (1);
Symbol 212 Button
on (press) {
_root.gotoAndStop(3);
}
Symbol 213 MovieClip Frame 4300
stop();