var crsTitle="Flash MX: Sound and Music";
function AboutLinks()
{
	this.count = 0;
	this.links = new Object();
	this.add = add;
	function add(aboutLink)
	{
		this.links[++this.count] = aboutLink;
	}
}
function AboutLink(id, caption, url)
{
	this.id=id;
	this.caption=caption;
	this.url=url;
}
var aboutLinks=new AboutLinks();
/* About Links */
aboutLinks.add(new AboutLink("skillassessment","Take a Skill Assessment","sa"));
aboutLinks.add(new AboutLink("scores","View My Scores","scores"));
aboutLinks.add(new AboutLink("glossary","View the Glossary","glossary"));
aboutLinks.add(new AboutLink("copyrights","Copyright Information","/dpec/courses/flmx05/frt001.htm"));
aboutLinks.add(new AboutLink("ceus","Continuing Education Units (CEUs)","/dpec/shared/ceus/ceus.htm?flmx05"));
aboutLinks.add(new AboutLink("evaluate","Evaluate This Course","evaluate"));
aboutLinks.add(new AboutLink("coursecontent","Course Content","/dpec/courses/flmx05/abt101.htm"));
aboutLinks.add(new AboutLink("resource1","Printing Exercises","/dpec/courses/flmx05/flmx05pd.htm"));
aboutLinks.add(new AboutLink("accessibility","Accessibility","accInstruction"));
aboutLinks.add(new AboutLink("resource2","Conventions","/dpec/courses/flmx05/abt103.htm"));
aboutLinks.add(new AboutLink("credits","Credits","/dpec/courses/flmx05/abt104.htm"));
var copyrightYear="2002";
//SCOTYTPE
var scoType="Lesson";
var unitTitles=new Array;
/* Unit Titles */
var numberOfUnits=9;
unitTitles[1]="Course Introduction";
unitTitles[2]="Sound Files";
unitTitles[3]="Importing Sounds";
unitTitles[4]="Using Sound in a Movie";
unitTitles[5]="Sound Control in Buttons and Frames";
unitTitles[6]="Controlling Sounds in a Movie";
unitTitles[7]="Editing, Looping, and Streaming";
unitTitles[8]="Music Video";
unitTitles[9]="Course in Review";
//If any AW sims exist in the crs/sa
var courseHasSims=false;
var saHasSims=false;
var doIts="";
//If any FLASH components are in the crs/sa
var courseHasFlash=true;
var courseFlashSims="flc017,fle022,flf029,flh026,";
var courseFlashActivities="";
var saFlashSims="flc017,fle022,flf029,flh026,";
var cQuestions="fla002,flb015,flb016,flb017,flb018,flb019,flc013,flc014,flc015,flc016,fld021,fld022,fld023,fle019,fle020,fle021,flf026,flf027,flf028,flg020,flg021,flg022,flg023,flg024,flg025,flh023,flh024,flh025,fli002,fli003,fli004,fli005,fli006,fli007,fli008,fli009,fli010,";
var saQuestions="flb015,flb016,flb017,flb018,flb019,flc013,flc014,flc015,flc016,fld021,fld022,fld023,fle019,fle020,fle021,flf026,flf027,flf028,flg020,flg021,flg022,flg023,flg024,flg025,flh023,flh024,flh025,fli002,fli003,fli004,fli005,fli006,fli007,fli008,fli009,fli010,";
var imageQuestions="flc013,fld021,fle019,fle020,flf026,flf027,flg020,flg024,flh024,flh025,fli003,fli004,fli006,fli008,fli009,fli010,";
var series="";
var d_crsTitle="";
var d_bookIsbn="";
var d_curtain="true";
var d_series="";
//Dummies Links
//custom_start
requiresFlash=true;
//custom_end

// Objectives for flmx05
var objectives = new Array;
objectives[2]="Identify three types of sound files that can be used with Flash MX movies|Know how to develop sounds and music that don't violate copyright laws|Transfer sounds from a recording device to your computer";
objectives[3]="Import a sound file from your computer or network|Copy a sound file from the Library panel to the movie";
objectives[4]="Create an opening animation for a television news program|Include music in that animation";
objectives[5]="Start and stop a sound by keyframes|Add a button for controlling sound|Add a sound to a button state";
objectives[6]="Add various sounds to buttons and other symbols|Start and stop sounds applied to buttons and other symbols";
objectives[7]="Enhance sounds by applying effects|Edit sound length|Adjust sound volume|Make a sound loop|Apply streaming synchronization to sound";
objectives[8]="Set special effects and looping for music|Compress a sound to MP3 file type|Coordinate graphics with sounds";
// End Objectives

var pgCount="2,21,20,26,25,32,28,28,11";
var synopsis = "<I>" + crsTitle + "</I> shows how to use sound and music along with animation to create a movie.<br>";
