Home > PHP > Function > > SWFMovie->streamMP3()

SWFMovie->streamMP3()

SWFMovie->streamMP3 - Streams a MP3 file

Syntax

int SWFMovie->streamMP3 (mixed $mp3file, float $skip)

Arguments

  • mp3file - Can be a file pointer returned by fopen() or the MP3 data, as a binary string.
  • skip - Number of seconds to skip.

Description

Streams the given MP3 file mp3file.

Version

PHP 4.3.3

Return value

Return number of frames.