Building web pages with the Buzz Player Plugin

Other features

  1. Scrollspeed
  2. Disabling autostart
  3. Background image
Back to TOC


1. Scrollspeed
By using the 'scrollspeed' parameter you can adjust the speed of the song info text.
<embed src = "mysong.bmx" type = "audio/x-bmx" width = 200 height = 80 scrollspeed = 10 >
The lower the value the higher the speed. 0 (zero) switches off the scroller.


2. Disabling autostart
If you set autostart to '0' the plugin will not play the song automatically.
<embed src = "mysong.bmx" type = "audio/x-bmx" width = 200 height = 80 autostart = 0 >



3. Background image

Caution: This feature causes a crash in some versions of Internet Explorer on plugin unload. Use for experiments only!

<embed src = "mysong.bmx" type = "audio/x-bmx" width = 200 height = 80 backimage = "logo.gif" >
The image must be a noninterlaced 256 color GIF.