Can someone tell me if this is possible in PHP?

I would like to allow users to upload their videos to my site. This then has a 30 second clip at the start of it that is clickable and cannot be skipped forward added to it on our system. Like the youtube ads.

I would like to know if this is possible in PHP or will i have to get on my RUBY?

Please let me know

DM me if you would like to help me do this also. I.E. Tell me specifically how to do it.

Thank You Guys!

I would think that would be handled within the flash player, rather than within PHP.

The ad is not added to the video when it’s uploaded or in your server-side code at all. It is done with Flash, in the video player, at the point the client is about to view a video.

Searching for 'Flash Video Player Advert’ on Google leads me to this site: http://www.longtailvideo.com/

Maybe you can achieve what you want using that player.

Thank you Dan. Thats the answer i was looking for.