is it possible to play a specific size/time 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
Pirontech
Forum Commoner
Posts: 29
Joined: Wed Oct 28, 2009 5:31 am

is it possible to play a specific size/time video

Post by Pirontech »

Hi All,

I have a video file 20 Mb total play time is 12 Minute. Now my question is that i want to link this video with any content on web here i want to set that only this content have right to play video starting from 5 minute to 10 minute.when any user clicks on the Video only he can see the video file starting from 5 minute to 10 minute.

is it possible through PHP? if Yes please share the views and Code...


i am waiting for Your Reply.

Thanks
Dhiraj Kumar
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: is it possible to play a specific size/time video

Post by Eran »

You don't play videos with PHP, you play them using flash or HTML5's video tag. And yes, you can seek to a specific point in the timeline.
Post Reply