--- open_flash_chart_api.module.orig 2009-07-06 17:23:37.000000000 +0200 +++ open_flash_chart_api.module 2009-07-06 17:23:28.000000000 +0200 @@ -111,6 +111,17 @@ } /** + * Set no flash text + */ + function set_alternate_text($text) { + $this->alternate_text = $text; + } + + function get_alternate_text() { + return $this->alternate_text; + } + + /** * Set the unique_id to use for the flash object id. */ function set_unique_id() { @@ -964,9 +975,16 @@ $js_path = drupal_get_path('module', 'open_flash_chart_api') .'/js/swfobject.js'; drupal_add_js($js_path); - $tmp[] = '
'; + $tmp[] = '