ActiveSfFlashMP3Player
Table of content :
How to install Flash MP3 Player for SF-Active
How to install... in progress by
MattToups
This will provide a small player application for the flash plug-in which is nearly universal these days. It will play mp3 files only. (We should do something for playing ogg files, but flash will not play ogg files. Wikipedia has a player for ogg using Java, I think.)
Example:
http://neworleans.indymedia.org/news/2007/08/10888.php
Copy files
There are two new files you will need, the flash application (
player.swf
) and some javascript code (
audio-player.js
). These should go in the webroot,
/im/
is a good directory (and is what is assumed by the php patch below).
These are originally taken from a
Wordpress plugin
See that page for info on sample rates (the chipmunk effect), color schemes, and more.
Patch article_class.inc
This patch is against
article_class.inc
in the 0.94 release of
SF-Active.
or use this text in the
set_mime_type
method of Article class: