views:

34

answers:

1

1) I register account in Youtube.

2) People, who is logged in in my website can upload their videos on my site.

3) Videos is uploaded to my Youtube account.

4) So, one account of youtube holds all uploaded videos by my website's members

Is it possible to do that? If you didn't understand, feel free to ask.

Thank you very much.

+I want to be able to allow people add their name of video, add tags and so on.

+1  A: 

Using the YouTube API, you can implement that. Have a look:

http://code.google.com/intl/de/apis/youtube/overview.html

Steffen Müller