yup… got the preload none in there, nice work!
Hey kahuitel… try to add preload=”none” to your audio tag. So would look like:
<audio src="yousourcelink.mp3" preload="none"></audio>
That should stop the page from loading the audio automatically.
Sounds like an issue with your upload limit size in your php.ini file. Depending on your host, you may be able to change the value upload_max_filesize in the php.ini file to reflect a higher limit than 2MB. That file should be in the directory where your php install is.
If that doesn’t work, there are some other methods to try including altering your .htaccess file. Give this a read:
http://ww.wp.xz.cn/support/topic/increasing-max-filesize?replies=8