STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228087
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/96233990?noj=FRM96233990-3DC" width="1" height="1"></div>

gamepagesearch.swf

This is the info page for
Flash #1896

(Click the ID number above for more basic data on this flash file.)


Text
Search

ActionScript [AS1/AS2]

Frame 2
if (_framesloaded < _totalframes) { gotoAndPlay(_currentframe - 1); }
Frame 3
timeOut = getTimer() + 5000; this.loadVariables("http://www.miniclip.com/php/geoIP.php", "GET");
Frame 5
if ((location == undefined) && (getTimer() < timeOut)) { gotoAndPlay(_currentframe - 1); } else { if (location == undefined) { location = "US"; } trace("location: " + location); }
Frame 6
function postData() { if (activeSearch == "p") { var _local1 = pURL + txtSearch; trace("Query: " + _local1); getURL (_local1); } else if (activeSearch == "a") { var _local1 = aURL + txtSearch; trace("Query: " + _local1); getURL (_local1); } } if (location == "UK") { pURL = "http://miniclip.pricegrabber.co.uk/search.php?topcat_search=1&Search=Search&form_keyword="; aURL = "http://www.miniclip.com/toolbar/search_askjeeves.php?country=UK&q="; } else if (location == "US") { pURL = "http://miniclip.pricegrabber.com/search.php?topcat_search=1&Search=Search&form_keyword="; aURL = "http://www.miniclip.com/toolbar/search_askjeeves.php?country=US&q="; } else { aURL = "http://www.miniclip.com/toolbar/search_askjeeves.php?country=US&q="; rdPriceGrabber._visible = false; } activeSearch = "a"; if (q != undefined) { txtSearch = q; } stop();
Instance of Symbol 4 MovieClip in Frame 6
onClipEvent (mouseDown) { } onClipEvent (keyDown) { if (Key.isDown(13)) { _parent.postData(); } }
Instance of Symbol 27 MovieClip [GWRadioButtonLabelXP] "rdAskJeeves" in Frame 6
//component parameters onClipEvent (construct) { groupName = "radioGroup"; data = ""; selected = true; label = "The Web"; labelpos = "right"; buffer = 2; font = "Verdana"; fontcolor = 16777215 /* 0xFFFFFF */; fontcolor_off = 8421504 /* 0x808080 */; fontcolor_shadow = 16777215 /* 0xFFFFFF */; fontsize = 10; useEmbedFonts = false; } on (release) { _parent.activeSearch = "a"; _parent.mcBrand.gotoAndStop(1); }
Instance of Symbol 27 MovieClip [GWRadioButtonLabelXP] "rdPriceGrabber" in Frame 6
//component parameters onClipEvent (construct) { groupName = "radioGroup"; data = ""; selected = false; label = "Products"; labelpos = "right"; buffer = 2; font = "Verdana"; fontcolor = 16777215 /* 0xFFFFFF */; fontcolor_off = 8421504 /* 0x808080 */; fontcolor_shadow = 16777215 /* 0xFFFFFF */; fontsize = 10; useEmbedFonts = false; } on (release) { _parent.activeSearch = "p"; _parent.mcBrand.gotoAndStop(2); }
Instance of Symbol 107 MovieClip [GWButtonXPBlue] in Frame 6
//component parameters onClipEvent (construct) { icon = ""; label = "Search"; align = "center"; padx = 3; fitLabel = true; font = "Verdana"; fontsize = 10; fontcolor = 0; fontcolor_over = 0; fontcolor_down = 0; disabledColor = 11579568 /* 0xB0B0B0 */; disabledShadow = 16777215 /* 0xFFFFFF */; isDraggable = false; enabled = true; isToggleMode = false; data = ""; groupName = ""; allOff = false; useEmbedFonts = false; } on (release, releaseOutside) { _parent.postData(); }
Symbol 9 MovieClip [GWBaseClass] Frame 1
#initclip 1 _global.GWBaseClass = function () { this.init(); }; GWBaseClass.prototype = new MovieClip(); GWBaseClass.prototype.init = function (c) { this.classHolder._visible = 0; this._targetInstanceName = ((this._targetInstanceName == undefined) ? (this._name) : (this._targetInstanceName)); var _local2 = this._parent[this._targetInstanceName]; if (this._targetInstanceName.length) { for (i in this) { _local2[i] = this[i]; } this.inherit(c, _local2); _local2.init(); this.snapToPixels(_local2); } else { this.snapToPixels(this); } }; GWBaseClass.prototype.inherit = function (c, o) { o = o || this; for (i in c.prototype) { o[i] = c.prototype[i]; } }; GWBaseClass.prototype.snapToPixels = function (t) { t.classHolder._visible = 0; while (t._parent) { t._x = Math.round(t._x); t._y = Math.round(t._y); t = t._parent; } }; GWBaseClass.prototype.drawBox = function (n, d, x, y, w, h, c, a, o) { a = ((a == undefined) ? 100 : (a)); o = o || this; o.createEmptyMovieClip(n, d); o[n].beginFill(c, a); o[n].moveTo(x, y); o[n].lineTo(x + w, y); o[n].lineTo(x + w, y + h); o[n].lineTo(x, y + h); o[n].lineTo(x, y); o[n].endFill(); }; GWBaseClass.prototype.sizeMe = function (w, h, o) { if (o == undefined) { return(undefined); } w = Math.round(w); h = Math.round(h); if (o.setSize) { o.setSize(w, h); } else if (o.TL) { o._xscale = (o._yscale = 100); o.T._width = (w - o.TL._width) - o.TR._width; o.B._width = (w - o.BL._width) - o.BR._width; o.L._height = (h - o.TL._height) - o.BL._height; o.R._height = (h - o.TR._height) - o.BR._height; o.BL._y = h - o.BL._height; o.BR._y = h - o.BR._height; o.B._y = h - o.B._height; o.TR._x = w - o.TR._width; o.BR._x = w - o.BR._width; o.R._x = w - o.R._width; o.C._width = o.T._width; o.C._height = o.L._height; o.width = w; o.height = h; } else if ((o._width != w) || (o._height != h)) { o.width = (o._width = w); o.height = (o._height = h); } }; MovieClip.prototype.drag = function (lock, left, top, right, bottom) { if (lock == -1) { delete this.onMouseMove; this.onDrop(); return(undefined); } var _local4 = function () { var _local2 = arguments.callee; var _local4 = _local2.t._parent._xmouse + _local2.xd; var _local3 = _local2.t._parent._ymouse + _local2.yd; if ((_local4 < _local2.left) && (_local2.left != null)) { _local4 = _local2.left; } if ((_local4 > _local2.right) && (_local2.right != null)) { _local4 = _local2.right; } if ((_local3 < _local2.top) && (_local2.top != null)) { _local3 = _local2.top; } if ((_local3 > _local2.bottom) && (_local2.bottom != null)) { _local3 = _local2.bottom; } _local2.t._x = _local4; _local2.t._y = _local3; _local2.t.onDrag(); updateAfterEvent(); }; _local4.t = this; if ((lock == false) or (lock == undefined)) { _local4.xd = this._x - this._parent._xmouse; _local4.yd = this._y - this._parent._ymouse; } if (left != undefined) { _local4.left = left; } else { _local4.left = null; } if (right != undefined) { _local4.right = right; } else { _local4.right = null; } if (top != undefined) { _local4.top = top; } else { _local4.top = null; } if (bottom != undefined) { _local4.bottom = bottom; } else { _local4.bottom = null; } this.onMouseMove = _local4; }; ASSetPropFlags(MovieClip.prototype, "drag", 1); #endinitclip
Symbol 12 MovieClip [GWRadioButtonClass] Frame 1
#initclip 4 _global.GWRadioButtonClass = function () { super.init(GWRadioButtonClass); }; GWRadioButtonClass.prototype = new GWBaseClass(); Object.registerClass("GWRadioButtonClass", GWRadioButtonClass); GWRadioButtonClass.prototype.init = function () { this.useHandCursor = false; this._focusrect = false; this.width = this.width || (Math.round(this._width)); this.height = this.height || (Math.round(this._height)); this._xscale = (this._yscale = 100); this.buffer = this.buffer || 2; this.drawBox("hit_mc", 1, 0, 0, 1, 1, 0, 0); this.setSize(this.width, this.height); this.setGroupName(this.groupName); this.setState(this.selected); this.onRollOut = function () { if (this.getEnabled()) { for (var _local2 in this.skin_mc) { this.skin_mc[_local2]._visible = 0; } if (this.selected) { this.skin_mc.on_mc._visible = 1; } else { this.skin_mc.out_mc._visible = 1; } } }; this.onRollOver = function () { if ((this.getEnabled() && (this.skin_mc.over_out_mc)) && (this.skin_mc.over_on_mc)) { for (var _local2 in this.skin_mc) { this.skin_mc[_local2]._visible = 0; } if (this.selected) { this.skin_mc.over_on_mc._visible = 1; } else { this.skin_mc.over_out_mc._visible = 1; } } }; this.onDragOver = (this.onPress = function () { if (this.getEnabled()) { for (var _local2 in this.skin_mc) { this.skin_mc[_local2]._visible = 0; } if (this.selected) { this.skin_mc.offon_mc._visible = 1; } else { this.skin_mc.off_mc._visible = 1; } } }); this.onRelease = function () { if (this.getEnabled()) { this.setState(true); } }; this.onDragOut = (this.onReleaseOutside = function () { if (this.getEnabled()) { this.setState(this.getState()); } }); this.onSetFocus = function () { Key.addListener(this); }; this.onKillFocus = function () { Key.removeListener(this); }; this.onKeyDown = function () { if (!this.isKeyPressed) { if (((Key.getCode() == 32) && (this._parent[this.groupName].getValue() == undefined)) || (((((Key.getCode() == 40) || (Key.getCode() == 38)) || (Key.getCode() == 37)) || (Key.getCode() == 39)) && (this._parent[this.groupName].getSelected() == this))) { this.isKeyPressed = setInterval(this._doKey, 100, this); } } }; }; GWRadioButtonClass.prototype.getSize = function () { return({width:this._width, height:this._height}); }; GWRadioButtonClass.prototype.setSize = function (w, h) { this.hit_mc._width = w; this.hit_mc._height = h; this.hit_mc._visible = 0; this.hitArea = this.hit_mc; if (this.align == "left") { this.skin_mc._x = 0; } else if (this.align == "right") { this.skin_mc._x = w - this.skin_mc._width; } else { this.skin_mc._x = Math.round((w - this.skin_mc._width) / 2); } if (this.valign == "top") { this.skin_mc._y = 0; } else if (this.valign == "bottom") { this.skin_mc._y = h - this.skin_mc._height; } else { this.skin_mc._y = Math.round((h - this.skin_mc._height) / 2); } }; GWRadioButtonClass.prototype.setData = function (d) { this.data = d; }; GWRadioButtonClass.prototype.getData = function () { return(this.data); }; GWRadioButtonClass.prototype.setState = function (f) { this.selected = f; var _local2 = this._parent[this.groupName]; if (f && (_local2.getSelected() != this)) { Selection.setFocus(this); _local2.getSelected().setState(false); _local2.getSelected().onUnselect(); _local2.setSelected(this); var _local4 = this.getData(); _local2.onChanged(_local4); this.onSelect(_local4); } for (var _local3 in this.skin_mc) { this.skin_mc[_local3]._visible = 0; } this.skin_mc[(this.selected ? "on_mc" : "out_mc")]._visible = 1; }; GWRadioButtonClass.prototype.getState = function () { return(this.selected); }; GWRadioButtonClass.prototype.getGroupName = function () { return(this.groupName); }; GWRadioButtonClass.prototype.setGroupName = function (n) { if (this._parent[n]) { this._parent[n].removeItem(this); } if ((n.length > 0) && (this._parent[n].__proto__ != GWRadioButtonGroupClass.prototype)) { this._parent[n] = new GWRadioButtonGroupClass(); } this.groupName = n; this._parent[n].addItem(this); }; GWRadioButtonClass.prototype.getEnabled = function () { return(this.enabled); }; GWRadioButtonClass.prototype.setEnabled = function (f) { for (var _local2 in this.skin_mc) { this.skin_mc[_local2]._visible = 0; } if (f) { this.skin_mc[(this.selected ? "on_mc" : "out_mc")]._visible = 1; this.enabled = 1; } else { this.skin_mc[(this.selected ? "offon_mc" : "off_mc")]._visible = 1; this.enabled = 0; } }; GWRadioButtonClass.prototype._doKey = function (o) { clearInterval(o.isKeyPressed); delete o.isKeyPressed; var _local2 = o._parent[o.groupName]; var _local1 = _local2.getIndex(o); var _local3 = false; if ((Key.getCode() == 40) || (Key.getCode() == 39)) { while (!_local3) { _local1++; if (_local1 == _local2.items.length) { _local1 = 0; } if (_local2.items[_local1].getEnabled()) { _local2.items[_local1].setState(true); _local3 = true; } } } else if ((Key.getCode() == 38) || (Key.getCode() == 37)) { while (!_local3) { _local1--; if (_local1 == -1) { _local1 = _local2.items.length - 1; } if (_local2.items[_local1].getEnabled()) { _local2.items[_local1].setState(true); _local3 = true; } } } else if (Key.getCode() == 32) { if (_local2.items[0].getEnabled()) { _local2.items[0].setState(true); } } }; _global.GWRadioButtonGroupClass = function () { this.init(); }; GWRadioButtonGroupClass.prototype.init = function () { this.items = []; }; GWRadioButtonGroupClass.prototype.getSelected = function () { return(this.selectedItem); }; GWRadioButtonGroupClass.prototype.setSelected = function (i) { this.selectedItem = i; }; GWRadioButtonGroupClass.prototype.getValue = function () { return(this.getSelected().getData()); }; GWRadioButtonGroupClass.prototype.setSize = function (w, h) { for (var _local2 in this.items) { this.items[_local2].setSize(w, h); } }; GWRadioButtonGroupClass.prototype.setValue = function (d) { if (d == undefined) { delete this.selectedItem; } for (var _local3 in this.items) { if (this.items[_local3].getData() == d) { this.items[_local3].setState(true); } else { this.items[_local3].setState(false); } } }; GWRadioButtonGroupClass.prototype.setEnabled = function (f) { for (var _local2 in this.items) { this.items[_local2].setEnabled(f); } }; GWRadioButtonGroupClass.prototype.addItem = function (o) { this.items.push(o); }; GWRadioButtonGroupClass.prototype.removeItem = function (o) { var _local3 = this.items.length; var _local2 = 0; while (_local2 < _local3) { if (this.items[_local2] == o) { this.items.splice(_local2, 1); } _local2++; } }; GWRadioButtonGroupClass.prototype.getIndex = function (i) { var _local3 = this.items.length; var _local2 = 0; while (_local2 < _local3) { if (this.items[_local2] == i) { return(_local2); } _local2++; } return(undefined); }; #endinitclip
Instance of Symbol 9 MovieClip [GWBaseClass] in Symbol 12 MovieClip [GWRadioButtonClass] Frame 1
//component parameters onClipEvent (construct) { }
Symbol 13 MovieClip [GWLabelClass] Frame 1
#initclip 2 function GWLabelClass() { super.init(GWLabelClass); } GWLabelClass.prototype = new GWBaseClass(); Object.registerClass("GWLabelClass", GWLabelClass); GWLabelClass.prototype.init = function () { this.padx = this.padx || 0; this.pady = this.pady || 0; this.buffer = this.buffer || 2; this.fontcolor_off = ((this.fontcolor_off == undefined) ? 8421504 : (this.fontcolor_off)); this.fontcolor_shadow = ((this.fontcolor_shadow == undefined) ? 16777215 : (this.fontcolor_shadow)); }; GWLabelClass.prototype.alignLabel = function (a) { if (a == "right") { this.label_mc._x = (this.mask_mc._width - this.label_mc._width) - this.padx; } else if (a == "center") { this.label_mc._x = Math.max(0, Math.round((this.width - this.label_mc._width) / 2)); } else { this.label_mc._x = this.padx; } this.label_mc._y = Math.max(0, Math.round((this.height - this.label_mc._height) / 2)); this.label_mc.x = this.label_mc._x; this.label_mc.y = this.label_mc._y; }; GWLabelClass.prototype.gethtmlLabel = function () { return(this.label_mc.label_txt.htmlText); }; GWLabelClass.prototype.getLabel = function () { return(this.label_mc.label_txt.text); }; GWLabelClass.prototype.setLabelFormat = function (f) { this.myFormat = f; this.setLabel(this.gethtmlLabel()); }; GWLabelClass.prototype.setLabel = function (t) { this.width = this.width || (this._width); this.height = this.height || (this._height); if (!this.label_mc) { this.createEmptyMovieClip("label_mc", 500); this.drawBox("mask_mc", 501, 0, 0, this.width - this.padx, this.height - this.pady, 0, 0); } if (!this.myFormat) { this.myFormat = new TextFormat(); } this.label_mc.createTextField("label_txt", 2, 0, 0, this.width, this.height); if (this.useEmbedFonts) { this.label_mc.label_txt.embedFonts = true; } this.label_mc.label_txt.selectable = false; this.label_mc.label_txt.multiline = true; this.label_mc.label_txt.html = true; this.label_mc.label_txt.autoSize = "left"; this.label_mc.label_txt.htmlText = t; this.myFormat.font = ((this.font == undefined) ? "Tahoma" : (this.font)); this.myFormat.size = this.fontsize || 11; this.myFormat.color = this.fontcolor; this.label_mc.label_txt.setTextFormat(this.myFormat); if (this.fitLabel) { this.mask_mc._width = (this.width = Math.max(this.width, ((((this.labelpos == "left") || (this.labelpos == "right")) ? (this.icon_mc._width) : 0) + this.label_mc._width) + (this.padx * 2))); this.mask_mc._height = (this.height = Math.max(this.height, ((((this.labelpos == "top") || (this.labelpos == "bottom")) ? (this.icon_mc._height) : 0) + this.label_mc._height) + (this.pady * 2))); this.setSize(this.width, this.height); } this.alignLabel(this.align); if (this.labelpos != undefined) { this.setLabelPlacement(this.labelpos); } this.setMask(this.mask_mc); }; GWLabelClass.prototype.setLabelEnabled = function (f) { if (f) { this.setLabelColor(this.fontcolor); this.label_mc.shadow_txt.text = ""; } else { this.setLabelColor(this.fontcolor_off); if (this.fontcolor_shadow != undefined) { this.label_mc.createTextField("shadow_txt", 1, 1, 1, this.width, this.height); this.label_mc.shadow_txt.autoSize = "left"; this.label_mc.shadow_txt.selectable = false; this.label_mc.shadow_txt.html = true; this.label_mc.shadow_txt.htmlText = this.getLabel(); this.myFormat.color = this.fontcolor_shadow; this.label_mc.shadow_txt.setTextFormat(this.myFormat); } } }; GWLabelClass.prototype.setLabelColor = function (c) { this.myFormat.color = c || 0; this.label_mc.label_txt.setTextFormat(this.myFormat); }; GWLabelClass.prototype.setLabelPlacement = function (pos) { this.labelpos = pos; this.valign = "center"; this.align = "center"; if (pos == "left") { this.align = "right"; this.width = Math.max(this.width, (this.label_mc._width + this.icon_mc._width) + this.buffer); if (this.fitLabel) { this.setSize(this.width, this.height); } this.label_mc._x = (this.icon_mc._x - this.label_mc._width) - this.buffer; this.icon_mc._y = Math.round((this.height - this.icon_mc._height) / 2); } else if (pos == "right") { this.align = "left"; this.width = Math.max(this.width, (this.label_mc._width + this.icon_mc._width) + this.buffer); if (this.fitLabel) { this.setSize(this.width, this.height); } this.label_mc._x = (this.icon_mc._x + this.icon_mc._width) + this.buffer; this.icon_mc._y = Math.round((this.height - this.icon_mc._height) / 2); } else if (pos == "top") { this.valign = "bottom"; this.width = Math.max(this.width, this._width); this.height = Math.max(this.height, (this.label_mc._height + this.icon_mc._height) + this.buffer); if (this.fitLabel) { this.setSize(this.width, this.height); } this.label_mc._x = Math.max(0, Math.round((this.width - this.label_mc._width) / 2)); this.label_mc._y = (this.icon_mc._y - this.label_mc._height) - this.buffer; } else if (pos == "bottom") { this.valign = "top"; this.width = Math.max(this.width, this._width); this.height = Math.max(this.height, (this.label_mc._height + this.icon_mc._height) + this.buffer); if (this.fitLabel) { this.setSize(this.width, this.height); } this.label_mc._x = Math.max(0, Math.round((this.width - this.label_mc._width) / 2)); this.label_mc._y = (this.icon_mc._y + this.icon_mc._height) + this.buffer; } }; #endinitclip
Instance of Symbol 9 MovieClip [GWBaseClass] "base" in Symbol 13 MovieClip [GWLabelClass] Frame 1
//component parameters onClipEvent (construct) { }
Symbol 27 MovieClip [GWRadioButtonLabelXP] Frame 1
#initclip 5 _global.GWRadioButtonLabelXP = function () { super.init(); this.padx = (this.pady = 0); this.inherit(GWLabelClass); this.fitLabel = true; this.icon_mc = this.skin_mc; this.labelpos = ((this.labelpos == undefined) ? "right" : (this.labelpos)); this.setLabel(this.label); }; GWRadioButtonLabelXP.prototype = new GWRadioButtonClass(); Object.registerClass("GWRadioButtonLabelXP", GWRadioButtonLabelXP); GWRadioButtonLabelXP.prototype.setSize = function (w, h) { super.setSize(w, h); this.mask_mc._width = (this.width = Math.max(this.width, this.label_mc.label_txt.textWidth + (this.padx * 2))); this.mask_mc._height = (this.height = Math.max(this.height, this.label_mc.label_txt.textHeight + (this.pady * 2))); }; GWRadioButtonLabelXP.prototype.setEnabled = function (f) { super.setEnabled(f); this.setLabelEnabled(f); }; #endinitclip
Instance of Symbol 12 MovieClip [GWRadioButtonClass] "RadioButtonClass" in Symbol 27 MovieClip [GWRadioButtonLabelXP] Frame 1
//component parameters onClipEvent (construct) { groupName = "radioGroup"; data = ""; selected = false; valign = "top"; align = "left"; _targetInstanceName = ""; }
Instance of Symbol 13 MovieClip [GWLabelClass] "LabelClass" in Symbol 27 MovieClip [GWRadioButtonLabelXP] Frame 1
//component parameters onClipEvent (construct) { _targetInstanceName = ""; }
Symbol 28 MovieClip [GWListItemClass] Frame 1
#initclip 7 _global.GWListItemClass = function (o) { super.init(); this.init(); }; GWListItemClass.prototype = new GWLabelClass(); Object.registerClass("GWListItemClass", GWListItemClass); GWListItemClass.prototype.init = function () { this.basecolor_on = ((this.basecolor_on == undefined) ? 664682 : (this.basecolor_on)); this.basecolor_off = ((this.basecolor_off == undefined) ? 16777215 : (this.basecolor_off)); this.basecolor_over = ((this.basecolor_over == undefined) ? 16777215 : (this.basecolor_over)); this.fontcolor_on = ((this.fontcolor_on == undefined) ? 16777215 : (this.fontcolor_on)); this.fontcolor_off = ((this.fontcolor_off == undefined) ? 0 : (this.fontcolor_off)); this.fontcolor_over = ((this.fontcolor_over == undefined) ? 0 : (this.fontcolor_over)); this.width = Math.round(this.width || (this._width)); this.height = Math.round(this.height || (this._height)); this._xscale = (this._yscale = 100); this.drawBox("base_mc", 2, 0, 0, 1, 1, this.basecolor_off, 100); this.base_mc._alpha = ((this.alpha == undefined) ? 100 : (this.alpha)); this.setSize(this.width, this.height); this.setLabel(this.label); this.setIcon(this.icon); this.pady = 0; this.useHandCursor = false; }; GWListItemClass.prototype.setData = function (d) { this.data = d; }; GWListItemClass.prototype.getData = function () { return(this.data); }; GWListItemClass.prototype.setIcon = function (i) { if (i.length) { this.attachMovie(i, "icon_mc", 3, {_x:4}); if (this.icon_mc._height > this.height) { this.sizeMe(this.icon_mc._width * (this.height / this.icon_mc._height), this.height, this.icon_mc); } this.setLabelPlacement("right"); } }; GWListItemClass.prototype.setSize = function (w, h) { if (!this.label_mc) { this.createEmptyMovieClip("label_mc", 500); this.drawBox("mask_mc", 501, 0, 0, this.width - this.padx, this.height - this.pady, 0, 0); } this.width = (this.base_mc._width = w); this.height = (this.base_mc._height = h); this.mask_mc._width = w - (this.padx * 3); this.mask_mc._height = h - (this.pady * 2); if (this.labelAlign == "center") { this.label_mc._x = Math.round((this.width - this.label_mc._width) / 2); } }; GWListItemClass.prototype.setBaseColor = function (c) { var _local2 = new Color(this.base_mc); _local2.setRGB(c); }; #endinitclip
Instance of Symbol 13 MovieClip [GWLabelClass] in Symbol 28 MovieClip [GWListItemClass] Frame 1
//component parameters onClipEvent (construct) { _targetInstanceName = ""; }
Symbol 29 MovieClip [GWButtonClass] Frame 1
#initclip 3 _global.GWButtonClass = function () { super.init(GWButtonClass); }; GWButtonClass.prototype = new GWBaseClass(); Object.registerClass("GWButtonClass", GWButtonClass); GWButtonClass.prototype.init = function () { this.classHolder.unloadMovie(); this.CLICKDELAY = 250; this.enabled = ((this.enabled == undefined) ? true : (this.enabled)); this.disabledColor = ((this.disabledColor == undefined) ? 8421504 : (this.disabledColor)); this.disabledShadow = ((this.disabledShadow == undefined) ? 16777215 : (this.disabledShadow)); this.align = ((this.align == undefined) ? "center" : (this.align)); this.fitLabel = ((this.fitLabel == undefined) ? true : (this.fitLabel)); this.padx = this.padx || 3; this.clicked = 0; this.useHandCursor = false; var _local3 = this._width; var _local2 = this._height; this._xscale = (this._yscale = 100); this.setSize(_local3, _local2); this.setLabel(this.label, this.icon); this.setEnabled(this.enabled); this.setDraggable(this.isDraggable); this.setGroupName(this.groupName); }; GWButtonClass.prototype.getGroupName = function () { return(this.groupName); }; GWButtonClass.prototype.setGroupName = function (g) { if ((g == undefined) || (!g.length)) { return(undefined); } this.isToggleMode = true; this.groupName = g; if (this._parent[this.groupName]) { for (var _local2 in this._parent[this.groupName]) { this._parent[this.groupName][_local2].onReleaseOutside(); } this._parent[this.groupName].push(this); } else { this._parent[this.groupName] = [this]; } if (!this.allOff) { this.onPress(); this.onRelease(); } this.allOff = true; }; GWButtonClass.prototype.setLabel = function (t, i) { if (i == undefined) { i = this.icon; } this.label = t; this.icon = i; this.attachMovie("GWListItemClass", "label_mc", 1, {icon:i, label:t, font:this.font, fontsize:this.fontsize, fontcolor:this.fontcolor, fontcolor_off:this.disabledColor, fontcolor_shadow:this.disabledShadow, useEmbedFonts:this.useEmbedFonts, width:this.width, height:this.height, alpha:0}); if (this.fitLabel) { this.label_mc.setSize(Math.max(this.width, (this.label_mc.label_mc._width + (this.label_mc.icon_mc._width || 0)) + (this.padx * 2)), Math.max(this.height, this.label_mc.label_mc._height)); this.setSize(Math.max(this.width, (this.label_mc.label_mc._width + (this.label_mc.icon_mc._width || 0)) + (this.padx * 2)), Math.max(this.height, this.label_mc.label_mc._height)); } this.alignLabel(this.align); }; GWButtonClass.prototype.alignLabel = function (a) { if (a == "center") { var _local2 = (this.label_mc.icon_mc._x = Math.max(this.padx, Math.round((this.width - ((this.label_mc.icon_mc._width || 0) + this.label_mc.label_mc._width)) / 2))); } else if (a == "left") { var _local2 = (this.label_mc.icon_mc._x = this.padx); } else { var _local2 = (this.label_mc.icon_mc._x = Math.max(this.padx, ((this.label_mc.mask_mc._width - this.label_mc.label_mc._width) - (this.label_mc.icon_mc._width || 0)) - this.padx)); } this.label_mc.label_mc._x = (this.label_mc.icon_mc._x || (_local2)) + (this.label_mc.icon_mc._width || 0); }; GWButtonClass.prototype.gethtmlLabel = function () { return(this.label_mc.gethtmlLabel()); }; GWButtonClass.prototype.getLabel = function () { return(this.label_mc.getLabel()); }; GWButtonClass.prototype.getSize = function () { return({width:this.width, height:this.height}); }; GWButtonClass.prototype.getValue = function () { this.data = ((this.data == undefined) ? (this.getLabel()) : (this.data)); return(((this.isToggleMode && (this.isToggled)) ? (this.data) : false)); }; GWButtonClass.prototype.setValue = function (v) { this.data = v; }; GWButtonClass.prototype.getSelectedValue = function () { if (!this.isToggleMode) { return(false); } for (var _local2 in this._parent[this.groupName]) { if (this._parent[this.groupName][_local2].isToggled) { return(this._parent[this.groupName][_local2].data); } } }; GWButtonClass.prototype.setSelectedValue = function (v) { for (var _local3 in this._parent[this.groupName]) { if (this._parent[this.groupName][_local3].data == v) { this._parent[this.groupName][_local3].isToggled = true; this._parent[this.groupName][_local3].onPress(); } else { this._parent[this.groupName][_local3].isToggled = false; this._parent[this.groupName][_local3].onRollOut(); } } }; GWButtonClass.prototype.setEnabled = function (f) { this.enabled = f; this.label_mc.setLabelEnabled(f); if (!f) { if (this.skin_mc.base_mc.off_mc) { for (var _local2 in this.skin_mc.base_mc) { this.skin_mc.base_mc[_local2]._visible = 0; } this.skin_mc.base_mc.off_mc._visible = 1; } this.label_mc.icon_mc.duplicateMovieClip("icon1_mc", 10); this.label_mc.icon_mc.duplicateMovieClip("icon2_mc", 11); this.label_mc.icon1_mc._x = this.label_mc.icon_mc._x + 1; this.label_mc.icon1_mc._y = this.label_mc.icon_mc._y + 1; var _local3 = new Color(this.label_mc.icon1_mc); _local3.setRGB(this.disabledShadow); _local3 = new Color(this.label_mc.icon2_mc); _local3.setRGB(this.disabledColor); } else { for (var _local2 in this.skin_mc.base_mc) { this.skin_mc.base_mc[_local2]._visible = 0; } this.skin_mc.base_mc.up_mc._visible = 1; this.label_mc.icon1_mc.unloadMovie(); this.label_mc.icon2_mc.unloadMovie(); } }; GWButtonClass.prototype.setLabelColor = function (c) { this.label_mc.setLabelColor(c); }; GWButtonClass.prototype.setLabelFormat = function (f) { this.label_mc.setLabelFormat(f); }; GWButtonClass.prototype.setSize = function (w, h) { if (((arguments.length > 2) || (this.width != w)) || (this.height != h)) { w = (this.width = Math.round(w)); h = (this.height = Math.round(h)); for (var _local5 in this.skin_mc.base_mc) { this.sizeMe(w, h, this.skin_mc.base_mc[_local5]); } } }; GWButtonClass.prototype.doClick = function () { clearInterval(this._GWButtonClick); if ((typeof(this.onDblClick) == "function") || (typeof(this.onCtrlDblClick) == "function")) { if (arguments[0]) { if (this.CtrlKey) { this.onCtrlClick(); } else { this.onClick(); } } else if ((getTimer() - this.clicked) < this.CLICKDELAY) { this.clicked = 0; if (this.CtrlKey) { this.onCtrlDblClick(); } else { this.onDblClick(); } } else { this.clicked = getTimer(); this._GWButtonClick = setInterval(this, "doClick", this.CLICKDELAY, this); } } else if (this.CtrlKey) { this.onCtrlClick(); } else { this.onClick(); } }; GWButtonClass.prototype.onDragOver = (GWButtonClass.prototype.onPress = function () { if (this.isDraggable) { this.pressed = getTimer(); this.drag(); this.onStartDrag(); } if (this.skin_mc.base_mc.down_mc) { for (var _local2 in this.skin_mc.base_mc) { this.skin_mc.base_mc[_local2]._visible = 0; } this.skin_mc.base_mc.down_mc._visible = 1; } this.setLabelColor(this.fontcolor_down); this.label_mc._x = 1; this.label_mc._y = 1; }); GWButtonClass.prototype.onReleaseOutside = function () { this.drag(-1); this.onStopDrag(); this.onRollOut(); }; GWButtonClass.prototype.onRelease = function () { if (this.isDraggable) { this.drag(-1); this.onStopDrag(); if (this.enabled && ((getTimer() - this.pressed) < this.CLICKDELAY)) { this.CtrlKey = Key.isDown(17); this.doClick(); } } else if (this.enabled) { this.CtrlKey = Key.isDown(17); this.doClick(); } if (this._parent[this.groupName] && (this.isToggled)) { return(undefined); } if (this.isToggleMode && ((this.isToggled = this.isToggled ^ 1))) { for (var _local2 in this._parent[this.groupName]) { if (this._parent[this.groupName][_local2] != this) { this._parent[this.groupName][_local2].isToggled = 0; this._parent[this.groupName][_local2].onReleaseOutside(); } } this.onSelect(this.getValue()); return(undefined); } this.onRollOver(); }; GWButtonClass.prototype.onRollOut = function () { if (this.isToggleMode && (this.isToggled)) { return(undefined); } for (var _local2 in this.skin_mc.base_mc) { this.skin_mc.base_mc[_local2]._visible = 0; } this.skin_mc.base_mc.up_mc._visible = 1; if (this.enabled) { this.setLabelColor(this.fontcolor); } this.label_mc._x = (this.label_mc._y = 0); }; GWButtonClass.prototype.onDragOut = (GWButtonClass.prototype.onRollOver = function () { if (this.isToggleMode && (this.isToggled)) { return(undefined); } if (this.enabled) { if (this.skin_mc.base_mc.over_mc) { for (var _local2 in this.skin_mc.base_mc) { this.skin_mc.base_mc[_local2]._visible = 0; } this.skin_mc.base_mc.over_mc._visible = 1; } this.setLabelColor(this.fontcolor_over); this.label_mc._x = (this.label_mc._y = 0); } }); #endinitclip
Instance of Symbol 28 MovieClip [GWListItemClass] in Symbol 29 MovieClip [GWButtonClass] Frame 1
//component parameters onClipEvent (construct) { }
Symbol 107 MovieClip [GWButtonXPBlue] Frame 1
#initclip 6 _global.GWButtonXPBlue = function () { super.init(); }; GWButtonXPBlue.prototype = new GWButtonClass(); Object.registerClass("GWButtonXPBlue", GWButtonXPBlue); #endinitclip
Instance of Symbol 29 MovieClip [GWButtonClass] "classHolder" in Symbol 107 MovieClip [GWButtonXPBlue] Frame 1
//component parameters onClipEvent (construct) { _targetInstanceName = ""; }
Symbol 113 MovieClip Frame 1
stop();

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:Timeline
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:3Used by:Timeline
Symbol 5 FontUsed by:6
Symbol 6 TextUses:5Used by:Timeline
Symbol 7 FontUsed by:8
Symbol 8 EditableTextUses:7Used by:Timeline
Symbol 9 MovieClip [GWBaseClass]Used by:12 13
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:12 13
Symbol 12 MovieClip [GWRadioButtonClass]Uses:9 11Used by:27
Symbol 13 MovieClip [GWLabelClass]Uses:11 9Used by:27 28
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:14Used by:26
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:16Used by:26
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:18Used by:26
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:20Used by:26
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:22Used by:26
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:24Used by:26
Symbol 26 MovieClipUses:15 17 19 21 23 25Used by:27
Symbol 27 MovieClip [GWRadioButtonLabelXP]Uses:12 13 26Used by:Timeline
Symbol 28 MovieClip [GWListItemClass]Uses:13Used by:29
Symbol 29 MovieClip [GWButtonClass]Uses:28Used by:107
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30Used by:48
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClipUses:32Used by:48
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:34Used by:48
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClipUses:36Used by:48
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:38Used by:48
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:40Used by:48
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:48
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:44Used by:48
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:46Used by:48
Symbol 48 MovieClipUses:31 33 35 37 39 41 43 45 47Used by:105
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:49Used by:67
Symbol 51 GraphicUsed by:52 87
Symbol 52 MovieClipUses:51Used by:67
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:53Used by:67
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:55Used by:67
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:57Used by:67
Symbol 59 GraphicUsed by:60
Symbol 60 MovieClipUses:59Used by:67
Symbol 61 GraphicUsed by:62
Symbol 62 MovieClipUses:61Used by:67
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:63Used by:67
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:67
Symbol 67 MovieClipUses:50 52 54 56 58 60 62 64 66Used by:105
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:68Used by:86
Symbol 70 GraphicUsed by:71
Symbol 71 MovieClipUses:70Used by:86
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:72Used by:86
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:74Used by:86
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClipUses:76Used by:86
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:78Used by:86
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:80Used by:86
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:82Used by:86
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:84Used by:86
Symbol 86 MovieClipUses:69 71 73 75 77 79 81 83 85Used by:105
Symbol 87 MovieClipUses:51Used by:104
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:104
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:104
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:92Used by:104
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:94Used by:104
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:96Used by:104
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClipUses:98Used by:104
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:100Used by:104
Symbol 102 GraphicUsed by:103
Symbol 103 MovieClipUses:102Used by:104
Symbol 104 MovieClipUses:87 89 91 93 95 97 99 101 103Used by:105
Symbol 105 MovieClipUses:48 67 86 104Used by:106
Symbol 106 MovieClipUses:105Used by:107
Symbol 107 MovieClip [GWButtonXPBlue]Uses:29 106Used by:Timeline
Symbol 108 GraphicUsed by:113
Symbol 109 BitmapUsed by:110
Symbol 110 GraphicUses:109Used by:113
Symbol 111 BitmapUsed by:112
Symbol 112 GraphicUses:111Used by:113
Symbol 113 MovieClipUses:108 110 112Used by:Timeline

