PHP ʖ²ἯTH
º/A
SWFMovie- streammp3
Description
¾¯¸漯B
swfmovie- streammp3() streams the mp3 file mp3FileName. 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.
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.
=ד 1. swfmovie- streammp3() example
?php $m = new SWFMovie(); $m- setRate(12.0); $m- streamMp3("distortobass.mp3"); // use your own MP3 // 11.85 seconds at 12.0 fps = 142 frames $m- setFrames(142); header('Content-type: application/x-shockwave-flash'); $m- output();?
º/A
ưµ㼯A
SWFMovie- setrate
ɏһ¼¶
SWFMovie