Instead of continuing the battle against spammers, we decided to close the forum for new users and topics. But don't worry, there are still plenty of ways to reach us. Most notably, we will move our attention to Stack Overflow, where we will monitor questions under the tags [highcharts], [highstock] and [highslide].
For other ways of getting in touch with us, see Highcharts Support or Highslide Support.
Torstein Hønsi, CTO, 2013-01-29 hs.graphicsDir = 'pathto/highslide/graphics/';
hs.showCredits = false;
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'glossy-dark';
hs.fadeInOut = true;
// Add the controlbar
hs.outlineWhileAnimating = true;
hs.allowSizeReduction = false;
// always use this with flash, else the movie will be stopped on close:
hs.preserveContent = false;
hs.wrapperClassName = 'draggable-header dark';
hs.addSlideshow({
slideshowGroup: ['indexgallery', 1, 2, 3],
interval: 3000,
repeat: false,
useControls: true,
fixedControls: 'fit',
overlayOptions: {
opacity: .75,
position: 'bottom center',
hideOnMouseOut: true
},
thumbstrip: {
position: 'above',
mode: 'horizontal',
relativeTo: 'expander'
}
});
function openYouTube(opener) {
var returnValue;
if (/(iPhone|iPad|iPod)/.test(navigator.userAgent)) returnValue = true;
else returnValue = hs.htmlExpand(opener, {
objectType: 'swf',
objectWidth: 480,
objectHeight: 385,
width: 480,
outlineType:'rounded-white',
swfOptions: {
params: {
allowfullscreen: 'true'
}
},
maincontentText: 'FLASHプレーヤーを更新する必要がございます'
});
return returnValue;
};
function openVimeo(el) {
if (!/(iPhone|iPad|iPod)/.test(navigator.userAgent)) {
return hs.htmlExpand(el, {
objectType: 'iframe',
width: 600,
height: 472,
allowSizeReduction: false,
wrapperClassName: 'draggable-header no-footer',
preserveContent: false,
objectLoadTime: 'after'
});
}
}
Users browsing this forum: Google [Bot] and 4 guests