Hi! I can't get working flowplayer and init splash image with flashembed. I disabled autoBuffering and inside 'a' tag I put an 'img' tag, but when page loads the img is replaced by the 'object' tag automatically. What can I solve this?
Thank you in advance,
Regards.
$(function() {
$('a.flowplayer').flashembed(PATH_TO_FLOWPLAYER_SWF, {
config:
{
clip: {
autoPlay: false,
autoBuffering: false,
url: PATH_TO_VIDEO
}
}
});
});
<a class="flowplayer flowplayerVideo" href="PATH_TO_VIDEO">
<img src="PATH_TO_SPLASH_IMAGE" />
</a>
Thank you in advance,
Regards.
