Autoplay mp3 on page load

Posted by bambinou, 11-16-2012, 07:12 AM
Hello, I have a 5 second greeting mp3 I would like to start on page load. With the below code it works on firefox, chorome and safari but not IE(Latest). Any idea why please? Thank you, Ben

Posted by dcdan, 11-16-2012, 11:00 AM
Please please do not do that.

Posted by Herasil, 11-16-2012, 11:11 AM
Check out: http://www.w3schools.com/html/html_sounds.asp Some of the problems that it lists are "Different browsers support different audio formats" and "If a browser does not support the file format, the audio will not play without a plug-in" It provides a solution using HTML5 and an HTML fallback that might work for you. But dpdp is right, autoplaying sounds can be really annoying for visitors.

Posted by bambinou, 11-17-2012, 04:19 AM
Hi, In understand what you mean but when your boss asks you something and tell you to do it, you have to.........I am not in a position to decide what I want unfortunately as my boss will not let me explain what we should do or not do. I must do what "he" wants without questioning. Thank you, Ben

這篇文章有幫助嗎?

 列印本文

Also Read

Shell Script Question

Posted by jscholes, 03-13-2010, 08:55 AMHi, I have a Windows port of the Unix/Linux uptime...

Redirecting a subdomain to a folder on the main domain?

Posted by Max Renn, 11-12-2012, 02:46 AMHi all I hope someone can help me with this. Do any...

FTP Question - Limiting types of Access

Posted by webtender, 03-29-2008, 11:17 PMHello, Is it possible to setup ftp accounts that have...

Trojan detected on initial load of site

Posted by geekie246, 01-08-2008, 02:10 PMHi. I have 2 reseller accounts with one provider, and...

How to call/load .net dll(C#) from c++ code?

Posted by TajByte, 03-22-2007, 04:50 AMHow to call/load .net dll(C#) from c++ code? Posted...