Closed Bug 506709 Opened 15 years ago Closed 8 years ago

[royalcaribbean.com] Royal Carribean 360 tour uses bad Quicktime plugin invocation

Categories

(Web Compatibility :: Site Reports, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: zzxc, Unassigned)

References

()

Details

(Whiteboard: [country-us] [video])

The 360 cabin tour at royalcaribbean.com uses the Quicktime plugin via an <object> tag lacking a type attribute.  The result is that the video plays in Safari+IE, but not Firefox.  The page needs to be updated to include a proper mime type so that the plugin is loaded.
1. I was unable to find the way to access that page from the home page.
2. Note that this page still exist with still the same issue. 
So I was trying to access 
It's indeed working in Safari.

The code provided by the page is

<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" 
        codebase="http://www.apple.com/qtactivex/qtplugin.cab" 
        width="315" height="255">
   <param name="SRC" value="http://media.royalcaribbean.com/content/en_US/virtual_tours/fleet/cabin_types/FR_FamOVPano.pano">
   <param name="AUTOPLAY" value="true">
   <param name="CONTROLLER" value="true">
   <embed src="http://media.royalcaribbean.com/content/en_US/virtual_tours/fleet/cabin_types/FR_FamOVPano.pano"
          autoplay="true" 
          controller="true" 
          pluginspage="http://www.apple.com/quicktime/download/">
</object>

I'm tempted to close.
Assignee: english-us → nobody
Component: English US → Desktop
Whiteboard: [country-us] [video]
It no longer works in Safari, gives the error:
[Error] Failed to load resource: Plug-in handled load (FR_FamOVPano.pano, line 0)

Let's go ahead and close this now.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Product: Tech Evangelism → Web Compatibility
You need to log in before you can comment on or make changes to this bug.