Difference between revisions of "Help:Extensions/Flash MP3 Player"

MyWikiBiz, Author Your Legacy — Thursday April 25, 2024
Jump to navigationJump to search
 
Line 2: Line 2:
 
==Description==
 
==Description==
  
You can display a block of images within '''[[Centiare:Spaces#Directory_Space|Directory]]''' listings.
+
You can play MP3 files within '''[[Centiare:Spaces#Directory_Space|Directory]]''' listings.
  
To use, just enter the appropriate image location information and descriptive text within the <nowiki><gallery> ... </gallery></nowiki> tags on the page(s) you want the images to appear.
+
To use, just enter the appropriate MP3 file location information within the <nowiki><embed> ... </embed></nowiki> tags on the page(s) where you want the songs to play.
  
 
==Code==
 
==Code==
Line 10: Line 10:
  
 
<pre>
 
<pre>
<gallery>
+
<embed>
image:BIG-Images_window_graphic_wip_01.jpg|Window graphic in production
+
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" <embed>
image:BIG-Images_banner_wip_01.jpg|10' wide banner in production
+
<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>
</gallery>
 
</pre>
 
 
 
In action:
 
 
 
<gallery>
 
image:BIG-Images_window_graphic_wip_01.jpg|Window graphic in production
 
image:BIG-Images_banner_wip_01.jpg|10' wide banner in production
 
</gallery>
 
  
 
[[Page Of::Centiare:Extensions]]
 
[[Page Of::Centiare:Extensions]]
 
[[Extension Name:=Flash MP3 Player]]
 
[[Extension Name:=Flash MP3 Player]]
 
[[Category:Centiare Extensions]]
 
[[Category:Centiare Extensions]]

Revision as of 16:32, 27 March 2007

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

Centiare:Extensions
Flash MP3 Player