Flash MP3 Player

MyWikiBiz, Author Your Legacy — Thursday March 28, 2024
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Description

You can play MP3 files within Directory listings.

To use, just enter the appropriate MP3 file location information within the <embed> ... </embed> tags on the page(s) where you want the songs to play.

Code

Here's an example:

<embed>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="340" height="60" id="divmp3" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="http://www.divshare.com/flash/divmp3.swf" /><param name="wmode" value="transparent" /><param name="flashVars" value="myFile=http://apollo.divshare.com/files/2007/01/29/84154/Keith_Ward_-_E._25th.mp3&myTitle=Keith_Ward_-_E._25...&myLink=http://www.divshare.com/download/84154-926"><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="salign" value="lt" /><param name="bgcolor" value="#ffffff" /><embed src="http://www.divshare.com/flash/divmp3.swf" quality="high" scale="noscale" salign="lt" bgcolor="#ffffff" width="340" height="60" name="divmp3" align="middle" allowScriptAccess="sameDomain" wmode="transparent" flashVars="myFile=http://apollo.divshare.com/files/2007/01/29/84154/Keith_Ward_-_E._25th.mp3&myTitle=Keith_Ward_-_E._25...&myLink=http://www.divshare.com/download/84154-926" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></object>
</embed>

In action:

<embed> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="340" height="60" id="divmp3" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="http://www.divshare.com/flash/divmp3.swf" /><param name="wmode" value="transparent" /><param name="flashVars" value="myFile=http://apollo.divshare.com/files/2007/01/29/84154/Keith_Ward_-_E._25th.mp3&myTitle=Keith_Ward_-_E._25...&myLink=http://www.divshare.com/download/84154-926"><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="salign" value="lt" /><param name="bgcolor" value="#ffffff" /><embed src="http://www.divshare.com/flash/divmp3.swf" quality="high" scale="noscale" salign="lt" bgcolor="#ffffff" width="340" height="60" name="divmp3" align="middle" allowScriptAccess="sameDomain" wmode="transparent" flashVars="myFile=http://apollo.divshare.com/files/2007/01/29/84154/Keith_Ward_-_E._25th.mp3&myTitle=Keith_Ward_-_E._25...&myLink=http://www.divshare.com/download/84154-926" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></object> </embed>



Help:Extensions Flash MP3 Player