startSound()"HREF="function.swfmovie.startsound.html"> Manuál PHP Předcházející Další (no version information, mig..."/>
Forum und email
SWFMovie->setRate()

SWFMovie->setRate()

(no version information, might be only in CVS)

SWFMovie->setRate() -- Sets the animation's frame rate

Popis

class SWFMovie {

void setRate ( int rate )

}

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 frame rate to the specified rate.

Animation will slow down if the player can't render frames fast enough- unless there's a streaming sound, in which case display frames are sacrificed to keep sound from skipping.

Seznam parametrů

rate

The frame rate, in frame per seconds.

Návratové hodnoty

Nevrací se žádná hodnota.