1 of 2
1
Plugin Request - WP MP3 Audio Player to EE
Posted: 28 January 2006 02:22 AM   [ Ignore ]  
Lab Assistant
Avatar
RankRank
Total Posts:  288
Joined  09-14-2004

http://www.1pixelout.net/code/audio-player-wordpress-plugin/

Can someone port this to EE? Please and thank you!

 Signature 

{ say it once, say it twice, lealea says it’s nice } { host,  EE Podcast } { member, professionals network }

Profile
 
 
Posted: 28 January 2006 03:52 AM   [ Ignore ]   [ # 1 ]  
Research Assistant
RankRankRank
Total Posts:  570
Joined  03-25-2005

I suppose someone could make a plugin.
There is an easier alternative if you are lazy like me wink.
The player is a free download.
http://www.marcreichelt.de/spezial/musicplayer/#english

Alternate to a plugin,
Download the player, get the code for the player you want there, then put the flash file and your mp3’s in a directory.
Make a custom field in your entries, I was original and named it mp3…

Put this in your template changing to match your player swf file:

{if mp3}
<object type="application/x-shockwave-flash" data="/foldername/emff_standard.swf?src=/foldername/{mp3}" width="110" height="34">
 <
param name="movie" value="/foldername/emff_standard.swf?src=/foldername/{mp3}" />
 <
param name="quality" value="high" />
You need flash or other alternative content here
</object
{/if} 

To make it easy to upload an mp3, use your file upload folder, make sure to put the flash file there.

Now anytime I upload or want to add an mp3 flash player to my posts for audio voice or music, I just type in the filename in the field and upload it if needed.

 Signature 

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

Profile
 
 
Posted: 28 January 2006 01:34 PM   [ Ignore ]   [ # 2 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  288
Joined  09-14-2004

Actually, that audio player from the WP I linked is based on the EMFF player. I just thought it was cool how he customized the skin _and_ was able to automate things like the colour. I also like how it expands. raspberry

 Signature 

{ say it once, say it twice, lealea says it’s nice } { host,  EE Podcast } { member, professionals network }

Profile
 
 
Posted: 11 May 2006 08:37 PM   [ Ignore ]   [ # 3 ]  
Summer Student
Avatar
Total Posts:  14
Joined  02-06-2005

Has anyone had any luck porting this WP Plugin (http://www.1pixelout.net/code/audio-player-wordpress-plugin/) to EE?? I really like the customizable style of this particular player but I’m all ears if anyone has any other suggestions for PRETTY flash MP3 players. Thanks!

 Signature 

..: Voted Most Likely To Wear Granny Panties :..

Profile
 
 
Posted: 11 May 2006 08:57 PM   [ Ignore ]   [ # 4 ]  
Research Assistant
RankRankRank
Total Posts:  570
Joined  03-25-2005

One can embed ANY flash player really lol
Was only an example

 Signature 

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

Profile
 
 
Posted: 11 May 2006 09:11 PM   [ Ignore ]   [ # 5 ]  
Summer Student
Avatar
Total Posts:  14
Joined  02-06-2005

Heh. Sorry! I didn’t mean to sound rude about the player you linked to… it’s just not all that “girly”. smile


I downloaded the one from http://www.1pixelout.net/code/audio-player-wordpress-plugin/ but there are oodles of files in there. Which bits of code should I be looking for to get it to work with EE? I’ve already set up a custom field and set up the Feed Enclosure plugin so all that works, now I just need a pretty way for people to listen from my blog. Help??

 Signature 

..: Voted Most Likely To Wear Granny Panties :..

Profile
 
 
Posted: 11 May 2006 10:00 PM   [ Ignore ]   [ # 6 ]  
Research Assistant
RankRankRank
Total Posts:  570
Joined  03-25-2005

lol, I agree, is kinda plain even for guys lol…

OK.
I downloaded the above and installed in WP to check it out. It;s seems to be pretty wrapped around wordpress. I have seen similar around tho. It may be easier to look around.
Wimpyplayer.com has a lot of options.

 Signature 

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

Profile
 
 
Posted: 11 May 2006 10:41 PM   [ Ignore ]   [ # 7 ]  
Summer Student
Avatar
Total Posts:  14
Joined  02-06-2005

Neato! I’ll check out that link. Thanks for your help. smile

 Signature 

..: Voted Most Likely To Wear Granny Panties :..

Profile
 
 
Posted: 18 May 2006 10:42 PM   [ Ignore ]   [ # 8 ]  
Summer Student
Avatar
Total Posts:  14
Joined  02-06-2005

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!!!

 Signature 

..: Voted Most Likely To Wear Granny Panties :..

Profile
 
 
Posted: 18 May 2006 11:31 PM   [ Ignore ]   [ # 9 ]  
Research Assistant
RankRankRank
Total Posts:  570
Joined  03-25-2005

Wayyyyy to go!!!
Well done I say smile

Genius even…

 Signature 

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

Profile
 
 
Posted: 18 May 2006 11:40 PM   [ Ignore ]   [ # 10 ]  
Moderator
Avatar
RankRankRankRankRank
Total Posts:  3262
Joined  05-13-2004
StaleBetty - 19 May 2006 02: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&bg=0xFDD1DD&leftbg=0xA81E42&lefticon=0xF2F2F2&rightbg=0xBDD758&
rightbghover=0xA81E42&righticon=0xF2F2F2&righticonhover=0xFFFFFF&text=0xA81E42&
slider=0xA81E42&track=0xFFFFFF&border=0xFFFFFF&loader=0xBDD758&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!!!

I got mine set up, but EE won’t let me upload mp3s via the upload dialogue, even though I have it set to allow all types - how does one fix this?

Also I’m getting the dreaded chipmunk effect despite having exported my mp3 at one of the recommended settings (screen shot attached using audacity settings).

My test entry is here

Nevermind - I got it working
.

Image Attachments
audacity settings.gif
Click thumbnail to see full-size image
 Signature 

Recent version: EE 2.4.0 | 2.x Bug Tracker | How to Post a Support Request | Version Upgrade | 2.4.0 Change Log

on twitter @CS_sean

Profile
 
 
Posted: 19 May 2006 03:54 AM   [ Ignore ]   [ # 11 ]  
Moderator
Avatar
RankRankRankRankRank
Total Posts:  3262
Joined  05-13-2004

Just wondering if it would be possible to turn this or some other flash player into a video interface?

 Signature 

Recent version: EE 2.4.0 | 2.x Bug Tracker | How to Post a Support Request | Version Upgrade | 2.4.0 Change Log

on twitter @CS_sean

Profile
 
 
Posted: 19 May 2006 03:59 AM   [ Ignore ]   [ # 12 ]  
Research Assistant
RankRankRank
Total Posts:  570
Joined  03-25-2005

By video interface you mean just to show a flash video?
If yes see wimpy player video. Same principle

 Signature 

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

Profile
 
 
Posted: 19 May 2006 04:31 AM   [ Ignore ]   [ # 13 ]  
Moderator
Avatar
RankRankRankRankRank
Total Posts:  3262
Joined  05-13-2004

was actually hoping to not have to spend any money.

 Signature 

Recent version: EE 2.4.0 | 2.x Bug Tracker | How to Post a Support Request | Version Upgrade | 2.4.0 Change Log

on twitter @CS_sean

Profile
 
 
Posted: 19 May 2006 05:06 AM   [ Ignore ]   [ # 14 ]  
Research Assistant
RankRankRank
Total Posts:  570
Joined  03-25-2005

you have flash video files or just want a player for ?

 Signature 

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

Profile
 
 
Posted: 19 May 2006 05:11 AM   [ Ignore ]   [ # 15 ]  
Moderator
Avatar
RankRankRankRankRank
Total Posts:  3262
Joined  05-13-2004

I have wmv files that I want to embed in the same manner that the above player embeds MP3s

 Signature 

Recent version: EE 2.4.0 | 2.x Bug Tracker | How to Post a Support Request | Version Upgrade | 2.4.0 Change Log

on twitter @CS_sean

Profile
 
 
Posted: 19 May 2006 05:23 AM   [ Ignore ]   [ # 16 ]  
Moderator
Avatar
RankRankRankRankRankRankRank
Total Posts:  14990
Joined  03-22-2004

I have wmv files that I want to embed in the same manner that the above player embeds MP3s


I finished a plugin for this a while back . The FLV Player Plugin
It will not play WMV files nor will the Wimpy player so these will have to be converted first to .flv

 Signature 

Recent version: EE 2.3.1  - 2.x Bug Tracker | HowTo Post a Support Request | Version Upgrade | Change Log for 2.3.1

Profile
 
 
Posted: 19 May 2006 05:31 AM   [ Ignore ]   [ # 17 ]  
Research Assistant
RankRankRank
Total Posts:  570
Joined  03-25-2005

If you want to embed wmv files this site shows how to, or just google embeding wmv files

 Signature 

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

Profile
 
 
Posted: 19 May 2006 05:39 AM   [ Ignore ]   [ # 18 ]  
Moderator
Avatar
RankRankRankRankRank
Total Posts:  3262
Joined  05-13-2004

bruce,
I have embedded wmv files before, it’s just that I like the way a flash player looks more than windows media player.

 Signature 

Recent version: EE 2.4.0 | 2.x Bug Tracker | How to Post a Support Request | Version Upgrade | 2.4.0 Change Log

on twitter @CS_sean

Profile
 
 
   
1 of 2
1