home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Puzzle / HexiomConnect.swf / scripts / mx / core / SoundAsset.as < prev    next >
Text File  |  2008-08-29  |  328b  |  19 lines

  1. package mx.core
  2. {
  3.    import flash.media.Sound;
  4.    
  5.    use namespace mx_internal;
  6.    
  7.    public class SoundAsset extends Sound implements IFlexAsset
  8.    {
  9.       
  10.       mx_internal static const VERSION:String = "3.0.0.0";
  11.        
  12.       
  13.       public function SoundAsset()
  14.       {
  15.          super();
  16.       }
  17.    }
  18. }
  19.