| Author |
Message |
David Cleland
Guest
|
Posted:
Sat Nov 12, 2005 1:30 pm Post subject:
toolbar colour |
|
|
hi I am embedding mediaplayer on to a webpage, I have the status bar showing
and want to change the text it uses from blue to light grey - anyone know
how to do this ?
David
|
|
| Back to top |
|
 |
Neil Smith [MVP Digital M
Guest
|
Posted:
Sat Nov 12, 2005 5:30 pm Post subject:
Re: toolbar colour |
|
|
On Sat, 12 Nov 2005 12:48:01 -0000, "David Cleland"
<davidjcleland@hotmail.com> wrote:
| Quote: |
hi I am embedding mediaplayer on to a webpage, I have the status bar showing
and want to change the text it uses from blue to light grey - anyone know
how to do this ?
|
You'll have to emulate it by writing the status bar text yourself
using the WMP methods such as player.playState and
player.controls.currentPositionTimeCode (use an event handler or
interrogate those using a window.setTimeout to fire your handler on a
schedule, eg 200milliseconds)
There's no facility without using a Skin (which you can't then use
embedded) to change the theme colours from the user specified ones.
HTH
Cheers - Neil |
|
| Back to top |
|
 |
David Cleland
Guest
|
Posted:
Sat Nov 12, 2005 5:30 pm Post subject:
Re: toolbar colour |
|
|
"Neil Smith [MVP Digital Media]" <neil@nospam.com> wrote in
| Quote: | You'll have to emulate it by writing the status bar text yourself
using the WMP methods such as player.playState and
player.controls.currentPositionTimeCode (use an event handler or
interrogate those using a window.setTimeout to fire your handler on a
schedule, eg 200milliseconds)
There's no facility without using a Skin (which you can't then use
embedded) to change the theme colours from the user specified ones.
|
Thanks Neil,
Looks as if I will have to get used to the blue then :)
David
|
|
| Back to top |
|
 |
|
|
|
|