swfObject module for drupal
updated: Please see the drupal project: http://drupal.org/project/swfobject_api for updates
updated: swfmodule to more recent version
I created a way to use the swfobject library in drupal. This allows a developer to make a call like:
print swfobject_create($url, $params);
To display a swf file. Url is the web accessible address to the file. Params are the flash parameters- not needed, but if they aren’t set, height and width are set to 100%
Updated September 1, 2006
Download here: swfobject.tgz

