HighDots Forums  

Embedded MP3 works locally, not via http.

JavaScript discussion (multi-lingual) JavaScript discussion (alt.comp.lang.javascript)


Discuss Embedded MP3 works locally, not via http. in the JavaScript discussion (multi-lingual) forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mike D
 
Posts: n/a

Default Embedded MP3 works locally, not via http. - 09-30-2007 , 12:11 AM






I am trying to put a delayed sound effect into a mouseover event:

http://membre.megaquebec.net/Mike.Duffy/Puns.htm

It works fine locally, (i.e. my local disk copy), but not on the webserver.

The function is:

function delayRimshot(delay)
{setTimeout("document.getElementById('rimshot').Pl ay()",delay*1000);}

The html embedding is done with:

<embed src="rimshot.mp3" autostart=false hidden=true id="rimshot"
enablejavascript="true">

When you call it with an argument of X, is waits X seconds and then plays
the file "rimshot.mp3". In this way I can delay the sound effect depending
on how long it takes for the human to read the pun.

Does anyone have any idea why it works okay locally? I tried putting the
complete url (i.e. "http://membre.megaquebec.net/Mike.Duffy/rimshot.mp3")
into the SRC specification of the embed command, but that did not work
either. The media file:

http://membre.megaquebec.net/Mike.Duffy/rimshot.mp3

has been uploaded okay, you can go to the url on the above line to hear it.

Reply With Quote
  #2  
Old   
Mike D
 
Posts: n/a

Default Re: Embedded MP3 works locally, not via http. - 09-30-2007 , 11:20 AM






Mike D <nospam@nospam> wrote in
news:Xns99BBC1287742Respondnewsgrouponly (AT) 216 (DOT) 196.97.142:

Quote:
I am trying to put a delayed sound effect into a mouseover event:

I got it working by adding a </embed> at the end of the object definition.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.