To resolve the problem I have put the code in the header.php instade the side.php
Yes you can read more than 2 files :
[audio:1.mp3,2.mp3,3.mp3]
in a post or
<?php if (function_exists("insert_audio_player")) {
insert_audio_player("[audio:1.mp3,2.mp3,3.mp3]");
} ?>
In header by exemple.