Can I make IE and Chrome's HTML 5 player appear and behave like Firefox's? The click to play feature, and black transparency with play preview button are the features that I really desire. What I have (IE & Chrome): What I want (Firefox): Thank you all! Josh
You probably can, but it will involve some kind of javascript overlay, which disappears and autoruns the video when clicked on.
Thank you PoPSiCLe for the reply. Would you happen to have a resource, or good place for me to start in regards of writing the Javascript for the overlay? Thanks!
No, not really, but it shouldn't be too complicated - what you need is an overlay that matches the position and size of the video-frame, and watch for click-events on it (or, if you want, a play/pause-button on the overlay only) - I found this (not exactly the same, but maybe it can be a starting point): http://stackoverflow.com/questions/3820325/overlay-opaque-div-over-youtube-iframe
Hi Sorry to ask question here, i want integrate social share and embedded option in my html player, Can you please advise me how to do it. Please