Hello! I have solution for that
I have found it here http://www.seblod.pro/forum/32-seblod-3-x-dlya-joomla-3-x/4012-resheno-galereya-dlya-otdelnykh-papok#5235
I want to show you it
1. Make field "upload_file" in storage write your value (in my way it's .audio_1.) (my defalt folder is audio)
2. In intro make freeText field
- save- select "2"
- then in Typography select HTML
- click on the plus
- in the form put this
<audio src="/audio/$cck->getValue('audio_1'); " controls></audio>
WHERE 'audio_1' your value in the storage
and 'audio/' this is my folder
Thise is HTML5 audio we can show audio player without plugin
http://www.w3schools.com/html/html5_audio.asp
I think it will be usefull for someone
But now I have a question
How I can use one field 'upload_file' and save files to different folders.
for example: I have 3 audio files and I want to save them to 3 different folders. (but I don't want use id) I need name folders.
thanks for the answers