Reply
Contributor
RDev
Posts: 17
Registered: ‎04-18-2012
0 Kudos
Accepted Solution

Change gradient on TitleLabel in ChromlessPlayer?

Is it possible to change the TitleLabel gradient color in the ChromlessPlayer?  I'd like to have it be transparent, but I don't see a style for it?

 

Also, is there a list of css styles we can use on each player element; both inline and in <Style> tags?

 

Thanks!

Brightcove Team
BC-Jonathan
Posts: 235
Registered: ‎09-30-2011
0 Kudos

Re: Change gradient on TitleLabel in ChromlessPlayer?

Here is a link to the "master" CSS file that shows what can and cannot be styled: http://files.brightcove.com/BEML-style-guide.css

 

Hope this helps.

 

Thanks

Contributor
RDev
Posts: 17
Registered: ‎04-18-2012
0 Kudos

Re: Change gradient on TitleLabel in ChromlessPlayer?

Hi Jonathan,

Thanks for the style guide.  I just want to make sure I understand the functionality; I can only style the button's colors in the Media Module under Styles, but I can't apply the colors via CSS in BEML?

 

Thanks.

Brightcove Team
BC-Jonathan
Posts: 235
Registered: ‎09-30-2011
0 Kudos

Re: Change gradient on TitleLabel in ChromlessPlayer?

I haven't done much of it myself, but I think you can stylize the .buttons within the videoPlayer to achieve the same thing.

Contributor
RDev
Posts: 17
Registered: ‎04-18-2012
0 Kudos

Re: Change gradient on TitleLabel in ChromlessPlayer?

I tried using .buttons and I was able to preview the button changes, but upon saving, the styles don't get applied.

 

<Style id="videoPlayer">

<![CDATA[

.buttons {

    gradientTop: #000000;

    gradientBottom: #FFFFFF;

}

]]>

</Style>

Brightcove Team
BC-Jonathan
Posts: 235
Registered: ‎09-30-2011
0 Kudos

Re: Change gradient on TitleLabel in ChromlessPlayer?

I want to make sure I read that correctly.  When you preview it, you see the styles, but upon saving they are gone?

 

Thanks

Contributor
RDev
Posts: 17
Registered: ‎04-18-2012
0 Kudos

Re: Change gradient on TitleLabel in ChromlessPlayer?

Correct.  I see the changes in the Preview Template option and when I select the template from the template list.  I do not however see the changes for the template when previewing with an actual video.  I've had to create a new player first.

 

Is there a delay perhaps?

 

 

Brightcove Team
BC-Jonathan
Posts: 235
Registered: ‎09-30-2011
0 Kudos

Re: Change gradient on TitleLabel in ChromlessPlayer?

Sorry... trying to make sure I understand what is happening.

 

When you create a player from this template, are the changes visible?

 

Thanks

Contributor
RDev
Posts: 17
Registered: ‎04-18-2012
0 Kudos

Re: Change gradient on TitleLabel in ChromlessPlayer?

[ Edited ]

I was only able see the new changes if I made a new instance of a player from the template.  Any previously existing players that use the same template do not have my new changes.  Once I make a new instance of a player, then I can see the changes as I make them.  

 

Things are fine now, but I had to make a new instance to see my changes.