pinx Posted May 27 Share Posted May 27 Hi, Just wondering if anyone has any experience of this. I need buttons at the bottom of my player. With tip button and private chat. balance (not essential) How to do this? Quote Link to comment Share on other sites More sharing options...
0 Connessione Posted May 28 Share Posted May 28 This is mostly about HTML/CSS/JS stuff. You need to find out the DIV container of the player and wrap it around another DIV container. then create your HTML element with the three buttons as shown in the image layout. Your button click actions will be controlled by separate JavaScript methods that you will define separately. Now use CSS to position the controls inside the master DIV as per your needs. See this video. 1 Quote Link to comment Share on other sites More sharing options...
0 pinx Posted May 28 Author Share Posted May 28 5 hours ago, Connessione said: This is mostly about HTML/CSS/JS stuff. You need to find out the DIV container of the player and wrap it around another DIV container. then create your HTML element with the three buttons as shown in the image layout. Your button click actions will be controlled by separate JavaScript methods that you will define separately. Now use CSS to position the controls inside the master DIV as per your needs. See this video. So on the output on the final webpage this needss to be under neath the player? Cheers. Quote Link to comment Share on other sites More sharing options...
0 Connessione Posted May 29 Share Posted May 29 You cake a hint from this fiddle. Quote Link to comment Share on other sites More sharing options...
Question
pinx
Hi,
Just wondering if anyone has any experience of this.
I need buttons at the bottom of my player.
With tip button and private chat.
balance (not essential)
How to do this?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.