Mira, yo la usé asi y me funciona bien
Código HTML:
Ver original<!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"> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="assets/SqueezeBox.css" /> <script type="text/javascript" src="mootools-core-1.4.5.js"></script> <script type="text/javascript" src="SqueezeBox.js"></script>
<select id="opciones" name="opciones" onchange="seleccionar();"> <script type="text/javascript"> //<![CDATA[
function seleccionar(){
var opt = document.getElementById('opciones').value;
if(opt == "uno"){
window.addEvent('domready', function() {
SqueezeBox.initialize({
size: {x: 400, y: 350}
});
SqueezeBox.open("http://emprear.com", {
handler: 'iframe',
size: { x: 400, y: 350 }
});
});
}
}
//]]>
y use la mootools-core-1.4.5.js, pero me baje la version completa con todas las dependencias
Saludos