function swftools_playlist_from_field_module in SWF Tools 5
imagefield.module and filefield module helper
User-friendly function for nodes that contain files through the good work of imagefield or filefield..
Parameters
$nid: Pass a specific nid, otherwise the function automatically assumes the page is a node display page, and the nid from ?=node/nid.
$which: Pass 'files' for all the files, 'images' for all the images or 'all' to process all attached files.
File
- ./
swftools_integrate.module, line 132
Code
function swftools_playlist_from_field_module($nid = SWFDEFAULT) {
}