Go to the documentation of this file.
19 #ifndef GNASH_SWF_DOACTIONTAG_H
20 #define GNASH_SWF_DOACTIONTAG_H
30 class movie_definition;
51 m->add_action_buffer(&m_buf);
65 boost::intrusive_ptr<DoActionTag> da(
new DoActionTag(
m));
70 log_parse(
_(
"-- actions in frame %d"),
m.get_loading_frame());
90 #endif // GNASH_SWF_DOACTIONTAG_H
Control tags are swf tags that control the operation of the movie.
Definition: ControlTag.h:44
void log_swferror(StringType msg, Args... args)
Definition: log.h:325
TagType
SWF tag types. Symbolic names copied from Ming.
Definition: SWF.h:31
#define _(String)
Definition: log.h:44
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:41
@ m
Definition: GnashKey.h:159
A MovieClip is a container for DisplayObjects.
Definition: MovieClip.h:84
Client program's interface to the definition of a movie or sprite.
Definition: movie_definition.h:96
#define IF_VERBOSE_MALFORMED_SWF(x)
Definition: log.h:404
A list of on-stage DisplayObjects, ordered by depth.
Definition: DisplayList.h:65
static void loader(SWFStream &in, TagType tag, movie_definition &m, const RunResources &)
Definition: DoActionTag.h:54
void read(SWFStream &in, unsigned long endPos)
Read action bytes from input stream up to but not including endPos.
Definition: action_buffer.cpp:48
An SWF parsing exception.
Definition: GnashException.h:90
Class to group together per-run and external resources for Gnash.
Definition: RunResources.h:54
unsigned long get_tag_end_position()
Return the file position of the end of the current tag.
Definition: SWFStream.cpp:497
#define IF_VERBOSE_PARSE(x)
Definition: log.h:378
void log_parse(StringType msg, Args... args)
Definition: log.h:313
void read(SWFStream &in)
Read a DoAction block from the stream.
Definition: DoActionTag.h:46
A code segment.
Definition: action_buffer.h:50
SWF Tag DoAction (12)
Definition: DoActionTag.h:41
SWF stream wrapper class.
Definition: SWFStream.h:59
@ SWF
Definition: GnashKey.h:331
virtual void executeActions(MovieClip *m, DisplayList &) const
Execute Action tags.
Definition: DoActionTag.h:50