Don't forget to use fopen function in example above !
Use
$m->streamMp3(fopen("distortobass.mp3", "rb"));
instead of
$m->streamMp3("distortobass.mp3");
I hope this is useful for you :)
![]() | SWFMovie->streammp3Descriptionvoid swfmovie->streammp3 ( mixed mp3File )
swfmovie->streammp3() streams the mp3 file mp3File. Not very robust in dealing with oddities (can skip over an initial ID3 tag, but that's about it). Like swfshape->addjpegfill(), this isn't a stable function- we'll probably need to make a separate SWFSound object to contain sound types. Parameter mp3File can be a fopen() resource or a binary string. Note that the movie isn't smart enough to put enough frames in to contain the entire mp3 stream- you'll have to add (length of song * frames per second) frames to get the entire stream in. Yes, now you can use ming to put that rock and roll devil worship music into your SWF files. Just don't tell the RIAA. ![]()
boo at php dot net
21-Sep-2002 06:02
Don't forget to use fopen function in example above !
mued at muetdhiver dot org
18-May-2001 12:39
a nice feature to handle Id3tag is to get support from Unix mp3info command into a returning exec parsing
| ![]() | |||