home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 155 / MOBICLIC155.ISO / mac / index.swf / scripts / _fd57bab4a47dbd1f9be9a1d7f1c14165d229568a64ccf4300cbdb5c599b9d164_flash_display_Sprite.as next >
Text File  |  2013-07-08  |  664b  |  26 lines

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