22 #ifndef GNASH_SWF_MOVIE_H
23 #define GNASH_SWF_MOVIE_H
28 #include <boost/intrusive_ptr.hpp>
53 typedef std::map<boost::uint16_t, bool> Characters;
65 return _def->get_frame_rate();
69 return _def->get_width_pixels();
73 return _def->get_height_pixels();
77 return _def->ensure_frame_loaded(frameNo);
89 const std::string&
url()
const {
90 return _def->get_url();
97 return _def->get_version();
141 Characters _characters;
144 const boost::intrusive_ptr<const SWFMovieDefinition> _def;
150 #endif // GNASH_MOVIE_INSTANCE_H