Render an external media file
public externalmedia ( string $src, string $title = null, string $align = null, integer $width = null, integer $height = null, string $cache = null, string $linking = null, boolean $return = false ) : void | string | ||
$src | string | full media URL |
$title | string | descriptive text |
$align | string | left|center|right |
$width | integer | width of media in pixel |
$height | integer | height of media in pixel |
$cache | string | cache|recache|nocache |
$linking | string | linkonly|detail|nolink |
$return | boolean | return HTML instead of adding to $doc |
return | void | string | writes to doc attribute or returns html depends on $return |