Making a noise

2001-02-01 Thread Parker, Kevin

Just toying with an idea at the movement and wondered if this was possible.

If I had a series of .WAV files, eg. 1.wav, 2.wav etc or even A.wav, B.wav
etc could I get a CF template to read a number or spell a word on the
screen. I assume that you would have to concatenate the wave files somehow
with or without launching a player.



+
Kevin Parker
Web Services Manager
WorkCover Corporation

[EMAIL PROTECTED]

www.workcover.com

p: +61 8 82332548
f: +61 8 82332000
m: 0418 800 287

+




This e-mail is intended for the use of the addressee only. It may contain
information that is protected by legislated confidentiality and/or is
legally privileged. If you are not the intended recipient you are prohibited
from disseminating, distributing or copying this e-mail. Any opinion
expressed in this e-mail may not necessarily be that of the WorkCover
Corporation of South Australia. Although precautions have been taken, the
sender cannot warrant that this e-mail or any files transmitted with it are
free of viruses or any other defect.
If you have received this e-mail in error, please notify the sender
immediately by return e-mail and destroy the original e-mail and any copies.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Making a noise

2001-02-01 Thread Jon Hall

bgsound src="yoursound.wav" volume="500"

jon
- Original Message -
From: "Parker, Kevin" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Thursday, February 01, 2001 9:15 PM
Subject: Making a noise


 Just toying with an idea at the movement and wondered if this was
possible.

 If I had a series of .WAV files, eg. 1.wav, 2.wav etc or even A.wav, B.wav
 etc could I get a CF template to read a number or spell a word on the
 screen. I assume that you would have to concatenate the wave files somehow
 with or without launching a player.



 +
 Kevin Parker
 Web Services Manager
 WorkCover Corporation

 [EMAIL PROTECTED]

 www.workcover.com

 p: +61 8 82332548
 f: +61 8 82332000
 m: 0418 800 287

 +





 This e-mail is intended for the use of the addressee only. It may contain
 information that is protected by legislated confidentiality and/or is
 legally privileged. If you are not the intended recipient you are
prohibited
 from disseminating, distributing or copying this e-mail. Any opinion
 expressed in this e-mail may not necessarily be that of the WorkCover
 Corporation of South Australia. Although precautions have been taken, the
 sender cannot warrant that this e-mail or any files transmitted with it
are
 free of viruses or any other defect.
 If you have received this e-mail in error, please notify the sender
 immediately by return e-mail and destroy the original e-mail and any
copies.




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Making a noise

2001-02-01 Thread Xing Li

It's possible but you won't get it out of coldfusion since it can't control
the client side. What you need is javascript, java, or flash. You can use cf
to pick what sounds are played but you can't use cf to play them.

Xing

- Original Message -
From: "Parker, Kevin" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Thursday, February 01, 2001 6:15 PM
Subject: Making a noise


 Just toying with an idea at the movement and wondered if this was
possible.

 If I had a series of .WAV files, eg. 1.wav, 2.wav etc or even A.wav, B.wav
 etc could I get a CF template to read a number or spell a word on the
 screen. I assume that you would have to concatenate the wave files somehow
 with or without launching a player.



 +
 Kevin Parker
 Web Services Manager
 WorkCover Corporation

 [EMAIL PROTECTED]

 www.workcover.com

 p: +61 8 82332548
 f: +61 8 82332000
 m: 0418 800 287

 +





 This e-mail is intended for the use of the addressee only. It may contain
 information that is protected by legislated confidentiality and/or is
 legally privileged. If you are not the intended recipient you are
prohibited
 from disseminating, distributing or copying this e-mail. Any opinion
 expressed in this e-mail may not necessarily be that of the WorkCover
 Corporation of South Australia. Although precautions have been taken, the
 sender cannot warrant that this e-mail or any files transmitted with it
are
 free of viruses or any other defect.
 If you have received this e-mail in error, please notify the sender
 immediately by return e-mail and destroy the original e-mail and any
copies.




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists