Hi there,
I love the plugin, too. Only one feature does not work for me and I would love to make it work.
Can anyone tell me why I cannot apply the HIGHSLIDE option in the latest version of ImageFlow? It jumps back to “Default” all the time and I get the following error:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; .NET CLR 4.0.20506)
Timestamp: Tue, 13 Apr 2010 22:21:02 UTC
Message: ‘J.parentNode’ is null or not an object
Line: 5
Char: 1913
Code: 0
URI: http://www.xxxxxxxxxxxx.xxx/wp-includes/js/swfobject.js?ver=2.1
I think some js is broken. Have a look at the html of the select element and copy the corresponding option value on the input text below the select element
<script type="text/javascript" defer="defer">
domReady(function() {
var instance1 = new ImageFlow();
instance1.init({
ImageFlowID:'ImageFlow_1'
, buttons: true
, captions: false
, imageFocusMax: 2
, onClick: 'function() { return hs.expand(this,{ src: this.getAttribute(\'longdesc\')})};'
, reflectionGET: '&bgc=ffffff'
});
});
I am having the same problem but in FireFox the textbox is updated when you change options but, in the html source code it adds single quotes.
Have anyone seen/fixed this issue?