I'm trying to modify the Embed Videos plugin to allow mp3 files to be played through a flash mp3 player. I added this code and allowed <mp3> tags but its not working.
Any help?
Im using the XSPF player.Code:// code to replace <mp3> tags with $mp3Code = '<embed src="http://www.site.net/player.swf?player_title=Click to play&song_url=$1" quality="high" bgcolor="#ffffff" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" align="center" height="20" width="450"/>'; // replace <mp3> tags with the mp3 code $displayed_story = preg_replace("/\<mp3\>(.+?)\<\/mp3\>/is", $mp3Code, $displayed_story);



Reply With Quote





