/**/
html{ height:100%; }
body{ font-family:Arial,Verdana; padding:0; background-color:#222; height:100%; margin:0; }
/**/
You need to upgrade your Flash Player
function setFocusOnFlash() {
var fl = document.getElementById("powerbook");
fl.focus();
}
function callbackTest(){
alert("CALLBACK TEST!")
}
var flashvars = {
xml: "global.xml",
xml_book: "book.xml",
deep_linking: "false"
};
var params = {
allowFullScreen: "true",
scale: "noscale",
menu: "false",
wmode: "opaque"
};
swfobject.embedSWF("powerBook.swf", "powerbook", "100%", "100%", "10.0.0", "expressInstall.swf",flashvars,params);
swfobject.addLoadEvent(setFocusOnFlash);