Hello boys, opening this topic because I'm having trouble using this module.
My site has several videos by category and I am receiving the following error in response to other videos.
<script type='text/javascript' src='swfobject.js'></script>
<div id='mediaspace'>This div will be replaced</div>
<script type='text/javascript'>
var s1 = new SWFObject('player.swf','ply','470','320','9','#ffffff');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('wmode','opaque');
s1.addParam('flashvars','file=<?=urlencode("{media_src}")?>&autostart=true');
s1.write('mediaspace');
</script>
What is the problem?
Please need help.
Thanks