Henrique_Vargas
Guest
|
Posted:
Fri Jun 04, 2004 5:45 pm Post subject:
Embeded windows media with statusbar only!!!! |
|
|
Hí people. I want to embed WMPlayer in a Webpage with
custom controls (flash controls), but wen i put the code
(ActiveX) to hide controls, i can't see the status bar...
and i don't want it. Somebody can help-me??? I just want a
way to hiding controls, but at same time, show statusbar....
Thanks
|
|
Neil Smith [MVP Digital M
Guest
|
Posted:
Sat Jun 05, 2004 1:18 am Post subject:
Re: Embeded windows media with statusbar only!!!! |
|
|
On Fri, 4 Jun 2004 06:45:48 -0700, "Henrique_Vargas"
<henrique@aec.com.br> wrote:
| Quote: | Hí people. I want to embed WMPlayer in a Webpage with
custom controls (flash controls), but wen i put the code
(ActiveX) to hide controls, i can't see the status bar...
|
Thats right. Using the uimode="none" hides the status bar.
| Quote: | and i don't want it.
|
Then that sounds perfect, if you *don't want it*
| Quote: | Somebody can help-me??? I just want a
way to hiding controls, but at same time, show statusbar....
|
You *do* or you *don't* want the statusbar ?
The only option with uimode=none is to program a status bar yourself
using a DIV or SPAN tag, and querying the player using javascript (or
actionscript and fscommand) and displaying the results in the DIV.
Style / Decorate the DIV according to taste.
If you want more info you'll have to say what you want to do more
clearly, and what you want to see.
Cheers - Neil |
|