How To Embed or Pop Out Single Audio Track

alt=
Ekwe
@ekwe
10 years ago
212 posts
Hello, I've been looking through the documentation to see how I can have my players for the single audio pop out or have them embeddable on other pages.

This closest I have seen is this, and it is for a playlist. I need for single audio. THANKS!!!


updated by @ekwe: 11/03/14 03:12:21PM
michael
@michael
10 years ago
7,714 posts
You would create a page that contains the player only. Then make that pop out using whatever popout you like.

Loose overview:
your-site.com/popout_player

would link to
/skins/YOUR-SKIN/popout_player.tpl

Put the player in there using variables that come in from the url.

If you want a song, then add that to the url your using in the popout call

your-site.com/popout_player/555

Then in popout_player.tpl use the {debug} to find out the name of the variable that has "555" as its value.

Pass that to the player as the item_id of the song you want to play.

Tags