-
Notifications
You must be signed in to change notification settings - Fork 111
SWF Tag Support Table
tobeytailor edited this page Sep 13, 2010
·
8 revisions
Tag Code | Tag Name | SWF Version | Support in Gordon |
---|---|---|---|
0 | End | 1 | yes |
1 | ShowFrame | 1 | yes |
2 | DefineShape | 1 | yes |
4 | PlaceObject | 1 | yes |
5 | RemoveObject | 1 | yes |
6 | DefineBits | 1 | yes |
7 | DefineButton | 1 | yes |
8 | JPEGTables | 1 | yes |
9 | SetBackgroundColor | 1 | yes |
10 | DefineFont | 1 | yes |
11 | DefineText | 1 | yes |
12 | DoAction | 1 | yes |
13 | DefineFontInfo | 1 | yes |
14 | DefineSound | 2 | no |
15 | StartSound | 2 | no |
17 | DefineButtonSound | 2 | no |
18 | SoundStreamHead | 2 | no |
19 | SoundStreamBlock | 2 | no |
20 | DefineBitsLossless | 2 | yes |
21 | DefineBitsJPEG2 | 2 | yes |
22 | DefineShape2 | 2 | yes |
23 | DefineButtonCxform | 2 | yes |
24 | Protect | 2 | yes |
26 | PlaceObject2 | 3 | yes |
28 | RemoveObject2 | 3 | yes |
32 | DefineShape3 | 3 | yes |
33 | DefineText2 | 3 | yes |
34 | DefineButton2 | 3 | yes |
35 | DefineBitsJPEG3 | 8 | yes |
36 | DefineBitsLossless2 | 3 | yes |
37 | DefineEditText | 4 | no |
39 | DefineSprite | 3 | no |
41 | ProductInfo | ? | no |
43 | FrameLabel | 3 | yes |
45 | SoundStreamHead2 | 3 | no |
46 | DefineMorphShape | 3 | no |
48 | DefineFont2 | 3 | yes |
56 | ExportAssets | 5 | no |
57 | ImportAssets | 5 | no |
58 | EnableDebugger | 5 | no |
59 | DoInitAction | 6 | no |
60 | DefineVideoStream | 6 | no |
61 | VideoFrame | 6 | no |
62 | DefineFontInfo2 | 6 | no |
64 | EnableDebugger2 | 6 | no |
65 | ScriptLimits | 7 | yes* |
66 | SetTabIndex | 7 | no |
69 | FileAttributes | 8 | yes* |
70 | PlaceObject3 | 8 | no |
71 | ImportAssets2 | 8 | no |
73 | DefineFontAlignZones | 8 | no |
74 | CSMTextSettings | 8 | no |
75 | DefineFont3 | 8 | no |
76 | SymbolClass | 9 | yes* |
77 | Metadata | 8 | yes* |
78 | DefineScalingGrid | 8 | no |
82 | DoABC | 9 | yes†* |
83 | DefineShape4 | 8 | no |
84 | DefineMorphShape2 | 8 | no |
86 | DefineSceneAndFrameLabelData | 9 | no |
87 | DefineBinaryData | 9 | no |
88 | DefineFontName | 9 | no |
89 | StartSound2 | 9 | no |
90 | DefineBitsJPEG4 | 10 | no |
91 | DefineFont4 | 10 | no |
*: Only in theturtle32/gordon for now
†: The ABC Bytecode is decoded/parsed/disassembled, but the execution model and runtime are not yet complete