--- C:/Users/Flash/Desktop/ad_flash.module lun abr 20 03:47:18 2009 +++ G:/wamp/www/giwitt/sites/all/modules/ad_flash/ad_flash.module sáb nov 28 13:51:47 2009 @@ -569,10 +569,16 @@ } function theme_ad_flash_swf_render($ad, $flash) { - // The .swf extensions isn't needed, because we use Adobe scripts - $url = str_replace('.swf', '', $flash->path); - - $output = ""; + $output = ''; + $output .= ''; + $output .= ''; + $output .= ''; + $output .= ''; + $output .= ''; + $output .= ''; + $output .= ''; + $output .= ''; + return $output; }