Difference between revisions of "DJ Photos"
m (New page: <html> <div class="ev_slideshow"> <div id="slideshowDiv" class="ev_bgcolor_row2"> <h1>The slideshow requires Flash Player 9.0.28 or higher.<br> Please <a href="http://www.adobe....) |
(No difference)
|
Revision as of 11:56, 7 January 2009
<html>
<script type="text/javascript">
function flashPutHref() {
//dummy function to prevent javascript errors from Slideshow callback
}
var obj = new SWFObject("http://bose.infopop.cc/groupee_common/flash/gallery.swf",
"slideshow",
"100%", // width
"550", // height
"9.0.28",
"#000000",
true);
obj.useExpressInstall('http://bose.infopop.cc/groupee_common/flash/expressinstall.swf');
obj.addParam("allowScriptAccess", "always");
obj.addParam("style", "z-index:-9999");
obj.addParam("allowFullScreen", "true");
obj.addVariable("xmlfile", "http://bose.infopop.cc/eve/forums/a/albumXML/f/301107819/t/4181084006");
obj.write("slideshowDiv");
addOnClearMenusHandler(function() {
$('slideshowDiv').style.visibility = 'visible';
});
addOnShowMenuHandler(function() {
$('slideshowDiv').style.visibility = 'hidden';
});
</script>
<html>