I'm searching for a video field for CCK, but can't find a working module that does this simple thing.

I'm using drupal 6.12

The idea is to create a video content type, add a "video" field and display the video via lightbox2

It doesn't seem a very difficult question, there's something to do this with drupal 6.12?

Comments

vm’s picture

investigate the filefield.module, the emfield.module or another that handles the uploading of files. To get it to play in a player, investigate the swftools.module

mm167’s picture

why lightbox2?

do u mean a popup "video display" instead of a "fixed" video player div on the page?