Changeset 481012
- Timestamp:
- 12/27/2011 11:05:00 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
embed-grooveshark/trunk/includes/GroovesharkShortcode.class.php
r477614 r481012 69 69 70 70 $output = <<<WPGROOVESHARK 71 <object width="{$width}" height="{$height}" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="{$name}" name="{$name}"><param name="movie" value="http://grooveshark.com/{$widget}" /><param name="wmode" value=" window" /><param name="allowScriptAccess" value="always" /><param name="flashvars" value="hostname=cowbell.grooveshark.com&{$gstype}={$id}&{$theme}&p={$autoplay}" /><!--[if !IE]>--><object type="application/x-shockwave-flash" data="http://grooveshark.com/{$widget}" width="{$width}" height="{$height}"><param name="wmode" value="window" /><param name="allowScriptAccess" value="always" /><param name="flashvars" value="hostname=cowbell.grooveshark.com&{$gstype}={$id}&{$theme}&p={$autoplay}" />{$content}</object><!--<![endif]--></object>71 <object width="{$width}" height="{$height}" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="{$name}" name="{$name}"><param name="movie" value="http://grooveshark.com/{$widget}" /><param name="wmode" value="opaque" /><param name="allowScriptAccess" value="always" /><param name="flashvars" value="hostname=cowbell.grooveshark.com&{$gstype}={$id}&{$theme}&p={$autoplay}" /><!--[if !IE]>--><object type="application/x-shockwave-flash" data="http://grooveshark.com/{$widget}" width="{$width}" height="{$height}"><param name="wmode" value="opaque" /><param name="allowScriptAccess" value="always" /><param name="flashvars" value="hostname=cowbell.grooveshark.com&{$gstype}={$id}&{$theme}&p={$autoplay}" />{$content}</object><!--<![endif]--></object> 72 72 WPGROOVESHARK; 73 73 if ( $swfobject ) { … … 114 114 }; 115 115 var params = { 116 wmode: " window",116 wmode: "opaque", 117 117 allowScriptAccess: "always" 118 118 };
Note: See TracChangeset
for help on using the changeset viewer.