We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

Plugin Request - WP MP3 Audio Player to EE

Development and Programming

Sean C. Smith's avatar
Sean C. Smith
3,818 posts
19 years ago
Sean C. Smith's avatar Sean C. Smith

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

       
John Henry Donovan's avatar
John Henry Donovan
12,339 posts
19 years ago
John Henry Donovan's avatar John Henry Donovan
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

       
Bruce2005's avatar
Bruce2005
536 posts
19 years ago
Bruce2005's avatar Bruce2005

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

       
Sean C. Smith's avatar
Sean C. Smith
3,818 posts
19 years ago
Sean C. Smith's avatar Sean C. Smith

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

       
Bruce2005's avatar
Bruce2005
536 posts
19 years ago
Bruce2005's avatar Bruce2005

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

       
ExpressionEngineer's avatar
ExpressionEngineer
148 posts
19 years ago
ExpressionEngineer's avatar ExpressionEngineer

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.

       
D_D's avatar
D_D
1 posts
about 19 years ago
D_D's avatar D_D

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

       
Djive's avatar
Djive
97 posts
about 19 years ago
Djive's avatar Djive

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

I found this mp3player one… its just great 😊

       
playwithsticks's avatar
playwithsticks
20 posts
17 years ago
playwithsticks's avatar playwithsticks
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">





</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">




</object>
{/if} 
</center>

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

       
playwithsticks's avatar
playwithsticks
20 posts
17 years ago
playwithsticks's avatar playwithsticks

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


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.

       
FortySeven Media's avatar
FortySeven Media
130 posts
16 years ago
FortySeven Media's avatar FortySeven Media

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

Error: Warning: unrecognized command line flag -foreground

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

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

       
Sean C. Smith's avatar
Sean C. Smith
3,818 posts
16 years ago
Sean C. Smith's avatar Sean C. Smith

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

       
1 2

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.