J'ai la flemme de retrouver où se trouve maintenant le lien dans les meandres du site d'Adobe, mais j'ai téléchargé ce fichier chez eux lors de mes travaux sur SWF(Flash)/FLV:
SWF File Format Specification Version 9, Published June 2007, April 2008
Ce fichier de 284 pages décris chaque tag flash, ce que doit faire l'appli quand il trouve ce tag., exemple :
Header RECORDHEADER Tag type = 37.
CharacterID UI16 ID for this dynamic text
character.
Bounds RECT Rectangle that completely
encloses the text field.
HasText UB[1] 0 = text field has no default text.
1 = text field initially displays the
string specified by InitialText.
WordWrap UB[1] 0 = text will not wrap and will
scroll sideways.
1 = text will wrap automatically
when the end of line is reached. (...)
Il n'y a pas besoin de plus pour implémenter un parser Flash (sauf... Du temps, car c'est long!)
Il n'y a pas ActionScript ni les format video/audio par contre.
[^] # Re: Si j'ai bien compris...
Posté par Zenitram (site web personnel) . En réponse au journal un petit pas de MS vers le libre. Évalué à 3.
SWF File Format Specification Version 9, Published June 2007, April 2008
Ce fichier de 284 pages décris chaque tag flash, ce que doit faire l'appli quand il trouve ce tag., exemple :
Header RECORDHEADER Tag type = 37.
CharacterID UI16 ID for this dynamic text
character.
Bounds RECT Rectangle that completely
encloses the text field.
HasText UB[1] 0 = text field has no default text.
1 = text field initially displays the
string specified by InitialText.
WordWrap UB[1] 0 = text will not wrap and will
scroll sideways.
1 = text will wrap automatically
when the end of line is reached. (...)
Il n'y a pas besoin de plus pour implémenter un parser Flash (sauf... Du temps, car c'est long!)
Il n'y a pas ActionScript ni les format video/audio par contre.