git-svn-id: http://xe-core.googlecode.com/svn/trunk@543 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-19 10:03:11 +00:00
parent 9e94a95c4a
commit d8a6852a72
4 changed files with 36 additions and 5 deletions

View file

@ -36,8 +36,8 @@ function displayMultimedia(src, width, height, auto_start) {
var ext = src.split(".");
var type = ext[ext.length-1];
if(auto_start) auto_start = 1;
else auto_start = 0;
if(auto_start) auto_start = "true";
else auto_start = "false";
var clsid = "";
var codebase = "";