I followed the instructions to install Live Admin on a page:
Included the javascript tag as well as the <span id='liveadmin'></span>
I dont see the clickable status image on my page displayed?
What am i doing wrong??
Here is the code snippet:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Mobile marketing, advertising, content delivery from iLoop Mobile</title>
<link rel="stylesheet" type="text/css" href="/style/main.css" />
<link rel="stylesheet" type="text/css" href="/style/header.css" />
<script type="text/javascript" src="/js/ufo.js"></script>
<script type="text/javascript">
var FO = { movie: "swf/iloop_obama.swf", wmode: "transparent", width: "816", height: "423", majorversion: "8", build: "0", loop: "false", quality: "high", scale: "exactfit" };
UFO.create(FO,'flashbox');
</script>
<script language="javascript" type="text/javascript" src="http://www.liveadmin.net/client/liveadmin.php?key=L222a587837564AA0M1527C0"></script>
</head>
<body>
<span id='liveadmin'></span>
<!-- this is a comment -->
</body>
</html>