Storage and Selection

It is already the second time that I try to get an internal storage file into the application and nothing happens, I have already used the Taifun extension, following countless different steps and nothing went right. I added the permissions last and still no success loading the audio inside the application. where is the error?

1 Like

If you ask questions here, please temporarily change the language to English beforehand:

2 Likes

adjusted…

???

I put it in English, but some words were still in Portuguese. so I put the English translation on top.

Player.Source = true / false ???

1 Like

I did not understand

Player.Source has to be eg:
/storage/emulated/0/Music/track1.mp3

1 Like

.Ogg works?

of course, I only use ogg files

Well then I don’t know where the error is.

Player.Source has to be something like:

/storage/emulated/0/Music/track1.mp3 or
/storage/emulated/0/Music/track1.ogg

2 Likes

as @bodymindpower already tried to say…
this


returns true or false and NOT the path to the file

why don’'t you use Do it to debug your blocks?
see also tip 4 here App Inventor: How to Learn | Pura Vida Apps

Taifun

3 Likes