Any way to stop the Spotify player (embed) when the user scrolls the website page?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does anyone know of a way to stop the Spotify player (embed) when the user scrolls the website page?
We have this code working now:
// Get a reference to the embed iframe element
const spotifyEmbedWindow = document.querySelector('iframe[src*="spotify.com/embed"]').contentWindow;
spotifyEmbedWindow.postMessage({command: 'toggle'}, '*');
However, if the user has manually paused the player, it will start to play when the user scrolls.
Is there a way to fully STOP or PAUSE the music instead of TOGGLING?
Any help here is appreciated.
Erica
Labels:
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page