home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 June / PersonalComputerWorld-June2009-CoverdiscCD.iso / Software / Freeware / Adobe AIR 1.5.1 / AdobeAIRInstaller.exe / setup.swf / scripts / RuntimeInstaller_yellowSecurityIcon.as < prev    next >
Encoding:
Text File  |  2009-02-12  |  311 b   |  15 lines

  1. package
  2. {
  3.    import mx.core.BitmapAsset;
  4.    
  5.    [Embed(source="/_assets/81_RuntimeInstaller_yellowSecurityIcon.png")]
  6.    public class RuntimeInstaller_yellowSecurityIcon extends BitmapAsset
  7.    {
  8.       public function RuntimeInstaller_yellowSecurityIcon()
  9.       {
  10.          super();
  11.       }
  12.    }
  13. }
  14.  
  15.