Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Jeff_X webforumsuser@macromedia.com #1
Audio rollover
I'd like to play the sound of ocean waves when a mouse pointer goes over the "Welcome" title on my wife's web site. I've tried out some scripts I picked up from various sites, but none seem to work "onMouseover(Some work when I click "Welcome" but only to the extent that they open a new page with the QT player). Does anybody know of a simple script that will accomplish this? Thanks [url]www.mycapehome.net[/url]
Jeff_X webforumsuser@macromedia.com Guest
-
linux flash player 9, audio out ok, audio in ko, videoin ko
hello! I try to use wengomeeting, a website for videoconferences (5 peoples max) and I have problem with linux version the flash player is... -
Audio Stream distorted when passing audio streams to/from mac andpc
We are having the oddest problem. We have a video conference room of sorts, where a main moderator has video/audio to all other users. All other... -
Sync of Recording Audio with an Audio Stream
Hello, I badly need advice/ views/pointers to information on how one can record through the MIC and maintain syncronization with another file... -
audio test / earcons = audio icons in director
hi, we have implemented an short usability test about EARCONS (= audio icons). it was done with director and if you are interested try it. it... -
Rollover and making another rollover with links
Hi, This website is nicely designed and the rollover menu design is simple, but clear and effective. http://earthtrends.wri.org/ Does... -
Šark Templer webforumsuser@macromedia.com #2
Re: Audio rollover
Let me look in too it...
Šark Templer im also i know as ultimate Gamerx
i currently Make proboard codes/Hacks like portals and stuff
Staff: 4
Šark Templer webforumsuser@macromedia.com Guest
-
Troyan #3
Re: Audio rollover
You can try something like..
<script type="text/javascript">
function troyan_play(sound,place) { place.src=sound; }
function troyan_stop(place) { place.src=""; place.src=null; }
</script>
<embed id="oceanSound" style="position: absolute; display: none;" />
And in the image...
<img src="logo.gif" alt="" onmouseover="troyan_play('ocean.wav','oceanSound') ;"
onmouseout="troyan_stop('oceanSound');" />
--
- Troyan <dnunes@email.com>
Troyan Guest
-
Šark Templer webforumsuser@macromedia.com #4
Re: Audio rollover
thanks i might use it :)
Šark Templer im also i know as ultimate Gamerx
i currently Make proboard codes/Hacks like portals and stuff
Staff: 4
Šark Templer webforumsuser@macromedia.com Guest



Reply With Quote

