mati...@gmail.com
unread,Feb 12, 2017, 4:08:12 AM2/12/17Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Designer beta
Hi Rahuu: I was trying to do the same thing, and found the way to do it! I´ll try to explain the way I used... sorry for my english. First of all I use two images of the same size, one with a PUASE icon and another one with a PLAY icon, both png files. I seted the visibility of the Play button to "Hidden", and the pause button to "Visible", I want to see the pause button first because I´m using it for stopping an autoplayed audio.
So, then it´s all about events. When I click the pause button, with CSS style event, set the "Visibility" of your pause button to "Hidden" and your play button to "Visible", and of course add an event for mute toggle the audio in both buttons. Hope it works for you! Best regards.