Jump to content
Fórum Script Brasil
  • 0

Erro ao usar "document.write" para tocar arquivo mp3


nilsonrdg

Question

No JavaScript chamo a função: Falar("qualquer_som.mp3")

function Falar(ArqSom)

{

Som = "Sons/" + ArqSom.toLowerCase() + ".mp3"

tagSom = "<embed TYPE='application/x-mplayer2' src='" + Som + "' width='140' height='30' autostart='true' loop='FALSE'></embed>"

parent.frameAuxSom.window.document.write(tagSom);

}

O que o código faz é apenas escrever a tag:

<embed TYPE='application/x-mplayer2' src='"Sons/qualquer_som.mp3" width='140' height='30' autostart='true' loop='FALSE'></embed>

No internet explorer o Media Player toca o som;

No mozilla não toca. Então clico com o botão direito no player e escolho no menu a opção "detalhes do erro", assim aparece a informação que o arquivo não foi encontrado.

Como conseguir tocar o arquivo localmente?

O problema parece estar no player, mas usando JavaScript deve existir uma solução melhor.

Edited by nilsonrdg
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
tira o Type que roda em todos navegadores.....

Realmente dá certo. Mas o meu problema é que instalei o "quick player" para tocar alguns arquivos que os outros players não tocavam. Mas, instalado o quick player, os arquivos colocados com a tag embed são tocados por ele. O problema: o quick player demora carregar e faz o computador ficar lento enquanto carrega (o media player carrega muito mais rápido).

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...