I'm using the bootstrap template with a linked html page. On the html page (code below) there is an oddcast avatar that speaks some text. The avatar works fine when the page is played independently of the bootstrap template, or if it is played in the main XOT program in an embed content page, but will not play in a bootstrap HTML page either when the HTML/JS code is pasted into the page or when the page links to an html file (that it works in). I've tried pasting the oddcast javascript directly into a bootstrap 'script' page but that also shows nothing. I don't see any way currently that this will work, but I'm not sure what is stopping it. This is the html/js code below and I've attached some images.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled</title>
</head>
<body bgcolor="#0000ff">
<font face='Arial' size='4' color='#ffffff'>
THIS IS A DESCRIPTION OF THIS PAGE IN HTML CAN YOU SEE THIS
</font><br><br>
<div id='divVHSS'></div><script language="JavaScript" type="text/javascript" src="
vhss-d.oddcast.com/vhost_embed_functions_v2.php?acc=23237&js=1">
</body>
</html>