Changeset 228079
- Timestamp:
- 04/12/2010 06:53:57 PM (16 years ago)
- Location:
- grooveshark/tags
- Files:
-
- 3 edited
-
1.4.0/grooveshark.php (modified) (1 diff)
-
1.4.0/js/grooveshark.sidebar.js (modified) (1 diff)
-
1.4.1/js/grooveshark.sidebar.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
grooveshark/tags/1.4.0/grooveshark.php
r223718 r228079 967 967 <param value='always' name='allowScriptAccess'></param> 968 968 <param value='hostname=cowbell.grooveshark.com&songID=203993&style=metal' name='flashvars'></param> 969 <embed width='200' height='40' wmode='window' allowscriptaccess='always' flashvars='hostname=cowbell.grooveshark.com&songID=203993&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&songID=203993&style=metal' type='application/x-shockwave-flash' src='http://listen.grooveshark.com/songWidget.swf'></embed> 970 970 </object> 971 971 </div> -
grooveshark/tags/1.4.0/js/grooveshark.sidebar.js
r223718 r228079 533 533 var ap = (+ap != 0) ? '&p=' + ap : ''; 534 534 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>", 536 536 "<param name='wmode' value='window'></param>", 537 537 "<param name='allowScriptAccess' value='always'></param>", -
grooveshark/tags/1.4.1/js/grooveshark.sidebar.js
r227254 r228079 533 533 var ap = (+ap != 0) ? '&p=' + ap : ''; 534 534 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>", 536 536 "<param name='wmode' value='window'></param>", 537 537 "<param name='allowScriptAccess' value='always'></param>", 538 538 "<param name='flashvars' value='hostname=cowbell.grooveshark.com&", 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&", 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&", songIDString, theme, ap, colors, "' allowScriptAccess='always' wmode='window'></embed>", 540 540 "</object>"].join(''); 541 541 return embed;
Note: See TracChangeset
for help on using the changeset viewer.