Closed Thread Icon

Preserved Topic: CSS and Sound (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18511" title="Pages that link to Preserved Topic: CSS and Sound (Page 1 of 1)" rel="nofollow" >Preserved Topic: CSS and Sound <span class="small">(Page 1 of 1)</span>\

 
Shifter
Bipolar (III) Inmate

From: Mesquite, TX 75149
Insane since: Aug 2000

posted posted 01-26-2002 04:33

I have a page with some CSS on it..that loads the left links in a windowd iframe..in the html files that load in the Iframe I put some music..and it worked before..but now It doesn't..the pages that have the music embedded just don't load..I take out the music and it's fine..can't figure out why. Other people tell me it works fine...ugh..could be my os..cept Im using XP and it worked before..so dunno..

Jestah
Maniac (V) Mad Scientist

From: Long Island, NY
Insane since: Jun 2000

posted posted 01-26-2002 04:56

Stupid question: are your speakers on and plugged in?

As far as I know CSS has no problems with sound. Mind posting the page?

--------------
cheers.jay

Shifter
Bipolar (III) Inmate

From: Mesquite, TX 75149
Insane since: Aug 2000

posted posted 01-26-2002 05:01

Yes heh. If I view the pages that go in the iframe manually it works..but when viewed within I can't load them..but other people say they can..perhaps my browser is having some errors..

Forgot to put site - www.templeofmondain.com/members.shtml (Click on Flight..his has music which used to work now doesn't)
And Im not the best at webpages and this ones not complete..just trying to fix this error :\



[This message has been edited by Shifter (edited 01-26-2002).]

GRUMBLE
Paranoid (IV) Mad Scientist

From: Omicron Persei 8
Insane since: Oct 2000

posted posted 01-26-2002 12:09

well, i can hear the sound.

btw: nice site there! congrats!

Jestah
Maniac (V) Mad Scientist

From: Long Island, NY
Insane since: Jun 2000

posted posted 01-26-2002 16:56

Well it works fine for me.

On another note, should this thread be in this forum or the 'XML - XSL - XSLT - XHTML - CSS - DOM - EVERYTHING' forum? Since I don't know I'll leave it as is.

--------------
cheers.jay

Shifter
Bipolar (III) Inmate

From: Mesquite, TX 75149
Insane since: Aug 2000

posted posted 01-27-2002 03:24

yes I put it in the wrong thread by mistake. Sorry.

Everyone seems to hear it but when I click those links It just appears to be loading but never does...weird. Anyone have any ideas?

**update**Okay I've come to determine that in IE6 it doesn't work..when you clikc the links that have sound in them..it just sits there..however if you open settings and just click ok then it will go to the link..somethings holding it up..and I can't figure out what ...anyone have any ideas?
**Update again: okay I just found out why..the code Im using doesnt have a call for IE6..and I have no idea how to fix it..maybe someone else can help me..heres the code Im using:

<scriptlanguage="JavaScript">
var nn4= (document.layers);
var nn6= (document.getElementById && !document.all);
var ie4= (document.all && !document.getElementById);
var ie5= (document.all && document.getElementById);

function loadPage(id,nestref,url) {
// change the 550 value to make the layer wider or smaller
content_width = 550;
if (nn4) {
var lyr = (nestref)? eval('document.'+nestref+'.document.'+id) : document.layers[id]
lyr.load(url,content_width)
}

else if(ie4) parent.contentFRM.location = url;

else if(ie5 &#0124; &#0124; nn6) document.getElementById('contentFRM').src = url;
}

function showPage(id) {
if (ie4) {
document.all[id].innerHTML = parent.contentFRM.document.body.innerHTML;
}

else if(nn6 &#0124; &#0124; ie5) {
document.getElementById(id).innerHTML = window.frames['contentFRM'].document.getElementById('theBody').innerHTML;
}
}
</script>


Thanks again in advance.



[This message has been edited by Shifter (edited 01-27-2002).]

[This message has been edited by Shifter (edited 01-27-2002).]

« BackwardsOnwards »

Show Forum Drop Down Menu