
variable url embeds
Not that good at php myself ( understatement)
I would like to insert a variable inside a html page
for example, I would code something like this into the page manually for every page in the html
//
<script>
var playlist= 'playlist: "urltorssfeed.xml"';
</script>
//
Then in the block of my pages, rendered from php and phtml blocks I would have a default JW Player embed setup completely and just want to pass the variable URL into the output, making the playlist variable part of the output embed,
Anyone know how to do this?
Cheers