Forum und email

SWFMovie->setRate()

(PHP 4 >= 4.3.3)

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

Descripción

SWFMovie
void setRate ( int $rate )
Warning

Esta función es EXPERIMENTAL. Esto significa que el comportamiento de esta función, el nombre de esta función y en definitiva TODO lo documentado sobre esta función, puede cambiar en una futura version de PHP SIN AVISO. La advertencia queda hecha, y utilizar esta extensión queda bajo su propia responsabilidad.

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.

Lista de parámetros

rate

The frame rate, in frame per seconds.

Valores retornados

No value is returned.