Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.
var swf = [];
swf[0] = {
src: "myfirstgallery.swf",
width: "550px",
height: "400px"
}
swf[1] = {
src: "mysecondgallery.swf",
width: "700px",
height: "250px"
}
function loadGallerySWF(swf){
var so = new SWFObject(swf.src, "viewer", swf.width, swf.height, "7", "#181818");
so.write("flashcontent");
}
loadGallerySWF(swf[0]);
1 to 4 of 4