Audio Pro - Embed Audio Playlist to External Site
Using Jamroom
test.tpl is not a good name, use trial.tpl or junk.tpl or something. I think theres something somewhere that checks for the /test/ in the domain part. Just had weird results with it in the past.
You'll need to bring in the meta.tpl file so for now just wrap it in the header and footer so you know all the needed javascript for the player is there, then start removing the graphical stuff once you've got it working.
Check that the profile_id you're using
* does have audio files
* is not set to private
later, once you have it working with the profile_id hard coded you can change it to use a URL parameter, eg:
yoursite.com/trial/1
Then use {debug} to find out which $_post variable the '1' part of the url comes out on and put that into your player so you can get any profile you want by changing the URL.