Frame 1 (34 B)
NewgroundsAPI.connectMovie(8871);
Symbol 22 MovieClip Frame 40 (8 B)
stop();
Symbol 36 Button (55 B)
on (press) {
tellTarget (_root) {
nextFrame();
};
}
Symbol 37 Button (51 B)
on (press) {
gotoAndStop ("end");
_root.play();
}
Instance of Symbol 12 MovieClip in Symbol 38 MovieClip Frame 1 (451 B)
onClipEvent (load) {
_root.stop();
PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (PercentLoaded != 100) {
_parent.gotoAndStop(PercentLoaded);
} else {
_parent.gotoAndStop("lastframe");
}
}
onClipEvent (enterFrame) {
PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (PercentLoaded != 100) {
_parent.gotoAndStop(PercentLoaded);
} else {
_parent.gotoAndPlay("loaded");
}
}
Symbol 38 MovieClip Frame 101 (8 B)
play();
Symbol 38 MovieClip Frame 165 (8 B)
stop();
Symbol 44 Button (49 B)
on (release) {
NewgroundsAPI.loadNewgrounds();
}
Symbol 50 Button (49 B)
on (release) {
NewgroundsAPI.loadNewgrounds();
}
Symbol 52 MovieClip Frame 1 (0.98 KiB)
function startAd(ngad_url) {
trace("opening " + ngad_url);
System.security.allowDomain("70.87.128.99");
System.security.allowInsecureDomain("70.87.128.99");
System.security.allowDomain("ads.shizmoo.com");
System.security.allowInsecureDomain("ads.shizmoo.com");
System.security.allowDomain("www.cpmstar.com");
System.security.allowInsecureDomain("www.cpmstar.com");
System.security.allowDomain("server.cpmstar.com");
System.security.allowInsecureDomain("server.cpmstar.com");
var ngads_redirect = new XML();
ngads_redirect.ignoreWhite = true;
ngads_redirect.onLoad = function (success) {
trace("[NEWGROUNDS FLASH ADS] :: You may get a 'Security Sandbox Violation' ... this is normal, do not freak out!");
if (success) {
ng_ad.loadMovie(ngads_redirect.toString(), "GET");
}
};
ngads_redirect.load(ngad_url);
}
if (NewgroundsAPI.getAdURL()) {
startAd(NewgroundsAPI.getAdURL());
}
NewgroundsAPI.onAdsApproved = function (ad_url) {
startAd(ad_url);
};
stop();