Index: flashvideo/flashvideo.module =================================================================== --- flashvideo/flashvideo.module (revision 463) +++ flashvideo/flashvideo.module (working copy) @@ -751,7 +751,24 @@ } /** - * Given a node and some parameters, this will return a video object. + * Given a node and some parameters, this will return a video object. + * + * @param stdObject $node + * A node object. + * @param array $params + * An array of optional parameters: + * index => Integer video index + * node => stdObject video node + * fids => Integer File ID + * autostart => String 'true' or 'false' to automatically play the video + * width => Integer video width in pixels + * height => Integer video height in pixels + * id => String YouTube or Google Video ID + * @param boolean $file_only + * Determine the type of output returned (see below). + * @return String + * If $file_only is TRUE, return path to video file. + * If $file_only is FALSE, return HTML code. */ function flashvideo_get_video($node, $params, $file_only = false) {