<!-- Copyright 2001, 2002, 2003 Macromedia, Inc. All rights reserved. -->
<!DOCTYPE HTML SYSTEM "-//Macromedia//DWExtension layout-engine 5.0//dialog">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns:MMString="http://www.macromedia.com/schemes/data/string/">
<head>
	<title><MMString:loadString id="TagLibraries/HTML/bgsound/title" /></title>
<script src="../../Shared/Common/Scripts/dwscripts.js"></script>
<script src="../../Shared/Common/Scripts/ListControlClass.js"></script>
<script src="../../Shared/Common/Scripts/tagDialogsCmn.js"></script>
<script src="loc_strings.js"></script>
<script src="strings.js"></script>
<script>
/************************* GLOBAL VARS **************************/

var LOOPLIST; 
var theUIObjects; 

/****************************************************************/

function inspectTag(tagNodeObj)
{
  tagDialog.inspectTagCommon(tagNodeObj, theUIObjects); 
}

function applyTag(tagNodeObj)
{
  tagDialog.applyTagCommon(tagNodeObj, theUIObjects); 
}

function initializeUI()
{
	LOOPLIST = new ListControl("theloop"); 

	theUIObjects  = new Array(LOOPLIST); 

  tagDialog.populateDropDownList(LOOPLIST, theLoopsBGSoundCap, theLoopsBGSoundVal, 1); 
}
</script>
<link href="../../fields.css" rel="stylesheet" type="text/css">
</head>
<body onLoad="initializeUI()">
<div MMString:name="TagLibraries/HTML/bgsound/div/name/General"> 
  <table border="0" cellspacing="4">
    <tr valign="baseline">
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/HTML/bgsound/text/Source" /> </td>
      <td nowrap="nowrap">
        <input name="thesrc" type="text" class="largeTField" id="attr:bgsound:src" attname="src" />
        &nbsp;
        <input type="button" name="browseBtn" MMString:value="TagLibraries/HTML/bgsound/button/browseBtn/Browse" onClick="tagDialog.browseFile('thesrc');focus(this)">
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/HTML/bgsound/text/Loop" /> </td>
      <td nowrap="nowrap">
        <select name="theloop" class="smallNumOrCharList" id="attr:bgsound:loop" attname="loop" required="true" editable="true">
        </select>        
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/HTML/bgsound/text/Balance" /> </td>
      <td nowrap="nowrap">
        <input name="thebalance" type="text" class="smallNumOrChar" id="attr:bgsound:balance" attname="balance" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/HTML/bgsound/text/Volume" /> </td>
      <td nowrap="nowrap">
        <input name="thevolume" type="text" class="smallNumOrChar" id="attr:bgsound:volume" attname="volume" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/HTML/bgsound/text/Delay" /> </td>
      <td nowrap="nowrap">
        <input name="thedelay" type="text" class="smallNumOrChar" id="attr:bgsound:delay" attname="delay" />
      </td>
    </tr>
  </table>
</div>
</body>
</html>
