Go to the source code of this file.
Namespaces |
namespace | gnash |
| Anonymous namespace for callbacks, local functions, event handlers etc.
|
namespace | gnash::SWF |
| SWF format parsing classes.
|
Functions |
void | gnash::SWF::reflex_loader (SWFStream &, TagType, movie_definition &, const RunResources &) |
| SWF Tags Reflex (777)
|
void | gnash::SWF::sprite_loader (SWFStream &, TagType, movie_definition &, const RunResources &) |
| Create and initialize a sprite, and add it to the movie.
|
void | gnash::SWF::frame_label_loader (SWFStream &, TagType, movie_definition &, const RunResources &) |
| Label the current frame (SWF::FRAMELABEL)
|
void | gnash::SWF::define_sound_loader (SWFStream &in, TagType tag, movie_definition &m, const RunResources &r) |
| Sample rate table for DEFINESOUNDHEAD tags.
|
void | gnash::SWF::file_attributes_loader (SWFStream &in, TagType tag, movie_definition &m, const RunResources &) |
void | gnash::SWF::metadata_loader (SWFStream &in, TagType tag, movie_definition &m, const RunResources &) |
void | gnash::SWF::serialnumber_loader (SWFStream &in, TagType tag, movie_definition &, const RunResources &) |
| Load a SWF::SERIALNUMBER tag.
|