Forum und email

SWFMovie->setRate()

(PHP 4 >= 4.3.3)

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

Descrição

SWFMovie
void setRate ( int $rate )
Aviso

Esta função é EXPERIMENTAL. Isso quer dizer que o comportamento desta função e seu nome, incluindo TUDO o que está documentado aqui pode mudar em futuras versões do PHP, SEM QUALQUER NOTIFICAÇÃO. Esteja avisado, e use esta função por sua própria conta e risco.

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.

Parâmetros

rate

The frame rate, in frame per seconds.

Valor Retornado

Não há valor retornado.