upload videos from youtube

Ideaweesyz

New Member
I'm going to store the video embed code from youtube since users can upload videos. What should be the data type of the field where I would store the video embed code.Video embed code like this: \[code\]<object width="640" height="385"> <param name="movie" value="http://www.youtube.com/v/M8uPvX2te0I?fs=1&hl=en_US"></param> <param name="allowFullScreen" value="http://stackoverflow.com/questions/3724120/true"></param> <param name="allowscriptaccess" value="http://stackoverflow.com/questions/3724120/always"></param> <embed src="http://www.youtube.com/v/M8uPvX2te0I?fs=1&hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object>\[/code\]
 
Back
Top