download mp3/video page

codeangle's picture
I have been trying to create a download page in d6. I started messing about with views and cck. I ended up breaking my website. I cleared all the db cache tables run cron and I was fine. I can do something with images but I don't know how with mp3/video files. Can a kind soul help? Cheers.

You should be able to do

You should be able to do something with SWF Tools - http://drupal.org/project/swftools
cryo's picture

SWF tools

Yo codeangle, When you build your content type for mp3 downloads, you need to go to -manage fields -display fields then select from drop down, either from teaser or full node SWF Tools with download link. Or you can create a view, block or page with a list of downloads available. I'm kinda shooting in the dark because it would be good to know in what context the downloads are displayed. Hope it helps E
codeangle's picture

http://www.codeangle.net The

http://www.codeangle.net The downloadable files mp3 and video will be kept ina folder presumably sites/all... A link will display them in tabular or lists format with control of how many files at a time. Once you click on a file your computer will give you the option to save it on your file or open it up or whatever else I choose if I get there. Is this explanatory enough for you to help further?