Instance Names

"rdAskJeeves"Frame 6Symbol 27 MovieClip [GWRadioButtonLabelXP]
"rdPriceGrabber"Frame 6Symbol 27 MovieClip [GWRadioButtonLabelXP]
"mcBrand"Frame 6Symbol 113 MovieClip
"classHolder"Symbol 12 MovieClip [GWRadioButtonClass] Frame 1Symbol 11 MovieClip
"classHolder"Symbol 13 MovieClip [GWLabelClass] Frame 1Symbol 11 MovieClip
"base"Symbol 13 MovieClip [GWLabelClass] Frame 1Symbol 9 MovieClip [GWBaseClass]
"offon_mc"Symbol 26 MovieClip Frame 1Symbol 15 MovieClip
"off_mc"Symbol 26 MovieClip Frame 1Symbol 17 MovieClip
"on_mc"Symbol 26 MovieClip Frame 1Symbol 19 MovieClip
"out_mc"Symbol 26 MovieClip Frame 1Symbol 21 MovieClip
"over_on_mc"Symbol 26 MovieClip Frame 1Symbol 23 MovieClip
"over_out_mc"Symbol 26 MovieClip Frame 1Symbol 25 MovieClip
"RadioButtonClass"Symbol 27 MovieClip [GWRadioButtonLabelXP] Frame 1Symbol 12 MovieClip [GWRadioButtonClass]
"LabelClass"Symbol 27 MovieClip [GWRadioButtonLabelXP] Frame 1Symbol 13 MovieClip [GWLabelClass]
"skin_mc"Symbol 27 MovieClip [GWRadioButtonLabelXP] Frame 1Symbol 26 MovieClip
"C"Symbol 48 MovieClip Frame 1Symbol 31 MovieClip
"L"Symbol 48 MovieClip Frame 1Symbol 33 MovieClip
"R"Symbol 48 MovieClip Frame 1Symbol 35 MovieClip
"T"Symbol 48 MovieClip Frame 1Symbol 37 MovieClip
"B"Symbol 48 MovieClip Frame 1Symbol 39 MovieClip
"BL"Symbol 48 MovieClip Frame 1Symbol 41 MovieClip
"BR"Symbol 48 MovieClip Frame 1Symbol 43 MovieClip
"TR"Symbol 48 MovieClip Frame 1Symbol 45 MovieClip
"TL"Symbol 48 MovieClip Frame 1Symbol 47 MovieClip
"R"Symbol 67 MovieClip Frame 1Symbol 50 MovieClip
"C"Symbol 67 MovieClip Frame 1Symbol 52 MovieClip
"L"Symbol 67 MovieClip Frame 1Symbol 54 MovieClip
"B"Symbol 67 MovieClip Frame 1Symbol 56 MovieClip
"BL"Symbol 67 MovieClip Frame 1Symbol 58 MovieClip
"BR"Symbol 67 MovieClip Frame 1Symbol 60 MovieClip
"T"Symbol 67 MovieClip Frame 1Symbol 62 MovieClip
"TR"Symbol 67 MovieClip Frame 1Symbol 64 MovieClip
"TL"Symbol 67 MovieClip Frame 1Symbol 66 MovieClip
"C"Symbol 86 MovieClip Frame 1Symbol 69 MovieClip
"L"Symbol 86 MovieClip Frame 1Symbol 71 MovieClip
"R"Symbol 86 MovieClip Frame 1Symbol 73 MovieClip
"B"Symbol 86 MovieClip Frame 1Symbol 75 MovieClip
"T"Symbol 86 MovieClip Frame 1Symbol 77 MovieClip
"TL"Symbol 86 MovieClip Frame 1Symbol 79 MovieClip
"TR"Symbol 86 MovieClip Frame 1Symbol 81 MovieClip
"BR"Symbol 86 MovieClip Frame 1Symbol 83 MovieClip
"BL"Symbol 86 MovieClip Frame 1Symbol 85 MovieClip
"C"Symbol 104 MovieClip Frame 1Symbol 87 MovieClip
"R"Symbol 104 MovieClip Frame 1Symbol 89 MovieClip
"L"Symbol 104 MovieClip Frame 1Symbol 91 MovieClip
"TL"Symbol 104 MovieClip Frame 1Symbol 93 MovieClip
"T"Symbol 104 MovieClip Frame 1Symbol 95 MovieClip
"TR"Symbol 104 MovieClip Frame 1Symbol 97 MovieClip
"BL"Symbol 104 MovieClip Frame 1Symbol 99 MovieClip
"B"Symbol 104 MovieClip Frame 1Symbol 101 MovieClip
"BR"Symbol 104 MovieClip Frame 1Symbol 103 MovieClip
"down_mc"Symbol 105 MovieClip Frame 1Symbol 48 MovieClip
"over_mc"Symbol 105 MovieClip Frame 1Symbol 67 MovieClip
"off_mc"Symbol 105 MovieClip Frame 1Symbol 86 MovieClip
"up_mc"Symbol 105 MovieClip Frame 1Symbol 104 MovieClip
"base_mc"Symbol 106 MovieClip Frame 1Symbol 105 MovieClip
"classHolder"Symbol 107 MovieClip [GWButtonXPBlue] Frame 1Symbol 29 MovieClip [GWButtonClass]
"skin_mc"Symbol 107 MovieClip [GWButtonXPBlue] Frame 1Symbol 106 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 6Symbol 9 as "GWBaseClass"
ExportAssets (56)Timeline Frame 6Symbol 12 as "GWRadioButtonClass"
ExportAssets (56)Timeline Frame 6Symbol 9 as "GWBaseClass"
ExportAssets (56)Timeline Frame 6Symbol 13 as "GWLabelClass"
ExportAssets (56)Timeline Frame 6Symbol 27 as "GWRadioButtonLabelXP"
ExportAssets (56)Timeline Frame 6Symbol 27 as "GWRadioButtonLabelXP"
ExportAssets (56)Timeline Frame 6Symbol 13 as "GWLabelClass"
ExportAssets (56)Timeline Frame 6Symbol 28 as "GWListItemClass"
ExportAssets (56)Timeline Frame 6Symbol 29 as "GWButtonClass"
ExportAssets (56)Timeline Frame 6Symbol 107 as "GWButtonXPBlue"

Dynamic Text Variables

txtSearchSymbol 8 EditableText""




http://swfchan.com/1/1896/info.shtml
Created: 17/6 -2019 19:40:30 Last modified: 17/6 -2019 19:40:30 Server time: 03/05 -2024 07:55:58