I have a sound file that is around 1MB call "themeSong.mp3".
When I called Greenfoot.playSound("themeSong.mp3") in the world, an error came up and first said could not find file, and then it said could not open file..... I had the file inside the sounds folder. So how come it doesn't work?

