Got muses working without a skin
Had to leave the skin visible but "hide" it by setting the width and height to 1px
This commit is contained in:
parent
bafd9eeb6f
commit
875ed0e41e
2 changed files with 33 additions and 18 deletions
|
@ -203,8 +203,8 @@
|
|||
c + ("&skin=" + g.getSkin(a.skin, !0)),
|
||||
c = c + ("&title=" + a.title),
|
||||
c = c + ("&welcome=" + a.welcome),
|
||||
//b = g.getScriptBaseHREF() + "/muses-hosted.swf",
|
||||
b = "http://localhost/js/airtime/embeddableplayer/muses.swf",
|
||||
b = g.getScriptBaseHREF() + "/muses-hosted.swf",
|
||||
//b = "http://localhost/js/airtime/embeddableplayer/muses.swf",
|
||||
e = 'width="' + a.width + '" height="' + a.height + '" ';
|
||||
null != a.bgcolor && (e += 'bgcolor="' + a.bgcolor + '" ');
|
||||
var f = '<object id="' + a.id + '" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ' + e + ">",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue