home *** CD-ROM | disk | FTP | other *** search
- _quality = "low";
- Stage.align = "C";
- Stage.scaleMode = "noScale";
- System.security.allowDomain("www.kungfuhustle.com","61.145.117.78","61.145.117.79","61.145.117.80");
- System.security.loadPolicyFile("http://www.kungfuhustle.com/crossdomain.xml");
- Array.prototype.remove = function(x)
- {
- var _loc3_ = this;
- var _loc2_ = 0;
- if(_loc3_[_loc3_.length - 1] == x)
- {
- _loc3_.pop();
- return true;
- }
- while(_loc2_ < _loc3_.length)
- {
- if(_loc3_[_loc2_] == x)
- {
- _loc3_.splice(_loc2_,1);
- return true;
- }
- _loc2_ = _loc2_ + 1;
- }
- return false;
- };
- String.prototype.replace = function(str, rep)
- {
- return this.split(str).join(rep);
- };
- ASSetPropFlags(String.prototype,null,1);
- ASSetPropFlags(Array.prototype,null,1);
-