<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE html

  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<!--#config errmsg="" --><!-- saved from url=(0022)http://help.adobe.com/ -->

<html lang="en-us">

  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />

    <meta name="lang" content="en-us" />

    <meta name="area" content="livedocs" />

    <title xmlns:adobe="http://www.adobe.com/saxon">Adobe&#160;Soundbooth&#160;CS5 * 

      Adobe&#160;Soundbooth&#160;CS5</title><meta xmlns:adobe="http://www.adobe.com/saxon" name="topictype" content="homepage" />

    <link rel="shortcut icon" href="images/Soundbooth.ico" />

    <meta name="book" content="Using Soundbooth CS5" />

    <meta name="product" content="soundbooth" />

    <meta name="keywords" content="" />

    <meta xmlns:adobe="http://www.adobe.com/saxon" name="ROBOTS" content="NOINDEX, FOLLOW" />

<script src="terms.js" type="text/javascript" language="Javascript" charset="UTF-8">...</script> <script src="help.js" type="text/javascript" language="Javascript" charset="UTF-8">...</script>  <script src="utilities.js" type="text/javascript" language="Javascript" charset="UTF-8">...</script> <script src="event.js" type="text/javascript" language="Javascript" charset="UTF-8">...</script> <script src="treeview.js" type="text/javascript" language="Javascript" charset="UTF-8">...</script> <script src="toc.js" language="Javascript" type="text/javascript" charset="UTF-8">..</script>  <script src="booklist.js" language="Javascript" type="text/javascript" charset="UTF-8">..</script>

<script type="text/javascript">

