hello every body
i have this code :
it works fine in browsers except IE
what may be the problem?\
i have this code :
Code:
<!DOCTYPE html> <html > <head> </head> <body> <script> aLoops = []; aLoops[0] = new Audio('media/background.ogg'); aLoops[0].volume = 0.3; alert("43434"); aLoops[0].play(); </script> </body> </html>
it works fine in browsers except IE
what may be the problem?\
Comment