Book Section
-----
TY JavaScript 3rd Ed.
Teach Yourself JS 1.5
Teach Yourself DHTML
Teach Yourself JS 1.3
LLWW: JavaScript

General Section
-----
Discussion Forum
Articles / Tips
JavaScript Links
About the Author
Privacy Policy
Contact Me



Other Sites
-----
Website Workshop
JavaScript Weblog

JavaScript Workshop Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
random embeded sound code needed

 
Post new topic   Reply to topic    JSWorkshop Forum Index -> JavaScript
View previous topic :: View next topic  
Author Message
Hina_Jahr
New member
New member


Joined: 06 Jan 2003
Posts: 3

PostPosted: Mon Jan 06, 2003 12:51 pm    Post subject: random embeded sound code needed Reply with quote

I quite urgently need a piece of code as follows-

A simple ramdom number generater-to determine which of a number of Embeded sounds will be played.

Could anyone help?

cheers
Back to top
View user's profile Send private message Send e-mail
sohnee
Senior Member
Senior Member


Joined: 17 Jul 2002
Posts: 2077
Location: UK

PostPosted: Tue Jan 07, 2003 1:53 am    Post subject: Reply with quote

This is the random number genrator mentioned in Michael's Teach Yourself Javascript book:

Code:
var num = Math.floor(Math.random() * 11) + 1;


You can replace 11 with whatever the maximum random number is that you want.

You could then use the variable "num" to dictate the sound.
Back to top
View user's profile Send private message Visit poster's website
Hina_Jahr
New member
New member


Joined: 06 Jan 2003
Posts: 3

PostPosted: Tue Jan 07, 2003 12:13 pm    Post subject: Question Reply with quote

Cheers for that,
Will it work with the <Embed> tag as normal, or willI have to use some way in Javascript to play the sound?
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    JSWorkshop Forum Index -> JavaScript All times are GMT - 7 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group
(c) 1997-2002 Starling Technologies and Michael Moncur. Portions (c) Sams Publishing.