<!--[CDATA[

var currentTreeNode = GetCookie("topicId");

if (currentTreeNode == null) { 

    currentTreeNode = lastNodeOf(document.location.href);

}

var headId = document.getElementsByTagName("head")[0];         

if (use_ie_6_behavior) {

  var linkId = document.createElement("link");

  linkId.href = "content-ie6.css";

  linkId.rel = "stylesheet";

  linkId.type = "text/css";

  headId.appendChild(linkId);

}

function initRoboHelpDOM() {

  if (use_chm_behavior) {

    hideElement("search");

    hideElement("col1");

  }

  if (use_robohelp_behavior) {

    hideElement("search");

    hideElement("productmenu");

    hideElement("notyourversion");

  }

  if(!use_chc_behavior) {

    document.getElementById("notyourversion").style.display = "inline";;

  }

}

var dirname = location.pathname.match( /.*\// );    

function setSearchUserPref(){

  if ( document.cookie.indexOf( "ah_searchpref" ) > -1 ) {

    if ( document.cookie.indexOf( dirname ) > 0 ) {

      document.search.gsa.checked = true ;

    }else{

      document.search.gsa.checked = false ;            

    }

  }

}

YAHOO.util.Event.onDOMReady(initRoboHelpDOM);

YAHOO.util.Event.onDOMReady(setSearchUserPref);

// ]]-->

</script>

<!--#include virtual="/ssi/globalheader.ssi" -->

<!--#include virtual="/en_US/ssi/localheader.ssi" -->

<!--#include virtual="header.ssi" -->

    <link rel="stylesheet" type="text/css" href="tree.css" />

    <link rel="stylesheet" type="text/css" href="content-fonts.css" />

    <link rel="stylesheet" type="text/css" href="content-hyperlinks.css" />

    <link rel="stylesheet" type="text/css" href="content.css" />

    <link rel="stylesheet" type="text/css" href="localeSpecific.css" />

  </head>

  <body id="content_body" onload="window.focus();">

    <a name="top" shape="rect"><!--LeaveCommentHere--></a>

    

    <div id="mnemonic">

      <div class="Soundbooth"><div class="banner">Adobe&#160;Soundbooth&#160;CS5</div></div>

    </div>

    

    <div id="searchbar">

<table id="searchbartable">

<tr>

<td colspan="2">

      <div id="pdf"><img src="images/PDF.gif" width="16" height="16" hspace="10" />&#160;

           <a title="View Help PDF" href="http://help.adobe.com/en_US/Soundbooth/2.0/soundbooth_cs5_help.pdf">View Help PDF (adobe.com)</a></div>

</td>

</tr>

</table>

    </div>



<!-- BEGIN SEARCH CONTENT -->

<form id="search" name="search" action="search.html" target="_self">

<script type="text/javascript">

<!--[CDATA[

if ( !use_chc_behavior ){

    if (typeof(terms_AHV_SEARCH_CONSTRAINT) != "undefined" && 

        terms_AHV_SEARCH_CONSTRAINT.length > 0 && 

        document.location.href.indexOf(".adobe.com") > 0){

        if ( typeof(terms_SEARCH_THIS_HELP_ONLY) != "undefined" && terms_SEARCH_THIS_HELP_ONLY == "ON" ) {

            document.write('<div id="searchscope"> \

                <input onchange="setAHSearchPref();" \

                class="gsa" \

                name="gsa" \

                id="gsa" \

                type="checkbox" \

                checked="checked" \

                value="1" ><\/input>'); 

                

        // Leave the "Search this help system only" checkbox unckecked

        }else{    

            document.write('<div id="searchscope"> \

                <input onchange="setAHSearchPref();" \

                class="gsa" \

                name="gsa" \

                id="gsa" \

                type="checkbox" \

                value="1" ><\/input>'); 

        }

        document.write('<span class="gsalabel">' + terms_AHV_SEARCH_CONSTRAINT + '<\/span><\/div>'); 

    }

    document.write('<input class="searchinput" \

        name="q" \

        id="q" \

        type="text" \

        maxlength="256" \

        value="' + terms_AHV_SEARCH_BUTTON + '" \

        onclick="clearSearch()"><\/input><input \

        type="button" \

        name="searchbutton" \

        class="searchbutton" \

        onclick="submit()" />'); 

} 

 

/* 

 * Start Functions 

 */

function clearSearch(){

    if (document.search.q.value == terms_AHV_SEARCH_BUTTON){document.search.q.value = ""}; 

}



// set search preferences

function setAHSearchPref(){

    if (document.search.gsa.checked == 1){

        setAHSearchCookie( dirname );

    }else{

        setAHSearchCookie( "community" );

    }

}



// Set search preferences cookie

function setAHSearchCookie( p ){

    // set cookie ah_searchpref with a value of the document path

    var expire=new Date();

    expire.setDate(expire.getDate()+365); // Cookie expires after 1 year (365 days) 

    document.cookie="ah_searchpref=" +p+ "; expires=" +expire.toGMTString()+ ";";

}



// ]]-->

</script> 

 </form>

<!-- END SEARCH CONTENT -->    







<!-- BEGIN PAGE CONTENT WRAPPER -->

    <div id="page_content_wrapper">

<!-- BEGIN PAGE WRAPPER -->

<table id="page_content_table">

<tr>

<td id="col2">

    <div id="content_title">

    <!-- BEGIN PAGE TITLE --> 

        <h1 id="page_title">

          Adobe&#160;Soundbooth&#160;CS5

        </h1>

        <!-- END PAGE TITLE -->

    </div>

    <div id="breadcrumb">

        

<ul xmlns:adobe="http://www.adobe.com/saxon" class="navigation"><li class="prev"><img src="images/prev_null.gif" width="17" height="17" /></li><li class="next"><a accesskey="n" class="next" href="WSD3194A57-7FB7-45a9-A156-559DF0AC2DBBa.html" title="What’s new"><img src="images/blank.gif" alt="Next" width="17" height="17" /></a></li></ul>



    </div>

</td>

<td id="col3">

    <div>

        <img src="images/adobe-lq.png" />

    </div>

</td>

</tr>

</table>



<table id="page_content_table">

<tr>

<td id="col1">

<!--#include virtual="navheader.ssi" -->

<!-- BEGIN GROUP TOC WRAPPER -->

      <div id="group_toc"><p class="adobereferencetitles">Adobe reference titles</p></div><div id="booklist1" class="booklist"></div>

      <div id="group_toc">

        <script type="text/javascript">

        <!--[CDATA[

            if ( typeof(terms_BOOK_SHORT) != 'undefined' ) {

                  document.write("<p id='short-book'>" + terms_BOOK_SHORT + "<\/p>");

            }

        // ]]-->

        </script> 

      </div>

<!-- END GROUP TOC WRAPPER -->

<!-- BEGIN NAV WRAPPER -->

      <div id="nav_content">

      </div>

<!-- END NAV WRAPPER -->

<!--#include virtual="navfooter.ssi" -->

</td>

<td id="col2">

<!-- BEGIN CONTENT WRAPPER -->

<!-- BEGIN BREADCRUMBS -->

      

<!-- END BREADCRUMBS -->

      <div id="homepage_wrapper">

<!--#include virtual="contentheader.ssi" -->

        <div xmlns:adobe="http://www.adobe.com/saxon"><p id="content_wrapper_title"><strong>Popular resources</strong></p><p><strong><a href="http://www.adobe.com/go/learn_shr_resources_en" target="_self">Resources</a></strong></p>

<p><strong><a href="http://www.adobe.com/go/learn_Soundbooth_support_en" target="_self">Support</a></strong></p>

<p><strong><a href="http://www.adobe.com/go/learn_sb_cs5_gsindex_en" target="_self">Getting Started/ Tutorials</a></strong></p>

<p><strong><a href="http://forums.adobe.com/community/soundbooth_general" target="_self">Forum</a></strong></p>

<p>This Help is for Adobe® Soundbooth® CS4 and Adobe® Soundbooth®

CS5.</p>

<ul class="navlinklist"></ul>

</div>



<!-- BEGIN USER PREFERENCES -->

        <div id="userprefs">

        </div>

<!-- END USER PREFERENCES -->



        <div id="related">

          

          

          

        </div>

        <div id="footer">

          

          

        </div>

      </div>

<!-- END CONTENT WRAPPER -->

<!--#include virtual="contentfooter.ssi" -->

</td>

<td id="col3">&nbsp;</td>

</tr>

</table>

    </div>

<!-- END PAGE CONTENT WRAPPER -->

<script type="text/javascript">

<!--[CDATA[

scrollToNameAnchor();

// ]]-->

</script> 

<!--#include virtual="/en_US/ssi/productmenu.ssi" -->

<!--#include virtual="/ssi/globalfooter.ssi" -->

<!--#include virtual="/en_US/ssi/localfooter.ssi" -->

<!--#include virtual="footer.ssi" -->

<!--#include virtual="/ubi/analytics/analytics_ssi.html" -->

  </body>

</html>