Filters & Components
As with the playlist, the media player itself can be used inside filtered content & used inside of components. Here's an example use case for selling downloads.
In this example, we're using the player for giving the user the ability to play some audio, view the waveform & display the duration.
The loop element here is actually a 'audio track' component consisting of a few elements, a favorite button, a media player, some text and a buy button (highlighting not everything needs to be placed inside of a media player element, only the interactive parts for the media to control playback. it's often best used as part of a larger component)
The loop element here is actually a 'audio track' component consisting of a few elements, a favorite button, a media player, some text and a buy button (highlighting not everything needs to be placed inside of a media player element, only the interactive parts for the media to control playback. it's often best used as part of a larger component)