|
Gnash
0.8.10
|
A class for parsing a DefineButton2 tag. More...
#include <DefineButtonTag.h>
Static Public Member Functions | |
| static void | loader (SWFStream &in, TagType tag, movie_definition &m, const RunResources &r) |
| Load a DefineButton2 tag. | |
A class for parsing a DefineButton2 tag.
This only contains a loader because a DefineButton2Tag uses the same code as DefineButtonTag with minor modifications.
| void gnash::SWF::DefineButton2Tag::loader | ( | SWFStream & | in, |
| TagType | tag, | ||
| movie_definition & | m, | ||
| const RunResources & | r | ||
| ) | [static] |
Load a DefineButton2 tag.
References _, gnash::movie_definition::addDisplayObject(), assert, gnash::SWF::DEFINEBUTTON2, gnash::SWFStream::ensureBytes(), IF_VERBOSE_PARSE, and gnash::SWFStream::read_u16().
Referenced by gnash::SWF::addDefaultLoaders().
1.7.6.1