Building web pages with the Buzz Player Plugin

Changing colors

  1. Background color
  2. Graph color
  3. Text color
  4. Song position display color
Back to TOC


1. Background color
Use the backcolor parameter to set the background color of the plugin. The values are interpreted as RGB and must be separated by comma.
<embed src = "mysong.bmx" type = "audio/x-bmx" width = 200 height = 80 backcolor = "150, 150, 150" >
You also can use hexadecimal values by preceding '0x':
<embed src = "mysong.bmx" type = "audio/x-bmx" width = 200 height = 80 backcolor = "0xff, 0xff, 0xff" >



2. Graph color
This is the color of the visualization graph.
<embed src = "mysong.bmx" type = "audio/x-bmx" width = 200 height = 80 graphcolor = "255, 0, 0" >



3. Text color
This is the color of the scrolling song info text.
<embed src = "mysong.bmx" type = "audio/x-bmx" width = 200 height = 80 infocolor = "150, 150, 150" >



4. Song position display
The color of the song position display
<embed src = "mysong.bmx" type = "audio/x-bmx" width = 200 height = 80 tickcolor = "150, 150, 150" >