Plugin Directory

Changeset 228079


Ignore:
Timestamp:
04/12/2010 06:53:57 PM (16 years ago)
Author:
grooveshark
Message:

Fixed issue with staging for new downloads, may update stable tag soon for updated version

Location:
grooveshark/tags
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • grooveshark/tags/1.4.0/grooveshark.php

    r223718 r228079  
    967967                <param value='always' name='allowScriptAccess'></param>
    968968                <param value='hostname=cowbell.grooveshark.com&amp;songID=203993&amp;style=metal' name='flashvars'></param>
    969                 <embed width='200' height='40' wmode='window' allowscriptaccess='always' flashvars='hostname=cowbell.grooveshark.com&amp;songID=203993&amp;style=metal' type='application/x-shockwave-flash' src='http://staging.listen.grooveshark.com/songWidget.swf'></embed>
     969                <embed width='200' height='40' wmode='window' allowscriptaccess='always' flashvars='hostname=cowbell.grooveshark.com&amp;songID=203993&amp;style=metal' type='application/x-shockwave-flash' src='http://listen.grooveshark.com/songWidget.swf'></embed>
    970970            </object>
    971971            </div>
  • grooveshark/tags/1.4.0/js/grooveshark.sidebar.js

    r223718 r228079  
    533533    var ap = (+ap != 0) ? '&amp;p=' + ap : '';
    534534    var embed = ["<object width='", width, "' height='", height, "'>",
    535                          "<param name='movie' value='http://staging.listen.grooveshark.com/", swfName, "'></param>",
     535                         "<param name='movie' value='http://listen.grooveshark.com/", swfName, "'></param>",
    536536                         "<param name='wmode' value='window'></param>",
    537537                         "<param name='allowScriptAccess' value='always'></param>",
  • grooveshark/tags/1.4.1/js/grooveshark.sidebar.js

    r227254 r228079  
    533533    var ap = (+ap != 0) ? '&amp;p=' + ap : '';
    534534    var embed = ["<object width='", width, "' height='", height, "'>",
    535                          "<param name='movie' value='http://staging.listen.grooveshark.com/", swfName, "'></param>",
     535                         "<param name='movie' value='http://listen.grooveshark.com/", swfName, "'></param>",
    536536                         "<param name='wmode' value='window'></param>",
    537537                         "<param name='allowScriptAccess' value='always'></param>",
    538538                         "<param name='flashvars' value='hostname=cowbell.grooveshark.com&amp;", songIDString, theme, ap, colors, "'></param>",
    539                          "<embed src='http://staging.listen.grooveshark.com/", swfName, "' type='application/x-shockwave-flash' width='", width, "' height='", height, "' flashvars='hostname=cowbell.grooveshark.com&amp;", songIDString, theme, ap, colors, "' allowScriptAccess='always' wmode='window'></embed>",
     539                         "<embed src='http://listen.grooveshark.com/", swfName, "' type='application/x-shockwave-flash' width='", width, "' height='", height, "' flashvars='hostname=cowbell.grooveshark.com&amp;", songIDString, theme, ap, colors, "' allowScriptAccess='always' wmode='window'></embed>",
    540540                    "</object>"].join('');
    541541    return embed;
Note: See TracChangeset for help on using the changeset viewer.