Skip Menu |

This queue is for tickets about the SWF-Header CPAN distribution.

Report information
The Basics
Id: 16047
Status: resolved
Priority: 0/
Queue: SWF-Header

People
Owner: Nobody in particular
Requestors: vlanis [...] mail.ru
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: background color data of SWF-Header?
Good day! You created grate module, thank you. But I don't find background color parameter at this module. In PHP analog I saw: function getBackgroundColor() { if(!$this->is_valid()){ return PEAR::raiseError("Invalid SWF head TAG found in " . $this->file, PEAR_SWF_ID_ERR); } $this->_seek(21); return $this->_readData(); } /** * Set the new background color * @param integer $r (0,255) * @param integer $g (0,255) * @param integer $b (0,255) * @access public */ original link: http://www.sephiroth.it/swfreader.php I am sorry, I need your help, if You are not busy to much can you help me to add this function.