SWFObject_api Module Description ------------------------------------- This module makes it easier to add flash content to sites Installation ------------------------------------- 1) Please module into modules directory 2) Download SWFObject library from: http://blog.deconcept.com/swfobject/#download 3) Place swfobject.js file into modules/swfobject_api/ 4) Activate module in admin/build/modules Usage ------------------------------------ Adding flash to your theme is as simple as: $url = "myflashfile.swf"; //path to flash file $params = array('width' => 100, 'height' => 100 ); print theme("swfobject_api", $url, $params);