I Was wondering how to make something as followed:
I want to have an image that displays a splash image, clicking on that image it will play a youtube Movie in the same
Try something like this:
$('img').click(function(){ var video = ''; $(this).replaceWith(video); });
demo here: http://jsfiddle.net/2fAxv/1/