How do i create an intro page with video?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
greatbizlord
Forum Newbie
Posts: 1
Joined: Sat May 30, 2015 4:06 pm

How do i create an intro page with video?

Post 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"
User avatar
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?

Post 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.
(#10850)
Post Reply