| Manuál PHP | ||
|---|---|---|
| Předcházející | Další | |
SWFMovie->setRate()
(no version information, might be only in CVS)
SWFMovie->setRate() -- Sets the animation's frame ratePopis
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.
| Předcházející | Domů | Další | 
| SWFMovie->setFrames() | Nahoru |