Need help. I uploaded the files player.swf, swfobject.js to my page and pasted the code below and does not work. However if you replace the addresses to http://strathviewconsultants.wikidot.com/music:caledonia, works there. What am I doing wrong?
Thanks,
Code:
Vídeo do Vimeo 2
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>FLV Player</title>
</head>
<body>
<p id='preview'>Preview</p>
<script type='text/javascript' src='http://informaticabasicacomjcsjesus.wikidot.com/videos/local--files/videos/swfobject.js'>
</script>
<script type='text/javascript'>
var s1 = new SWFObject('http://informaticabasicacomjcsjesus.wikidot.com/videos/local--files/videos/player.swf','player','400','350','9');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('flashvars','file= http://informaticabasicacomjcsjesus.wikidot.com/videos/local--files/videos/wiki.flv');
</script>
</body>
</html>