RESOLVED WONTFIX 21687
flash for worldmap not loading on global sony website
https://bugs.webkit.org/show_bug.cgi?id=21687
Summary flash for worldmap not loading on global sony website
jasneet
Reported 2008-10-16 16:18:54 PDT
I Steps: Go to http://www.sony.net/index.html?tID=worldmap II Issue: flash for worldmap is not loading III Conclusion: following javascript is used to display flash: if((OBInfo.browser=="Safari")||((OBInfo.os=="mac")&&(OBInfo.browser=="IE"))||(OBInfo.os=="other")){ document.write("<table>"); document.write("<tr>"); document.write("<td align='center' background='message.gif'>"); document.write("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' WIDTH=619 HEIGHT=446>"); document.write("<PARAM NAME=movie VALUE='top.swf" + tID + "'>"); document.write("<PARAM NAME=quality VALUE=high>"); document.write("<PARAM NAME=bgcolor VALUE='#FFFFFF'>"); document.write("<EMBED src='top.swf" + tID + "' quality=high bgcolor='#FFFFFF' WIDTH=619 HEIGHT=446 name='top' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash'>"); document.write("</EMBED>"); document.write("</OBJECT>"); document.write("</td>"); document.write("<td>"); document.write("<img src='trans.gif' width='1' height='446' border='0' alt=''>"); document.write("</td>"); document.write("</tr>"); document.write("<tr>"); document.write("<td><img src='trans.gif' width='619' height='2' border='0' alt=''></td>"); document.write("<td><img src='trans.gif' width='1' height='2' border='0' alt=''></td>"); document.write("</tr>"); document.write("</table>"); }else{ document.write("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' WIDTH=619 HEIGHT=446>"); document.write("<PARAM NAME=movie VALUE='top.swf" + tID + "'>"); document.write("<PARAM NAME=quality VALUE=high>"); document.write("<PARAM NAME=bgcolor VALUE='#FFFFFF'>"); document.write("<EMBED src='top.swf" + tID + "' quality=high bgcolor='#FFFFFF' WIDTH=619 HEIGHT=446 name='top' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash'>"); document.write("</EMBED>"); document.write("<NOEMBED>"); document.write("<span class='txt'>Please see </span>"); document.write("<a href='/index_text.html' class='lnk_s_1d268b'>the Text Version</a>"); document.write("<span class='txt'> if the Flash Player plug-in version 6 or later is not installed in your browser.</span>"); document.write("</NOEMBED>"); document.write("</OBJECT>"); } IE, FF and Opera execute "else condition" and display flash. for Safari/Chrome "if condition" is true but still no flash is getting displayed. IV Other Browsers: IE7: ok FF3: ok V Nightly tested: 37604
Attachments
reduced testcase (160.27 KB, application/octet-stream)
2008-10-16 16:19 PDT, jasneet
no flags
jasneet
Comment 1 2008-10-16 16:19:58 PDT
Created attachment 24437 [details] reduced testcase
Alexey Proskuryakov
Comment 2 2022-07-01 11:36:16 PDT
Mass closing plug-in bugs, as plug-in support has been removed from WebKit. Please comment and/or reopen if this still affects WebKit in some way.
Note You need to log in before you can comment on or make changes to this bug.