You are here

constant SWFTOOLS_UNDEFINED in SWF Tools 6.3

Used in various places to indicate that the requested item is undefined.

Related topics

30 uses of SWFTOOLS_UNDEFINED
hook_swftools_playlist_PLAYER in docs/swftools.php
Processes a playlist ready for use by the specified player.
hook_swftools_preprocess_PLAYER in docs/swftools.php
Does the final preparation prior to rendering the specified player.
swftools_flowplayer3_swftools_playlist_flowplayer3 in flowplayer3/swftools_flowplayer3.module
Implementation of hook_swftools_playlist_PLAYER().
swftools_flowplayer3_swftools_preprocess_flowplayer3 in flowplayer3/swftools_flowplayer3.module
Implementation of hook_swftools_preprocess_[player]().
swftools_get_player in ./swftools.module
Returns the currently configured player for the specified action and profile.

... See full list

File

./swftools.module, line 27
The primary component of SWF Tools that enables comprehensive media handling.

Code

define('SWFTOOLS_UNDEFINED', '__undefined');