|
Français (Google)
|  | |
Español (Google)
|  | |
Italiano
| | |
1SITE: create a business or personal Website with ease...
|  |
CDFrontEnd: distribute documentation, CD brochures & CD business cards; protect CD (Fra, Ita)
|  |
HyperPublish: create Website, product catalog (also from DB CSV), multimedia CD... (Ita)
|  |
EBooksWriter: edit, pack and protect smart ebooks... (Esp, Ita)
|  |
PaperKiller: create a manual, hypertext, manage electronic documentation
|  |
RoboAuthor: make software helpfile and documentation .CHM .HLP HTML Help
|  |
VisionHost: web space hosting for VV customers
|  |
EasyWebEditor: build your own Web site, create good Internet pages without code or "HTML"
|  |
Français (Google)
Créer une page Internet personnelle ou d'entreprise avec facilité; distribuer de la documentation, des brochures avec CD DVD à démarrage automatique / auto exécutable, protéger CD / DVD; logiciel pour catalogue de produits (database, CSV); modifier, emballer et protéger ebooks; créer un manuel, un hypertexte, gérer la documentation électronique; construire votre site Web, créer des pages...
|  |
Español (Google)
Crear un negocio o sitio web personal con facilidad; distribuir la documentación, manuales, folletos y CD / DVD tarjetas de visita; proteger CD; crear catálogo de productos (database, CSV), editar, empaquetar y proteger ebook; crear un manual, hipertexto, gestión de documentación electrónica y ayuda CHM y HLP; construir su propio sitio Web, crear páginas de Internet...
|  | |
|
|
Author |
Topic: Linking Sounds !?! (Read 1196 times) |
|
Jene Mueller
Guest

|
Help, I've inserted an audio clip onto my start page... but how do I link a sound to an image so that when i mouse over it, it plays !?! Jene
|
|
Logged |
|
|
|
Support Staff
YaBB Administrator
    
 Meow!

Gender: 
Posts: 920
|
 |
Re: Linking Sounds !?! to a mouse over
« Reply #1 on: Sep 23rd, 2003, 5:17am » |
Quote Modify
|
you can do this by adding a javascript call. FIrst of all you should write a script that can play music and insert it within the page with "Insert >HTML" (please use a JS book, or search it on a free Javascript site). It will be something like: <script> myplaymusic() { ... ... play("UseTheRightSideButtonToPlaceAReferenceToTheSoundHere") ... </script> (be aware that where the script requires a filename you should place a file reference with the proper button you find on the right side of the Insert >HTML dialog; that reference will be dinamically replaced by the file name; this is done so you won't have to care about the file name) Then, right click on the image, "Properties", HTML tab, and insert this code: onMouseOver="javascript:myplaymusic()"
|
|
Logged |
|
|
|
|
|
|