Go Back   Pligg CMS Forum > Pligg Development > Modification Tutorials

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-17-2007, 09:01 PM
New Pligger
 
Join Date: Jul 2007
Posts: 11
Thanks: 3
Thanked 1 Time in 1 Post
Embedding an mp3 player

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?

Code:
// code to replace <mp3> tags with
$mp3Code = '<embed src="http://www.site.net/player.swf?player_title=Click to play&amp;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);
Im using the XSPF player.
Reply With Quote
  #2 (permalink)  
Old 08-08-2007, 10:37 AM
Constant Pligger
 
Join Date: Apr 2007
Posts: 1,071
Thanks: 53
Thanked 25 Times in 23 Posts
Solved here: http://forums.pligg.com/pligg-mods/8...ort-pligg.html
Reply With Quote
  #3 (permalink)  
Old 08-09-2007, 12:36 PM
New Pligger
 
Join Date: Jul 2007
Posts: 11
Thanks: 3
Thanked 1 Time in 1 Post
its the same as what i posted above..and it still doesnt work for me.
Reply With Quote
  #4 (permalink)  
Old 02-20-2008, 05:06 PM
Constant Pligger
 
Join Date: Apr 2007
Posts: 1,071
Thanks: 53
Thanked 25 Times in 23 Posts
Have you tried with Firefox? It´s strange but at my installation the player appears only if you use Internet Explorer.
Reply With Quote
Reply

Thread Tools
Display Modes
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Similar Threads
Thread Thread Starter Forum Replies Last Post
digg.com/videos mhipp Modification Tutorials 126 02-09-2008 08:07 AM
[New Hack/Module] MP3 player support for pligg newskicks Modification Tutorials 33 08-13-2007 11:51 AM


Search Engine Friendly URLs by vBSEO 3.2.0