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.