168349Sobrien
268349Sobrien#------------------------------------------------------------------------------
3267843Sdelphij# $File: flash,v 1.11 2014/05/02 00:26:49 christos Exp $
468349Sobrien# flash:	file(1) magic for Macromedia Flash file format
568349Sobrien#
668349Sobrien# See
768349Sobrien#
868349Sobrien#	http://www.macromedia.com/software/flash/open/
9267843Sdelphij#	http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/\
10267843Sdelphij#	en/devnet/swf/pdf/swf-file-format-spec.pdf page 27
1168349Sobrien#
12267843Sdelphij
13267843Sdelphij0   name        swf-details
14267843Sdelphij>0	string		F		Macromedia Flash data
15186690Sobrien!:mime	application/x-shockwave-flash
16267843Sdelphij>0	string		C		Macromedia Flash data (compressed)
17186690Sobrien!:mime	application/x-shockwave-flash
18267843Sdelphij>0	string		Z		Macromedia Flash data (lzma compressed)
19267843Sdelphij!:mime	application/x-shockwave-flash
20267843Sdelphij>3   byte        x      \b, version %d
21267843Sdelphij
22267843Sdelphij1   string      WS
23267843Sdelphij>4  lelong      !0
24267843Sdelphij>>3 byte        255 Suspicious
25267843Sdelphij>>>0    use     swf-details
26267843Sdelphij
27267843Sdelphij>>3 ubyte       <32
28267843Sdelphij>>>3 ubyte      !0
29267843Sdelphij>>>>0   use     swf-details
30267843Sdelphij
31159764Sobrien# From: Cal Peake <cp@absolutedigital.net>
32267843Sdelphij0	string		FLV\x01		Macromedia Flash Video
33186690Sobrien!:mime	video/x-flv
34159764Sobrien
35110949Sobrien#
36226048Sobrien# Yosu Gomez
37226048Sobrien0       string AGD2\xbe\xb8\xbb\xcd\x00 Macromedia Freehand 7 Document
38226048Sobrien0       string AGD3\xbe\xb8\xbb\xcc\x00 Macromedia Freehand 8 Document
39110949Sobrien# From Dave Wilson
40110949Sobrien0	string AGD4\xbe\xb8\xbb\xcb\x00	Macromedia Freehand 9 Document
41