Hiya,
I am new to Javascript and I need help adding a .swf file to a javascript array file. It works fine for .jpg files, but not at all for .swf files. Below is a snippet of the array. I believe I need a to create an external js file to make this run, but I am stuck on what code to write.
var images = new Array();
//OTHER
images.push("images/images_portfolio/mis c/mobilemedic.jpg");
images.push("images/images_portfolio/mis c/showDVD2008.jpg");
images.push("images/images_portfolio/mis c/sjm_dvd.jpg");
images.push("images/images_portfolio/mis c/gear6.swf")
images.push("images/images_portfolio/mis c/compellent.swf");
Thanks in advance.
I am new to Javascript and I need help adding a .swf file to a javascript array file. It works fine for .jpg files, but not at all for .swf files. Below is a snippet of the array. I believe I need a to create an external js file to make this run, but I am stuck on what code to write.
var images = new Array();
//OTHER
images.push("images/images_portfolio/mis
images.push("images/images_portfolio/mis
images.push("images/images_portfolio/mis
images.push("images/images_portfolio/mis
images.push("images/images_portfolio/mis
Thanks in advance.
