# Can't seem to add sound files

**URL:** https://community.thunkable.com/t/cant-seem-to-add-sound-files/54662
**Category:** Questions about Thunkable X
**Created:** [November 1, 2018, 7:59pm UTC](https://community.thunkable.com/t/cant-seem-to-add-sound-files/54662 "2018-11-01T19:59:39Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Adam\_Shield](https://avatars.discourse-cdn.com/v4/letter/a/a87d85/32.png) [@Adam\_Shield](https://community.thunkable.com/u/Adam_Shield)
#### Post date: [November 1, 2018, 7:59pm UTC](https://community.thunkable.com/t/cant-seem-to-add-sound-files/54662/1 "2018-11-01T19:59:39Z")

</div>

![50%20PM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/f/5/f5be3eb21a6a9d018ae9a042e8f319325d39d505.png)

Every time I add my own sound file and try to play it with a button, it doesn’t work. I attached the error message to a label and it reads " sound file is not loaded yet" when I hit the button on my iPad but it never seems to actually load. It works when I use a url but not an uploaded file. It’s only about a second long and the documentation says it supports wav… still I went ahead and tried mp3 and still no luck. Anybody have any experience with this?

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [November 1, 2018, 11:46pm UTC](https://community.thunkable.com/t/cant-seem-to-add-sound-files/54662/2 "2018-11-01T23:46:47Z")

</div>

Hi @Adam_Shield, welcome to the Thunkable community.

Any idea how big your Sound file is?  
Also, can you try renaming the .WAV file to remove the spaces and hyphen (just in case!)

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [November 2, 2018, 6:44am UTC](https://community.thunkable.com/t/cant-seem-to-add-sound-files/54662/3 "2018-11-02T06:44:57Z")

</div>

Can you post this file here? The sound component has an onSourceLoaded block, which should work after the file is fully loaded. But earlier this block did not work under iOS. I do not know if the developers have fixed this bug or not.

Try specifying the file name in WebViewer.URL. Is the file playing in this case?

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [November 2, 2018, 10:16am UTC](https://community.thunkable.com/t/cant-seem-to-add-sound-files/54662/4 "2018-11-02T10:16:53Z")

</div>

Indeed there is a problem with the Sound. When you try to play the sound error that the file is not loaded. Unit OnSourceLoaded still does not work on iOS.

---

<div class="post-metadata">

### Author: ![Adam\_Shield](https://avatars.discourse-cdn.com/v4/letter/a/a87d85/32.png) [@Adam\_Shield](https://community.thunkable.com/u/Adam_Shield)
#### Post date: [November 2, 2018, 3:37pm UTC](https://community.thunkable.com/t/cant-seem-to-add-sound-files/54662/5 "2018-11-02T15:37:30Z")

</div>

Yep! It was the filename, haha. Thanks!

---

<div class="post-metadata">

### Author: ![Adam\_Shield](https://avatars.discourse-cdn.com/v4/letter/a/a87d85/32.png) [@Adam\_Shield](https://community.thunkable.com/u/Adam_Shield)
#### Post date: [November 2, 2018, 5:52pm UTC](https://community.thunkable.com/t/cant-seem-to-add-sound-files/54662/6 "2018-11-02T17:52:36Z")

</div>

Ah gotcha, thanks.

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 11:54am UTC](https://community.thunkable.com/t/cant-seem-to-add-sound-files/54662/7 "2024-11-08T11:54:54Z")

</div>


