Skip to content

Tag Archives: flash player

Fun with Yahoo Media Player!

08-Feb-09

A quick way to insert music in your site: Create hyper-links for few MP3 files Insert following script code to your page <script type=”text/javascript” src=”http://mediaplayer.yahoo.com/js”></script> You are done! Yahoo! Media Player will be loaded and it will make all media links clickable Here are few of my favorite tracks. Use the play button to listen. [...]

Podcasting Making Easier

07-Jul-08

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&amp;bg=0xCDDFF3&amp;soundFile=http://www.tdfast.com/mfiles/headroom-Happy_Birthday_.mp3&amp;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 [...]