| Adding a Background Sound in Joomla |
|
|
You may want to add a background sound to an article. The simple way to it is using the bgsound tags. You simply enter the code like this. Open this article in edit mode and then change the second lower text box to HTML mode. You will then see the html code used to play this sound. The sound will play automatically, and will loop. You can set it to play only once by replacing the loop setting with "1". (a continuous loop = "-1", this text editor replcaces the -1 with "infinate") This is the code that that is input in the bgsound tags. The code looks like this: - I must point out that this code only seems to work in internet explorer, dont work in Firefox for some reason. |