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
If you want to embed wmv files this site shows how to, or just google embeding wmv files
Vid2Flash converts AVI, WMV, ASF, MOV, MPEG to SWf/FLV without any quality lossless.
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: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!!!{if mp3 != ""} <object type="application/x-shockwave-flash" data="http://www.domain.com/pathto/player.swf" id="audioplayer" height="24" width="290"> </object> {/if}
..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?
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.
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
I just did this again, but used the following player http://www.premiumbeat.com/flash_resources/free_flash_music_player/
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.