This topic is locked

Video PLayer

12/12/2010 5:41:30 AM
PHPRunner General questions
S
swanside author

Hi there.
I want to be able to make a user based website which a user can login, put there own videos on the page, but a guest can login and only see the vidoes. Now thats not a problem. My problem is I want to use the embed function from youtube, so I could make a list of my own favorite videos.

This is a bit of code from youtube, I have saved this as a textfield, and view as video, but the video does not load.

Any ideas please?

Thanks

Paul.

<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/a84L1hVVEls?fs=1&amp;hl=en_US&amp;rel=0";></param><param'>http://www.youtube.com/v/a84L1hVVEls?fs=1&amp;hl=en_US&amp;rel=0";></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/a84L1hVVEls?fs=1&amp;hl=en_US&amp;rel=0"; type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>
Sergey Kornilov admin 12/12/2010

'View as' Video doesn't work with Youtube. It's designed to work with video files uploaded to your server.
Try 'View as' HTML or Custom.