Plugin Directory

Changeset 481012


Ignore:
Timestamp:
12/27/2011 11:05:00 AM (14 years ago)
Author:
manfer
Message:

Fixed widget should not go over all content

File:
1 edited

Legend:

Unmodified
Added
Removed
  • embed-grooveshark/trunk/includes/GroovesharkShortcode.class.php

    r477614 r481012  
    6969
    7070        $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>
    7272WPGROOVESHARK;
    7373        if ( $swfobject ) {
     
    114114    };
    115115    var params = {
    116         wmode: "window",
     116        wmode: "opaque",
    117117        allowScriptAccess: "always"
    118118    };
Note: See TracChangeset for help on using the changeset viewer.