I have multiple pages of audio content, some page huge lists of audio. What happens is people viewing these pages they can play all players/audio nodes at the same time. What I would like is if a player is started the previous one the user was listening to automatically stops.

Is this possible. Thanks

Comments

ajuliano’s picture

I would like to know the solution here too.

Anyone?

dallasclark’s picture

I've got a site that is using the 'Cute Button', any method of making this flash player play one song at a time?

sgriffin’s picture

Some players can be controlled by javascript to stop, for everything else, you can save the html of the element to a variable and reset it when you click on a new track.
For example if you use swf object, you could add a function to first save the element and then call the swfjobject to a variable and embed the flash. The next song calls the same function checks if something is saved, and resets the last one and then embeds what you want to play.