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

This commit is contained in:
zero 2007-06-20 06:00:42 +00:00
parent a774aa0f54
commit f0726798e5
6 changed files with 21 additions and 4 deletions

View file

@ -144,7 +144,7 @@ function displayMultimedia(src, width, height, auto_start) {
if(/\.swf/i.test(src)) {
clsid = "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000";
codebase = "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.c-ab#version=6,0,29,0";
codebase = "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0";
html = ""+
"<object classid=\""+clsid+"\" codebase=\""+codebase+"\" width=\""+width+"\" height=\""+height+"\" >"+
"<param name=\"movie\" value=\""+src+"\" />"+