Indicate ‘listened to’ / visited hyperlink
-
Is there a way to change the ‘look’ of a play bar once it’s been listened to?
I have a page with loads of short audio clips, and my clients would like some indicator of what they’ve already listened to.
I’ve put a screenshot of part of the page on https://photos.google.com/u/1/search/tra/photo/AF1QipNASoFsMYDt-v0yPHdAMjSSGFAp0YOP_tKtiNU6
In case it’s relevant, I’ve put in CSS
/*make the bar and the timeline green instead of grey and blue */
.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
background: #c8cfa5 !important;
}
.mejs-time-current {background: #7e9122 !important;}
/* remove the volume controls / .mejs-horizontal-volume-slider {display: none !important;} .mejs-volume-button {display: none !important;} / hide the current time of playing */
.mejs-currenttime { display: none !important;
}Thank you!
- The topic ‘Indicate ‘listened to’ / visited hyperlink’ is closed to new replies.