Closed Bug 276484 Opened 20 years ago Closed 8 years ago

miguelsworldofpercussion.com - The sound is missing...

Categories

(Web Compatibility :: Site Reports, defect, P4)

defect

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: home, Unassigned)

References

()

Details

I wrote the code for this site.  When I bring it up in IE, it plays sounds when
the cursor passes over the items on the navigator bar (musical instruments). 
You can also tell you are over the instrument because a box appears around it. 
Firefox plays no sound.  I can email you the code if you can't get what you want
from a show source.

I hate Microsoft.  Anything I can do to stop them is wonderful.  As far as I am
concerned, Bill Gates has effectively crippled Internet and software development
because of his desire to take over the world.  He's a little Napoleon who needs
to be stopped!  The point is, your browser has to be able to do everything that
IE can do and more.  That's the only way you can dent his hold on the world.  I
might also mention it would be nice if you worked with people who are interested
in open source OSs like Linux.  The faster we can get rid of Microsoft, the
better as far as I am concerned!!!

Thank you so much!
R. L. Head
   if (document.all) 
     {document.all.sound.src = a[0]; 
     }

document.all is an IE-only property.
Assignee: bugs → english-us
Component: Software Update → English US
OS: Windows ME → All
Priority: -- → P4
Product: Firefox → Tech Evangelism
QA Contact: bugs → english-us
Hardware: PC → All
Summary: The sound is missing... → miguelsworldofpercussion.com - The sound is missing...
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: needinfo?(home)
I do appreciate your identifying the reason it is failing in Firefox.  I "borrowed" the code from some download site.  I will see if I can now figure out the fix.  If you have any suggestions, please feel free to share them.

Randee
Flags: needinfo?
Assignee: english-us → nobody
Component: English US → Desktop
Flags: needinfo?(home)
```html
<div align="center">
  <a href="http://www.miguelsworldofpercussion.com/discography.shtml" 
     onmouseout="MM_swapImgRestore()" 
     onmouseover="MM_swapImage
		('http://www.miguelsworldofpercussion.com/sounds/TangDrum.mid','Discs','',
		'http://www.miguelsworldofpercussion.com/images/tn1ttz_jtrans_TangDrums.gif',1)">
    <img name="Discs" src="http://www.miguelsworldofpercussion.com/images/tn1tt_jtrans_TangDrums.gif" 
         alt="Discography; Tang Drum" 
         width="72" border="0" height="90"></a> 
</div>
```

The issue is still the same

```
  if (document.all)
    {document.all.sound.src = foo;
    }
```

It doesn't work in WebKit nor Blink, and I doubt it is working in Edge.

Maybe we should close this as INVALID by now. I don't think the site is maintained too.
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?
Resolution: --- → INVALID
Product: Tech Evangelism → Web Compatibility
You need to log in before you can comment on or make changes to this bug.