Frame 1
stop();
Instance of Symbol 5 MovieClip "perloader" in Frame 1
onClipEvent (load) {
this.barx._width = 1;
if (Stage.width < this._width) {
this._width = Stage.width - 5;
}
this._x = (Stage.width / 2) - (this._width / 2);
this._y = (Stage.height / 2) - (this._height / 2);
}
onClipEvent (enterFrame) {
ByteTotal = _root.getBytesTotal();
ByteLoaded = _root.getBytesLoaded();
percentSize = int((ByteLoaded / ByteTotal) * 126);
this.barx._width = percentSize;
if ((percentSize == 126) && (ByteLoaded == ByteTotal)) {
this.barx._width = 126;
_root.gotoAndStop(2);
delete this.onEnterFrame;
}
}
Frame 2
function getHomePage() {
getURL ("http://www.flashbanneronline.com", "_blank");
}
function copyright_BehrouzPooladrag() {
}
function create_date_BehrouzPooladrag() {
}
var txtContent1 = "FH Site V!rus V-TUT by Puri";
var txtContent2 = "You cant stop the Evolution, they day will come..";
Stage.scaleMode = "noscale";
fscommand("allowscale", false);
_quality = "HIGH";
var CreateDate = "2009-07-23 14:13:22";
var myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
Dt = new Date();
yearX = Dt.getFullYear();
if (2008 >= yearX) {
year = 2008;
} else {
year = yearX;
}
var copyright = new ContextMenuItem(("" + year) + " , FlashBannerOnline.Com", copyright_BehrouzPooladrag);
myMenu.customItems.push(copyright);
var datecreate = new ContextMenuItem("Created @ " + CreateDate, create_date_BehrouzPooladrag);
myMenu.customItems.push(datecreate);
var mySiteLink = new ContextMenuItem("You Can Create Your Flash Banner Online [Free!]", getHomePage);
myMenu.customItems.push(mySiteLink);
myMenu.customItems[0].enabled = false;
myMenu.customItems[1].enabled = false;
_root.menu = myMenu;
Hack = "If You Read This Text You Hacked ;) Flash File And See It! This Flash File Create Online in-> FlashBannerOnline.Com - 100% Free [Programer : Behrouz Pooladrag]";
Copyright = "";
Contact = "Email : Me [--at--] IFLashLord [--dot--] Com || Tell : +98 913 12 777 14";
_root.setMask("maskOrg");
Instance of Symbol 25 MovieClip "mouse_mc" in Frame 2
onClipEvent (load) {
this._visible = false;
}
onClipEvent (mouseMove) {
startDrag (this, true, 999, 999, "-999", "-999");
var lim = 5;
if (!(((((Stage.width - lim) < _root._xmouse) || ((Stage.height - lim) < _root._ymouse)) || (((1 * -1) < _root._xmouse) && (_root._xmouse < lim))) || (((1 * -1) < _root._ymouse) && (_root._ymouse < lim)))) {
Mouse.hide();
this._visible = true;
setProperty(this, _visible , true);
} else {
Mouse.show();
this._visible = false;
setProperty(this, _visible , false);
}
}
onClipEvent (mouseDown) {
this._xscale = 110;
this._yscale = 110;
}
onClipEvent (mouseUp) {
this._xscale = 100;
this._yscale = 100;
}
Symbol 18 MovieClip Frame 1
tellTarget ("ma1") {
m = random("9");
};
Symbol 18 MovieClip Frame 2
tellTarget ("ma2") {
m = random("9");
};
Symbol 18 MovieClip Frame 3
tellTarget ("ma3") {
m = random("9");
};
Symbol 18 MovieClip Frame 4
tellTarget ("ma4") {
m = random("9");
};
Symbol 18 MovieClip Frame 5
tellTarget ("ma5") {
m = random("9");
};
Symbol 18 MovieClip Frame 6
tellTarget ("ma6") {
m = random("9");
};
Symbol 18 MovieClip Frame 7
tellTarget ("ma7") {
m = random("9");
};
Symbol 18 MovieClip Frame 8
tellTarget ("ma8") {
m = random("9");
};
Symbol 19 MovieClip Frame 1
i = 0;
Symbol 19 MovieClip Frame 4
i = i + 1;
duplicateMovieClip ("clip", clip + i, 16384 + i);
setProperty("clip", _x , random(Stage.width / 10) * 10);
setProperty("clip", _y , (random(Stage.height / 6) * 6) + (clip._height / i));
setProperty("clip", _xscale , i * 40);
setProperty("clip", _yscale , i * 40);
Symbol 19 MovieClip Frame 18
if (i < 6) {
gotoAndPlay (2);
} else {
gotoAndPlay (1);
}
Symbol 20 MovieClip Frame 1
_alpha = 70;
Symbol 8 MovieClip Frame 197
Symbol 12 Button
on (release) {
if (!(((_level0.clickTAG == undefined) || (_level0.clickTAG == "")) || (_level0.clickTAG.substr(0, 4) != "http"))) {
getURL (clickTAG, "_blank");
} else {
getURL ("http://www.flashbanneronline.com", "_blank");
}
}
on (rollOver) {
}