* modified for Windows Media Player by Hans Bracker an Casio Peia
*
* Markup (:wmplayer Attach:filename type=MIME-Typ width=number height=number:)
*
* use Attach:filename or http://urlpath/filepath/filename
*
* Example (music): (:wmplayer Attach:mymusic.wma type=audio/x-ms-wma width=320 height=45:)
* Example (video): (:wmplayer Attach:myvideo.wmv type=video/x-ms-wmv width=320 height=285:)
*/
# set to 0 to disable loading of files with http://urlpath...
SDV($EnableExternalResource, 1);
Markup('wmplayer', '
";
$out .= " ";
$out .= " ";
$out .= " ";
$out .= " ";
$out .= " ";
$out .= " ";
$out .= " ";
$out .= "";
return Keep($out);
}
if($imap=='http:') return "";
else return Keep($FileUrl);
}