Example #1
0
 function Horde_Image_swf($params)
 {
     parent::Horde_Image($params);
     $this->_movie = new SWFMovie();
     $this->_movie->setDimension($this->_width, $this->_height);
     // FIXME: honor the 'background' parameter here.
     $this->_movie->setBackground(0xff, 0xff, 0xff);
     $this->_movie->setRate(30);
 }