mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 19:29:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@543 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9e94a95c4a
commit
d8a6852a72
4 changed files with 36 additions and 5 deletions
|
|
@ -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 = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue