You are here

constant SWFTOOLS_DEFAULT_HTML_ALT in SWF Tools 6.3

Same name and namespace in other branches
  1. 6 swftools.module \SWFTOOLS_DEFAULT_HTML_ALT
  2. 6.2 swftools.module \SWFTOOLS_DEFAULT_HTML_ALT

The default alternate markup string that is displayed if the embedding process fails.

Related topics

3 uses of SWFTOOLS_DEFAULT_HTML_ALT
swftools_admin_embed_form in includes/swftools.admin.inc
Form definition for embedding settings.
theme_swftools_html_alt in includes/swftools.core.inc
Themes the alternate HTML markup for an SWF Tools element.
_swftools_filter_process_text in ./swftools.module
Processes text obtained from the input filter.

File

includes/swftools.core.inc, line 32
Implements SWF Tools core functions that are common to the main module and the API module.

Code

define('SWFTOOLS_DEFAULT_HTML_ALT', '<p>You are missing some Flash content that should appear here! Perhaps your browser cannot display it, or maybe it did not initialize correctly.</p>');