Home
last modified time | relevance | path

Searched refs:swf (Results 1 – 4 of 4) sorted by last modified time

/dokuwiki/data/pages/wiki/
H A Dsyntax.txt174 | Flash | ''swf'' |
/dokuwiki/lib/scripts/
H A Dmedia.js237 if ({img: 1, swf: 1}[dw_mediamanager.ext] === 1) {
255 if (dw_mediamanager.ext === 'swf') {
716 if ({'.jpg': 1, '.jpeg': 1, '.png': 1, '.gif': 1, '.swf': 1}[ext] !== 1) {
726 if (ext === '.swf') {
727 dw_mediamanager.ext = 'swf';
/dokuwiki/data/
H A Ddeleted.files689 lib/exe/multipleUpload.swf
/dokuwiki/inc/
H A Dhtml.php932 * @param string $swf - the SWF movie to embed
941 function html_flashobject($swf, $width, $height, $params = null, $flashvars = null, $atts = null, $alt = '')
957 $std['data'] = $swf;
969 $out .= ' <param name="movie" value="' . hsc($swf) . '" />' . NL;
896 html_flashobject($swf, $width, $height, $params = null, $flashvars = null, $atts = null, $alt = '') global() argument