Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Hide any controls


Hi everyone!

I would like to hide every controls : displayheight is the same as height, and showdigits, showicons are set to false...
What is missing ?

bc.. <div id="mainImage" style="height:250px;">
<embed
src="mediaplayer.swf"
width="954"
height="250"
bgcolor=#FFFFFF
wmode=transparent
flashvars="width=954&height=250&displayheight=250&autostart=true&showdigits=false&showicons=false&file=/contenus/anims/Anim.flv"
/>
</div>


Thanks for your help !

10 Community Answers

JW Player

User  
0 rated :

please see reply in the other [url=http://www.jeroenwijering.com/?thread=8309]thread[/url]

JW Player

User  
0 rated :

Thanks for your answer, but it's not working ;o(

Here is my updated flashvars line :

bc.. flashvars="width=954&height=250&displayheight=250&autostart=true&showdigits=false&showicons=false&linkfromdisplay=true&link=#&linktarget=_self&file=/contenus/anims/Anim.flv


It seems it does not prevent the mouseover scrollbar to load...

JW Player

User  
0 rated :

are you using the v.3.14 jw player? showicons=false should indeed hide the mouseover controlbar -
make sure your player is up to date

JW Player

User  
0 rated :

HI ~

I've looked all thru these messages and I haven't been able to fix my problem - I can't hide the control bar!

the autostart works fine and the video plays fine. I've probably made a mistake in the "flashvars".

Thanks for your help!

here's my code:

<embed src="http://www.bobson.com/mediaplayer.swf"
width="128"
height="175"
allowscriptaccess="always"
allowfullscreen="false"
flashvars="height=175&width=128&file=/bobface.flv&autostart=true&repeat=true&shownavigation=false&showdigits=false&showicons=false"
/>

JW Player

User  
0 rated :

I revised my script and added "carriage returns" so it will all show on the message screen:

<embed
src="http://www.bobson.com/mediaplayer.swf"
width="128"
height="175"
allowscriptaccess="always"
allowfullscreen="false"

flashvars="height=175&width=128&file=/bobface.flv&autostart=true&repeat=true&
shownavigation=false&backcolor=0x000000&frontcolor=0x000000&
lightcolor=0x000000&showdigits=false&showicons=false"/>

JW Player

User  
0 rated :

and yes, I've updated to version 3.15...

JW Player

User  
0 rated :

add to your flashvars:bc.. &displayheight=175

JW Player

User  
0 rated :

Thanks Ajax! I don't understand why that fixed it - but it sure did! :)

JW Player

User  
0 rated :

Hi,
Is there anyway in jw player, Hide the progress bar(timeSliderProgress)
if yes, plz mail me on
asifjans@yahoo.com

Ethan Feldman

JW Player Support Agent  
0 rated :

@asif – You can either set the controlbar flashvar to none, or using the new skinning model, remove the timeSlider from the XML file – http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/14/skinning-the-jw-player-5

This question has received the maximum number of answers.