home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 159 / MOBICLIC159.ISO / mac / DATA / HOTE / gameEngine_as3 / bin / GameEngine / library.swf / scripts / _617580e57e009d68b1068c766c978798312ca5c5007a5b3c0e2bb5d3ddaed6f9_flash_display_Sprite.as
Text File  |  2013-11-19  |  683b  |  27 lines

  1. package
  2. {
  3.    import flash.display.Sprite;
  4.    import flash.system.Security;
  5.    
  6.    [ExcludeClass]
  7.    public class _617580e57e009d68b1068c766c978798312ca5c5007a5b3c0e2bb5d3ddaed6f9_flash_display_Sprite extends Sprite
  8.    {
  9.        
  10.       
  11.       public function _617580e57e009d68b1068c766c978798312ca5c5007a5b3c0e2bb5d3ddaed6f9_flash_display_Sprite()
  12.       {
  13.          super();
  14.       }
  15.       
  16.       public function allowDomainInRSL(... rest) : void
  17.       {
  18.          Security.allowDomain.apply(null,rest);
  19.       }
  20.       
  21.       public function allowInsecureDomainInRSL(... rest) : void
  22.       {
  23.          Security.allowInsecureDomain.apply(null,rest);
  24.       }
  25.    }
  26. }
  27.