This topic has 4 replies, 2 voices, and was last updated 12 years, 7 months ago by riedel.
Viewing 5 posts - 1 through 5 (of 5 total)
Hello
I have a very good idea.
I did player with format AAC+, put it in a Sticky Bar.
Sticky Bar works very good and if it is hidden, the player does not play, if opened, the radio plays over.
Try here: http://testradio.radiofresh.ru/
The idea:
When I turn on the player at the bottom, then sticky Bar automatically hiding? And when I turn off the player at the bottom, then the sticky Bar is automatically opened and radio stream over the radio plays.
Can you do that?
Open style.css file and find the below shown code and make display:none; to display:block;
#sticky {
top: 0;
display: none;
position: relative;
width: 100%;
padding: 10px 0;
z-index: 1000;
background-color:#F6F3DA;
color: #222222;
font-size: 12px;
text-align: center;
}
Hello
Thanks, but you did not understand me.
Wu showed me how to do that would be sticky bar was always open. This is a little something.
On my site, there are now 2 player.
1 – in a tacky bar that plays the radio stream.
2 – the default player for albums and dj mixes.
To do:
Whatever sticky bar automatically hide, if I turn on the player with a DJ mix.
Conversely, if I turn off the player with a DJ mix, the sticky bar automatically opens and starts playing the radio.
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.