I need to create a page that plays a video file and redirects to a survey page, after the video is finished. The user should not be able to access survey page without finishing the video.
I have no idea about video files with php. Where and how should I get started for this?? Any help is highly appreciated.
- Sarangi
Video files with PHP
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Video files with PHP
Because you want to know when the video is done, you should look into streaming. There are some PHP video streaming scripts around, mainly for flash video, that you might be able to use. Or use a streaming server like Real's.
(#10850)