One thing I noticed is the playlist.json hosted on your site, when I look at it I see
Code:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>
<PRE>{
"playlist": [
{
"url": "img0.jpg",
"caption": "A bird perching on a twig."
},
{
"url": "img1.jpg",
"caption": "Lions lounging on the grass."
},
{
"url": "img2.jpg",
"caption": "Seagulls gazing collectively."
},
{
"url": "img3.jpg",
"caption": "Snail on a table."
},
{
"url": "img4.jpg",
"caption": "A lone wolf looks on..."
}
],</PRE>
<PRE> "hold_time":2,
"loops":2,
"transition_time":1
}</PRE>
When it should be
Code:
{
"playlist": [
{
"url": "img0.jpg",
"caption": "A bird perching on a twig."
},
{
"url": "img1.jpg",
"caption": "Lions lounging on the grass."
},
{
"url": "img2.jpg",
"caption": "Seagulls gazing collectively."
},
{
"url": "img3.jpg",
"caption": "Snail on a table."
},
{
"url": "img4.jpg",
"caption": "A lone wolf looks on..."
}
],
"hold_time":2,
"loops":2,
"transition_time":1
}
Also the no right click script does not work on your site, as I can still right click. Even if its to prevent people from stealing your website code, there are more than one way besides right clicking. Besides if viewing if your source was disabled we would not be able to help unless you posted the code on here
Bookmarks