txtadd(hs,’videoHs’);
addhotspot(get(hs));
set(hotspot[get(hs)].url.html5,’%SWFPATH%/plugins/videoplayer.js’); //问题在这?
set(hotspot[get(hs)].url.flash,’%SWFPATH%/plugins/videoplayer.swf’); //问题在这?
set(hotspot[get(hs)].videourl,’video.mp4′);
set(hotspot[get(hs)].ath,’0′);
set(hotspot[get(hs)].atv,’0′);
set(hotspot[get(hs)].distorted,’true’);
set(hotspot[get(hs)].scale,’0.5′);
set(hotspot[get(hs)].pausedonstart,’true’);
set(hotspot[get(hs)].onclick,’togglepause()’);
以上action代码是问题出在哪里?为什么不起作用?