Page 1 of 1

How do i create an intro page with video?

Posted: Sun May 31, 2015 4:50 pm
by greatbizlord
How do i create an intro page with video that will auto change to picture after playing and display a button that will say "ENTER SITE"

Re: How do i create an intro page with video?

Posted: Mon Jun 01, 2015 10:21 am
by Christopher
Use the <video> tag in HTML5. There are Javascript events for video play. Attach a function to the play done event to display the ENTER SITE button.