Hi Guys... I seem to be suffer from a syntax error also.
But for some reason this only happens for some cases.
For example the following URL works fine:
http://goo.gl/er43d
Perfect, job done.
But when I then place this on my blog:
http://goo.gl/Y5i82
I get an error. So damn close.
So is the code within the blog causing issues. The code Im using is as follows:
<script src="http://www.fullvisual.co.uk/blog/natgal.js"></script>
<div id="pano" style="width:540px; height:350px;">
<noscript><table style="width:100%;height:100%;"><tr
style="valign:middle;"><td><div style="text-align:center;">ERROR:<br/><br/>Javascript
not activated<br/><br/></div></td></tr></table></noscript>
<script>
embedpano({swf:"http://www.fullvisual.co.uk/blog/natgal.swf",
xml:"http://www.fullvisual.co.uk/blog/natgal.xml", target:"pano"});
</script>
</div>
Is that causing issues?
Cheers