This commit is contained in:
cdtank 2010-07-22 21:05:40 +00:00
parent bcf202e77b
commit 70e58dd4ce
7 changed files with 22 additions and 11 deletions

View file

@ -350,10 +350,11 @@ function renderCoAuthorshipVisualization() {
"pluginspage", "http://www.adobe.com/go/getflashplayer"
);
} else { // flash is too old or we can't detect the plugin
var alternateContent = 'Alternate HTML content should be placed here. '
var alternateContent = '<br /><h3 style="color: red;">'
+ 'This content requires the Adobe Flash Player. '
+ '<a href=http://www.adobe.com/go/getflash/>Get Flash</a>';
+ '<a href=http://www.adobe.com/go/getflash/>Get Flash</a></h3>';
document.write(alternateContent); // insert non-flash content
}
}