<< Chapter < Page Chapter >> Page >

General background information

A sound in ActionScript is represented by an object of the class named Sound .

When the information encapsulated in a Sound object is played , that process is represented by an object of the class named SoundChannel .

According to the documentation :

"The Sound class lets you work with sound in an application. The Sound class lets you create a new Sound object, load and play an external MP3file into that object, close the sound stream, and access data about the sound, such as information about the number of bytes in the stream and ID3 metadata.More detailed control of the sound is performed through the sound source -- the SoundChannel or Microphone object for the sound -- and through the properties inthe SoundTransform class that control the output of the sound to the computer's speakers."

The program that I will explain in this lesson makes use of events and methods of the Sound class and the SoundChannel class.

You will find a lot of interesting and useful information in the document titled Basics of working with sound on the Adobe website, including the following:

"Although there are various sound file formats used to encode digital audio, ActionScript 3.0 and Flash Player support sound files that arestored in the mp3 format. They cannot directly load or play sound files in other formats like WAV or AIFF."

A variety of different sound file converter programs are available on the web that can be used to convert other sound file formats into mp3 format.

Preview

Run the ActionScript program named Sound03

If you have the Flash Player plug-in (version 10 or later) installed in your browser, click here to run the program named Sound03 .

If you don't have the proper Flash Player installed, you should be notified of that fact and given an opportunity to download and install the Flash Playerplug-in program.

Demonstrates the use of sound with ActionScript

This project is intended to demonstrate the use of sound with ActionScript. It also displays the image of a cloudy sky shown in Figure 1, but the only purpose of the image is to make it obvious when the program starts running.

Sound03 image.

Missing image
Sound03 image.

Stormy weather

The project is designed to give you the impression of the sounds that you might hear while sitting on your covered deck looking at the sky during a thunderstorm.

Four stormy-weather sounds

The project plays the following sounds extracted from mp3 files:

  • rain
  • wind
  • sizzle
  • thunder

The rain sound is continuous.

The wind sound is played on startup and then occasionally thereafter on the basis of a random number generator.

The sizzle sound is also played occasionally on the basis of a random number generator. (You will probably need to be patient to hear this sound because it isn't played very often.) As soon as the sizzle sound finishes, the sound of a thunder clap is played.

Discussion and sample code

If you develop this project using FlashDevelop , you will need to manually copy all of the sound files into the bin folder.

The project file structure

The final project file structure, captured from the FlashDevelop project window, is shown in Figure 2.

Questions & Answers

if three forces F1.f2 .f3 act at a point on a Cartesian plane in the daigram .....so if the question says write down the x and y components ..... I really don't understand
Syamthanda Reply
hey , can you please explain oxidation reaction & redox ?
Boitumelo Reply
hey , can you please explain oxidation reaction and redox ?
Boitumelo
for grade 12 or grade 11?
Sibulele
the value of V1 and V2
Tumelo Reply
advantages of electrons in a circuit
Rethabile Reply
we're do you find electromagnetism past papers
Ntombifuthi
what a normal force
Tholulwazi Reply
it is the force or component of the force that the surface exert on an object incontact with it and which acts perpendicular to the surface
Sihle
what is physics?
Petrus Reply
what is the half reaction of Potassium and chlorine
Anna Reply
how to calculate coefficient of static friction
Lisa Reply
how to calculate static friction
Lisa
How to calculate a current
Tumelo
how to calculate the magnitude of horizontal component of the applied force
Mogano
How to calculate force
Monambi
a structure of a thermocouple used to measure inner temperature
Anna Reply
a fixed gas of a mass is held at standard pressure temperature of 15 degrees Celsius .Calculate the temperature of the gas in Celsius if the pressure is changed to 2×10 to the power 4
Amahle Reply
How is energy being used in bonding?
Raymond Reply
what is acceleration
Syamthanda Reply
a rate of change in velocity of an object whith respect to time
Khuthadzo
how can we find the moment of torque of a circular object
Kidist
Acceleration is a rate of change in velocity.
Justice
t =r×f
Khuthadzo
how to calculate tension by substitution
Precious Reply
hi
Shongi
hi
Leago
use fnet method. how many obects are being calculated ?
Khuthadzo
khuthadzo hii
Hulisani
how to calculate acceleration and tension force
Lungile Reply
you use Fnet equals ma , newtoms second law formula
Masego
please help me with vectors in two dimensions
Mulaudzi Reply
how to calculate normal force
Mulaudzi
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Object-oriented programming (oop) with actionscript. OpenStax CNX. Jun 04, 2010 Download for free at http://cnx.org/content/col11202/1.19
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Object-oriented programming (oop) with actionscript' conversation and receive update notifications?

Ask