i use alternate embedding methods with <param name="flashvars" value='config=config.js' />
how can i set a cuepoint in config.js? i tried:
'playlist': [
{
'url': 'http://www.blinkenfilme.de/svl/008/SVL_008.mp4',
'autoPlay': false,
'duration': 10,
'onCuepoint': [
[2000, -3000],
function(clip, point) {
this.getPlugin('content').setHtml(this.id() + ': ' + point);
}
]
}
]
how can i set a cuepoint in config.js? i tried:
'playlist': [
{
'url': 'http://www.blinkenfilme.de/svl/008/SVL_008.mp4',
'autoPlay': false,
'duration': 10,
'onCuepoint': [
[2000, -3000],
function(clip, point) {
this.getPlugin('content').setHtml(this.id() + ': ' + point);
}
]
}
]