SWF::Character - SWF Character Class
use SWF::Character; $character=$displayItem->getCharacter(); print $character->getWidth();
SWF::Character is a helper class, objects are available
thru SWF::DisplayItem's getCharacter()
and SWF::Movie's
importCharacter()
methods, so there is no constructor here.
getWidth()
This method returrns the character's width in px. If a character has no bounds -1 is returned.
getHeight()
This method returrns the character's height in px. If a character has no bounds -1 is returned.
developers of ming ming.sourceforge.net
SWF, SWF::DisplayItem