I have created a new node type called video with cck, then i used contemplate to create a seperate teaser.
See here: http://danieljwilcox.com/
( I shot and edited the video )
The teaser shows an image preview of the video ( using the image field )
The full page view shows the video which is embedded in the page using the apple quicktime javascript library, so it works with internet explorer
I hard coded the link to the javascript in the theme, couldnt work out how to use the drupal add js ( is that right )
Heres how the create content form is created
1- Teaser
Title ( title of the video )
Image field ( preview of video )
text field ( short description )
2 - Video page
Url field ( for the video, using contemplate i wrapped the link print $field_video_url['value']['link']
inside the javascript, so you just have to add a link to the video and the javascipt embeds it in the page )
What i need to work out is how to make the image into a link to the video page.
I have tried this print $path ">image code goes in here around the image code - this only works if you are logged in and looking at the video on the front page, if you arent logged in the path isnt render in the html.
I guess i need a read more link wrapped round the image.
The images doesnt show up in the rss, i think thats because the link is relative to the drupal base and not an absolute link. Would be good to add the javascipt properly instead of hardcoding it into the head tags of the theme