13 $max =
$config->get(
'HTML.MaxImgLength');
15 'embed',
'Inline',
'Empty',
'Common',
17 'src*' =>
'URI#embedded',
18 'type' =>
'Enum#application/x-shockwave-flash',
19 'width' =>
'Pixels#' . $max,
20 'height' =>
'Pixels#' . $max,
21 'allowscriptaccess' =>
'Enum#never',
22 'allownetworking' =>
'Enum#internal',
23 'flashvars' =>
'Text',
24 'wmode' =>
'Enum#window,transparent,opaque',