setFrames()"HREF="function.swfmovie.setframes.html"> Manuál PHP Předcházející Další (no version infor..."/>
Forum und email
SWFMovie->setDimension()

SWFMovie->setDimension()

(no version information, might be only in CVS)

SWFMovie->setDimension() -- Sets the movie's width and height

Popis

class SWFMovie {

void setDimension ( int width, int height )

}

Varování

Tato funkce je EXPERIMENTÁLNÍ. Chování této funkce, její název a všechno ostatní, co je zde zdokumentováno, se v budoucích verzích PHP může BEZ OHLÁŠENÍ změnit. Berte to v úvahu a používejte tuto funkci na vlastní nebezpečí.

Sets the movie's dimension to the specified width and height.

Seznam parametrů

width

The movie width.

height

The movie height.

Návratové hodnoty

Nevrací se žádná hodnota.