Embedding YouTube on a Website: Smooth Transition into video?
33 replies, posted
[QUOTE=Jelly;34798413]That's the weirdest bastardization of jQuery and Javascript I've ever seen.[/QUOTE]
Made it in like 10 seconds without thinking really..... it was mostly just a suggestion.
[QUOTE=KmartSqrl;34798312]Someone visits the site on a mobile browser which means it doesn't support mouseover and the video doesn't work. Never rely on mouseover to provide "critical" functionality.[/QUOTE]
Then give the image a link to the youtube video. Every decent mobile phone uses the youtube app to play videos and linking to a video will make sure it plays.
I don't think he's developing it anymore or he changed the domain.
[QUOTE=Hullu V3;34800330]I don't think he's developing it anymore or he changed the domain.[/QUOTE]
It's [url]http://blsmithmedia.com/[/url] now.
[QUOTE=Miljaker;34800275]Made it in like 10 seconds without thinking really..... it was mostly just a suggestion.[/QUOTE]
I know but instead of
[code]document.getElementById("embedload").innerHTML[/code]
you could of just used
[code]$('#embedload').html();[/code]
Sorry, you need to Log In to post a reply to this thread.