2 of 2
2
Plugin Request - WP MP3 Audio Player to EE
Posted: 19 May 2006 06:43 AM   [ Ignore ]   [ # 19 ]  
Research Assistant
RankRankRank
Total Posts:  570
Joined  03-25-2005

You can then convert them to flash I guess some software, some free here

 Signature 

BKDesign Solutions - Learn XHTML and use   Web Standards to build accessible websites that validate

Profile
 
 
Posted: 20 May 2006 12:32 AM   [ Ignore ]   [ # 20 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  168
Joined  07-22-2004

one could always code ones own controls for the windows media player with js and the object model for player and controls.
in short you would only use windows media player for the video display. the play, stop, pause etc controls would be your own.
just a thought.

 Signature 

ExpressionEngineer - custom solutions for EE

I EE

Profile
 
 
Posted: 24 May 2006 05:14 AM   [ Ignore ]   [ # 21 ]  
Summer Student
Total Posts:  1
Joined  02-01-2006

Vid2Flash converts AVI, WMV, ASF, MOV, MPEG to SWf/FLV without any quality lossless.

Profile
 
 
Posted: 03 June 2006 06:47 AM   [ Ignore ]   [ # 22 ]  
Lab Assistant
RankRank
Total Posts:  142
Joined  09-09-2004

http://www.jeroenwijering.com/?item=Flash_MP3_Player

I found this mp3player one…  its just great smile

 Signature 

Web Hosting - CMS - Izrada web stranica - SEO - Marketing Hrvatska

Profile
 
 
Posted: 05 March 2008 11:35 PM   [ Ignore ]   [ # 23 ]  
Grad Student
Rank
Total Posts:  32
Joined  02-23-2008
StaleBetty - 19 May 2006 03:42 AM

I DID IT!!! I downloaded the swf file from http://www.1pixelout.net/code/audio-player-wordpress-plugin/ and then followed Bruce’s instructions to create a custom field for the mp3 and then I added this to my index:

{if mp3 != ""}
<object type="application/x-shockwave-flash" data="http://www.domain.com/pathto/player.swf" id="audioplayer" height="24" width="290"><br>
<
param name="movie" value="http://www.domain.com/pathto/player.swf">
<
param name="FlashVars" value="playerID=2&amp;bg=0xFDD1DD&amp;leftbg=0xA81E42&amp;lefticon=0xF2F2F2&amp;rightbg=0xBDD758&amp;
rightbghover=0xA81E42&amp;righticon=0xF2F2F2&amp;righticonhover=0xFFFFFF&amp;text=0xA81E42&amp;
slider=0xA81E42&amp;track=0xFFFFFF&amp;border=0xFFFFFF&amp;loader=0xBDD758&amp;soundFile=http://www.domain.com/pathto/{mp3}"
>
<
param name="quality" value="high">
<
param name="menu" value="false">
<
param name="wmode" value="transparent"></object>
{/if} 

on the 1pixelout site, he has a diagram on how to customize the colors. It was sooo easy once I was able to wrap my head around what Bruce was saying… that you can embed ANY flash player. lol Thanks so much, Bruce!!!

..Bruce.. StaleBetty, I think I’m missing something. Here is the code i imported:

<center>{if mp3 != ""}
<object type="application/x-shockwave-flash" data="http://www.famousbeats.net/flash_player/skins/wp_player.swf" id="audioplayer" height="24" width="290"><br>
<
param name="FlashVars" value="playerID=2&amp;bg=0xFDD1DD&amp;leftbg=0xA81E42&amp;lefticon=0xF2F2F2&amp;rightbg=0xBDD758&amp;
rightbghover=0xA81E42&amp;righticon=0xF2F2F2&amp;righticonhover=0xFFFFFF&amp;text=0xA81E42&amp;
slider=0xA81E42&amp;track=0xFFFFFF&amp;border=0xFFFFFF&amp;loader=0xBDD758&amp;soundFile=http://www.famousbeats.net/images/uploads/{mp3}"
>
<
param name="quality" value="high">
<
param name="menu" value="false">
<
param name="wmode" value="transparent"></object>
{/if} 
</center

If that is correct, where exactly in the index did you place it?

Profile
 
 
Posted: 09 March 2008 12:51 AM   [ Ignore ]   [ # 24 ]  
Grad Student
Rank
Total Posts:  32
Joined  02-23-2008

ok, I went over the code again and this is what I came up with:

{if mp3}
<object type="application/x-shockwave-flash" data="http://www.famousbeats.net/flash_player/skins/WP_Player.swf?src=http://www.famousbeats.net/images/uploads/{mp3}" width="110" height="34">
<
param name="movie" value="http://www.famousbeats.net/flash_player/skins/WP_Player.swf?src=http://www.famousbeats.net/images/uploads/{mp3}" />
<
param name="quality" value="high" />
You need flash or other alternative content here
</object>
{/if} 

would that be right?

am I uploading the mp3s wrong somehow? when I upload them they look like links. I don’t know any other way if thats wrong.

Profile
 
 
Posted: 04 December 2008 06:35 PM   [ Ignore ]   [ # 25 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  131
Joined  07-30-2006

Hey guys, we’ve just about got this implemented on our site, but we keep getting an error in Firefox when the mp3 tries to load

ErrorWarningunrecognized command line flag -foreground

Source File
file:///Applications/Firefox.app/Contents/MacOS/components/nsBrowserContentHandler.js
Line706 

It literally works in every other browser. Has anyone run into this problem before?

http://fortysevenmedia.com/portfolio/archives/apryl_lynn_with_this_breath/#entry


thanks,

Jonathan

 Signature 

Jonathan Longnecker or Nate Croft
FortySeven Media

Profile
 
 
Posted: 22 January 2009 09:21 PM   [ Ignore ]   [ # 26 ]  
Sr. Research Associate
Avatar
RankRankRankRankRank
Total Posts:  4003
Joined  05-13-2004

I just did this again, but used the following player
http://www.premiumbeat.com/flash_resources/free_flash_music_player/

 Signature 

web: Caffeine Creations twitter @CS_sean

Profile
 
 
   
2 of 2
2