openfl / openfl-html5

[deprecated] OpenFL HTML5 backend
Other
0 stars 1 forks source link

Using <music /> tag do not play #20

Closed jgranick closed 10 years ago

jgranick commented 10 years ago

20 Issue by starburst997,

When using the music tag ex:

<assets path="assets/sounds" rename="sounds">
    <sound path="Hit.ogg" id="hit" />
    <sound path="Button.ogg" id="button" />
    <music path="Song1.ogg" id="song1" />
</assets>

Song1 won't play, but using sound tag instead it is OK

jgranick commented 10 years ago

Comment by jgranick:

Okay, I think it should be resolved, thanks!