Jump to content

Repeat A Background Sound?


Beatles4

Recommended Posts

Hello there,Here is the code, which works :) (supposed to work across all browsers?)

<objectclassid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95"><param name="FileName" value="My Music File.mid"/></object>

Anyway, is there a way to code it so the volume on it is a bit louder?And is there a way to code it to repeat X number of times?Thank you for your time and help.

Link to comment
Share on other sites

I don't think you can control the volume, but more plugins should accept the parameter:<param name="loop" value="-1" />I'm not really sure if this is how it's supposed to be, since I rarely use background sounds in a site.One tip:Don't put sounds on a site unless the user has a way to deactivate it.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...