It may be possible, but in most cases it's probably inadvisable. Users tend to get annoyed when sites make noises they don't expect, especially if there's no way to turn it off.
Adding a sound - There's a couple of steps to adding a sound to a picture:
1. Add the sound itself to the page (you only need to do this once - and you can then reuse that sound over and over on different items).
2. Trigger the sound using the Picture's mouse-over event.
Step-by-step - you'll need a small .mp3 file of your audio:
1. Click the Import Direct to Page button on the toolbar to import your .mp3 file (Antenna will add a player to your page automatically).
2. Set its Auto-play and Loop properties to false to prevent it playing immediately.
3. Click on your Picture's Events property to open the code editor, and set the Mouse-over event to:
[#media av embed1].play();
...where media av embed1 is the actual name of the player object on the page (not the name of your .mp3 file!).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.