# No sound in html

**URL:** https://forum.kirupa.com/t/no-sound-in-html/36954
**Category:** flash
**Created:** [December 4, 2003, 12:50am UTC](https://forum.kirupa.com/t/no-sound-in-html/36954 "2003-12-04T00:50:36Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Zaion](https://avatars.discourse-cdn.com/v4/letter/z/74df32/32.png) [@Zaion](https://forum.kirupa.com/u/Zaion)
#### Post date: [December 4, 2003, 12:50am UTC](https://forum.kirupa.com/t/no-sound-in-html/36954/1 "2003-12-04T00:50:36Z")

</div>

Hi guys,  
i have my fla with this little mp3 loaded dynamically and looping:whistle:…when i publish in flash I hear the sound, but when i try to publish in explorer pressing F12 i don’t hear a sound. Also online, on my site, I can’t hear a sound. Do you know way?

This is my AS  
[AS]grillisound = new Sound();  
grillisound.loadSound(“crickets.mp3”);  
grillisound.onLoad = function() {  
this.start(1, 9999);  
}  
[/AS]

Thanks in advance for the help

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [March 15, 2004, 10:10am UTC](https://forum.kirupa.com/t/no-sound-in-html/36954/2 "2004-03-15T10:10:52Z")

</div>

Hi Zaion,

I have the same problem – sound looping is working fine when using the flash player to view my swf-file. If embedded in html the sound loops only once (local and online)…  
Any solutions?

Greetings, Froemps
