i am using the vlc webplugin 1.4.1 in the internet explorer with jquery api.
now i want to put a link or function to the video. so if i click on the video a function shoul be called.
already tried :
Code: Select all
<div id='vlc1' onclick="location.href='destination'">
Code: Select all
var vlcplugin = document.getElementById("vlc1");
vlcplugin.onclick = function();
thanx,
marc