Closed
Bug 152494
Opened 23 years ago
Closed 23 years ago
Browser crashes while loading page (with onLoad .wav file)
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: olgierd, Assigned: beard)
References
()
Details
(Keywords: crash)
Attachments
(2 files)
Every time the page is viewed, Chimera 0.3 crashes. The page has a Javascript
header that detects the browser and checks for WMP (Windows Media Player???).
This page works fine with 0.27 (no sound though).
Reporter | ||
Comment 1•23 years ago
|
||
Copy of www.echoboy.com as of 6/17/02
Comment 3•23 years ago
|
||
Here's the function that is called by an onload event in BODY element.
function MM_controlSound(sndAction,_sndObj) { //v2.0
var sndObj = eval( _sndObj );
if (sndObj != null) {
if (sndAction=='stop') {
sndObj.stop();
} else {
if (navigator.appName == 'Netscape' ) {
sndObj.play();
WorksForMe using Chimera/20020617. Olgierd, care to try with a more recent nightly?
Severity: normal → critical
Keywords: crash
Reporter | ||
Comment 5•23 years ago
|
||
My bug referred to yesterday's build. I tried today's and it still crashing.
Maybe I should have mentioned that I have QuickTime 6 beta on my machine.
Comment 6•23 years ago
|
||
Using 06-18 build on OS 10.1.5, WFM. No crash.
You need to log in
before you can comment on or make changes to this bug.
Description
•