Web Design Web Design Forum
Registration is free! Here you can view your subscribed threads, work with private messages and edit your profile and preferences Calendar Find other members Frequently Asked Questions Search
Home Web Design

Convenient web based access to our favorite web design Usenet groups

web design reviews

This is Interesting: Free Magazines for Graphics designers and webmasters  





  Last Thread  Next Thread
Author
Thread Post New Thread   

starting/stopping an embedded .mp3
 

Hapless Intern




quote this post edit post

IP Loged report this post

Old Post  09-30-04 - 12:15 AM  
Right now, I have an embedded .mp3 that loops once it's loaded, and an on/of
f
button that changes images, but doesn't control the sound.  Are there specia
l
functions for this?  Here's the code, if it helps:

//in the head/javascript section

var soundON = true;
function toggleSound() {
if(soundON) {
MM_swapImage('sound','','images_Nav/soundOff.jpg',1);
soundON = false;
} else {
MM_swapImage('sound','','images_Nav/soundON.jpg',1);
soundON = true;
}
}


// in the body

<embed src="files/mySound.mp3" name="mySound" mastersound autostart="true"
loop="true" hidden="true"></embed>
<map name="soundMap2">
<area shape="rect" coords="7,15,43,49" href="#"
onclick="javascript:toggleSound();">
</map>TextText

I appreciate the help,
Paul



Post Follow-Up to this message ]
Re: starting/stopping an embedded .mp3
 

darrel




quote this post edit post

IP Loged report this post

Old Post  09-30-04 - 12:15 AM  
> Right now, I have an embedded .mp3 that loops once it's loaded, and an
on/off
> button that changes images, but doesn't control the sound.  Are there
special
> functions for this?

Use flash.

-Darrel




Post Follow-Up to this message ]
Sponsored Links
 





All times are GMT. The time now is 06:08 PM. Post New Thread   
  Previous Last Thread   Next Thread next
Dreamweaver archive | Show Printable Version | Email this Page | Subscribe to this Thread

Popular forums

Adobe Photoshop forum Macromedia Flash Web Site Design
Dreamweaver FrontPage forum
JavaScript Forum XML forum
Style Sheets VRML
Forum Jump:
Rate This Thread:

 

XML RSS Feed web design latest articles Syndicate our forum via XML or simple JavaScript

Web Design archive  Database administration help  


Top Home  -  Register  -  Control Panel   -  Memberlist  -  Calendar  -  Faq  -  Search Top