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:
<object width="640" height="385">
<param name="movie" value="http://www.youtube.com/v/M8uPvX2te0I?fs=1&amp;hl=en_US"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="http://www.youtube.com/v/M8uPvX2te0I?fs=1&amp;hl=en_US"
type="application/x-shockwave-flash" allowscriptaccess="always"
allowfullscreen="true" width="640" height="385"></embed>
</object>