SWFVersion.hx 403 B

12345678910111213141516
  1. package flash.display;
  2. extern class SWFVersion {
  3. static final FLASH1 : UInt;
  4. static final FLASH10 : UInt;
  5. static final FLASH11 : UInt;
  6. static final FLASH12 : UInt;
  7. static final FLASH2 : UInt;
  8. static final FLASH3 : UInt;
  9. static final FLASH4 : UInt;
  10. static final FLASH5 : UInt;
  11. static final FLASH6 : UInt;
  12. static final FLASH7 : UInt;
  13. static final FLASH8 : UInt;
  14. static final FLASH9 : UInt;
  15. }