Is it possible to force the user to view a commercial before the actual video begins when using video embedding in HTML5?
Any links to relevant info would be appriciated!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is called Pre-roll.
The HTML5 specification doesn’t. You can write JavaScript and logic around your video in order to create a pre-roll system. Ad servers and ad networks are now starting to support HTML5 video.
To do this I would essentially load the first video and onFinish trigger a method to load up your actual video.
Thanks!