The website I am trying to get it to work on is here:
http://www.kaimeramedia.com/derek/Website/Main_New7.html
The Problem is I can't seem to get the code for highslide to work at the end of the imageflow.js file.
The code is:
domReady(function()
{
var instanceOne = new ImageFlow();
instanceOne.init({ ImageFlowID:'CGI-Archive', startID: 3, reflectionPNG: true, onClick: function() { return hs.expand(this, {src: this.getAttribute('longdesc'), outlineType: 'rounded-white', showCredits: false,fadeInOut:true, captionText: this.getAttribute('alt')}); }
});
ImageFlow works without it, but both are supposed to work together. What am I doing wrong?
Here is the location of the entire imageflow.js & highslide.js files:
http://www.kaimeramedia.com/derek/Website/imageflow.js
For the highslide.js file swap out imageflow.js for highslide.js
Any help would greatly be appreciated
There is a curly brace missing at the end of your code.
another thing that's wrong... this:
should probably read:
or: