| 12345678910111213141516171819202122232425 | 
							
- #------------------------------------------------------------------------------
 
- # $File: flash,v 1.9 2009/11/08 01:30:01 christos Exp $
 
- # flash:	file(1) magic for Macromedia Flash file format
 
- #
 
- # See
 
- #
 
- #	http://www.macromedia.com/software/flash/open/
 
- #
 
- 0	string		FWS		Macromedia Flash data,
 
- >3	byte		x		version %d
 
- !:mime	application/x-shockwave-flash
 
- 0	string		CWS		Macromedia Flash data (compressed),
 
- !:mime	application/x-shockwave-flash
 
- >3	byte		x		version %d
 
- # From: Cal Peake <cp@absolutedigital.net>
 
- 0	string		FLV		Macromedia Flash Video
 
- !:mime	video/x-flv
 
- #
 
- # Yosu Gomez
 
- 0       string AGD2\xbe\xb8\xbb\xcd\x00 Macromedia Freehand 7 Document
 
- 0       string AGD3\xbe\xb8\xbb\xcc\x00 Macromedia Freehand 8 Document
 
- # From Dave Wilson
 
- 0	string AGD4\xbe\xb8\xbb\xcb\x00	Macromedia Freehand 9 Document
 
 
  |