Podcasting Making Easier
Here is how you can embed a mp3/song on a web page:
<embed type="application/x-shockwave-flash"
src="http://beemp3.com/player/player.swf" style="width: 290px;" id="126954385" name="126954385" bgcolor="#ffffff"
quality="autohigh" wmode="transparent"
flashvars="playerID=1&bg=0xCDDFF3&soundFile=http://www.tdfast.com/mfiles/headroom-Happy_Birthday_.mp3&autostart=yes"
allownetworking="internal" allowscriptaccess="never" width="290" height="24">
You should replace the mp3 file mentioned under soundFile variable. The autostart=yes variable causes the player to play mp3 immediately (it can be removed).
You can follow this to add jingles on your friend’s scrap book. Here is an example of a Birthday jingle
For more information about customizing refer http://www.1pixelout.net/code/audio-player-wordpress-plugin/
- ankit
[Edited: this one for Happy New Year
<embed type="application/x-shockwave-flash"
src="http://beemp3.com/player/player.swf" style="width: 290px;" id="126954385" name="126954385" bgcolor="#ffffff"
quality="autohigh" wmode="transparent"
flashvars="playerID=1&bg=0xCDDFF3&soundFile=http://www.electricpocket.com/ringtones/Xmas/HappyNewYear.mp3&autostart=yes"
allownetworking="internal" allowscriptaccess="never" width="290" height="24">
]
Post a Comment