Since I'm fairly new to this, I'm not sure what is going on and how to fix it. I'm also having issues with the same line causing a "is not a function" error. This is the script with the errors. It is complaining about osmplayer and playlist.xml
<script type="text/javascript">
var $jq = jQuery.noConflict();
$jq(function() {
$jq("#osmplayer").osmplayer({
width: '600px',
height: '400px',
playlist: 'playlist.xml'
});
});
</script>

New Topic/Question
Reply



MultiQuote






|