How do i create an intro page with video?
Moderator: General Moderators
-
greatbizlord
- Forum Newbie
- Posts: 1
- Joined: Sat May 30, 2015 4:06 pm
How do i create an intro page with video?
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"
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: How do i create an intro page with video?
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.
(#10850)