Bug 21687 - flash for worldmap not loading on global sony website
Summary: flash for worldmap not loading on global sony website
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://www.sony.net/index.html?tID=wo...
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2008-10-16 16:18 PDT by jasneet
Modified: 2022-07-01 11:36 PDT (History)
2 users (show)

See Also:


Attachments
reduced testcase (160.27 KB, application/octet-stream)
2008-10-16 16:19 PDT, jasneet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 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
Comment 1 jasneet 2008-10-16 16:19:58 PDT
Created attachment 24437 [details]
reduced testcase
Comment 2 Alexey Proskuryakov 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.