Setting up a webplayer with playlist using <iframe> and <object> codes.

Setting up a webplayer with playlist using <iframe> and <object> codes.

I'm having trouble setting up a webplayer on a site.
I had set up the player receiving the files and set up a jwplayer with an xml playlist.
I am then notified we won't be receiving files just <iframe> and <object> codes.
The player I am using only supports this if I get a crossdomain.xml set up and that's not an option.
What I need to know is how to set up a playlist that can on click play the selected <iframe> and <object> codes in a player window next to them.

I am a beginner with javascript, most of my experience is html.