I want to autoplay a MP3 audio file and I don\'t want the player to be visible.
If you can read this, your browser does not support the audio element.
And the css:
#music { display:none; }
Like suggested above, you probably should have the controls available in some form. Maybe use a toggle link/checkbox that slides the controls in via jquery.
Source: HTML5 Audio Autoplay