Danke!! Ich muss auch ehrlich zugeben, dass ich den Fancycode nicht versteh:
$("a.more").fancybox({
'titleShow' : false,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'href' : this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
'type' : 'avi',
'avi' : {'wmode':'transparent','allowfullscreen':'true'}
});
mein Link schaut so aus:
<a class="more" href="./BERLIN_NIGHT.AVI"><img src="./delete.png" />Das ist das tumpnail</a>
In der Fehlerkonsole bekomme ich: this.href is undefined.
Ich hab leider keine Ahnung wieso, this müsste ja auf <a, also den Link zeigen, oder?
Vielen Dank,
Hans