swf format - note 1 (swf tags)
SWF in open format used by Flash.
swf file format documentation can be freely downloaded from adobe homepage. below ive listed all tags that can be used in swf file.
tag value
0 end
1 ShowFrame
2 DefineShape
3 -
4 PlaceObject
5 RemoveObject
6 DefineBits
7 DefineButton
8 JPEGTables
9 SetBackgroundColor
10 DefineFont
11 DefineText
12 DoAction
13 DefineFontInfo
14 DefineSound
15 StartSound
16 -
17 DefineButtonSound
18 SoundStreamHead
19 SoundStreamBlock
20 DefineBitsLossless
21 DefineBitsJPEG2
22 DefineShape2
23 DefineButtonCxform
24 Protect
25 -
26 PlaceObject2
27 -
28 RemnoveObject2
29 -
30 -
31 -
32 DefineShape3
33 DefineText2
34 DefineButton2
35 DefineBitsJPEG3
36 DefineBitsLossless2
37 DefineEditText
38 -
39 DefineSprite
40 -
41 -
42 -
43 FrameLabel
44 -
45 SoundStreamHead2
46 DefineMorphShape
47 -
48 DefineFont2
49 -
50 -
51 -
52 -
53 -
54 -
55 -
56 ExportAssets
57 ImoprtAssets
58 EnableDebugger
59 DoInitAction
60 DefineVideoStream
61 VideoStream
62 DefineFontInfo2
63 -
64 EnableDebugger2
65 ScriptLimits
66 SetTabIndex
dynamic swf -> pdf
While getting more and more involved in chomiks.com project i came up with idea of exporting strips to pdf files, but its not that easy. The problem for me to solve is, how to export dynamically created contents of swf file to pdf file. so i need to write an application (that is php class) to export vector images from swf and convert them into pdf graphics. i already have swf and pdf files specification (downloaded from Adobe homepage), so i think i will manage that problem...
1