SWFDisplayItem->scaleTo -- Scales the object in global coordinates
Description
void swfdisplayitem->scaleto ( int x [, int y] )
Внимание
Эта функция является ЭКСПЕРИМЕНТАЛЬНОЙ.
Поведение этой функции, ее имя и относящаяся к ней документация
могут измениться в последующих версиях PHP без уведомления.
Используйте эту функцию на свой страх и риск.
swfdisplayitem->scaleto() scales the current object to
(x,y) in global coordinates.
It's good to know that when you do "$i->scaleTo(0,0)", it doesn't output an "empty object" ( nothing... ) on the screen, but the object with its original dimensions.