SWF Tools allows you to easily embed flash content and media players on your pages. The whole concept of SWF Tools is to let you focus on displaying media on your site, but without having to write code to enable it.
Formats
You can use any of the following formats to add your media:
CCK display formatters (see documentation for details)
Inline embedding ([swf file="mymovie.swf"])
PHP code:
print swf('mymovie.swf');
Embedding
You can choose either direct embedding markup, or JavaScript embedding using SWF Object 2
Media players
You can enable support for a number of common media players, including:
OUTDATED MODULE: This is a bundle of two modules audiofield.module and videofield.module which are CCK fields for storing audio and video files. They are similar to filefield.module and imagefield.module fields.
Both fields depend on multimediafile.inc which implements common functions and can be used in the future for all other file CCK fields.