22 #ifndef GNASH_SWF_MOVIE_H
23 #define GNASH_SWF_MOVIE_H
25 #include <boost/intrusive_ptr.hpp>
54 typedef std::map<boost::uint16_t, bool> Characters;
66 return _def->get_frame_rate();
70 return _def->get_width_pixels();
74 return _def->get_height_pixels();
78 return _def->ensure_frame_loaded(frameNo);
90 const std::string&
url()
const {
91 return _def->get_url();
98 return _def->get_version();
142 Characters _characters;
145 const boost::intrusive_ptr<const SWFMovieDefinition> _def;
151 #endif // GNASH_MOVIE_INSTANCE_H