Source of: /manual/en/function.swfbutton.addasound.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.swfbutton.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'function.swfbutton.addasound.php',
1 => 'SWFButton->addASound',
),
'up' =>
array (
0 => 'class.swfbutton.php',
1 => 'The SWFButton class',
),
'prev' =>
array (
0 => 'function.swfbutton.addaction.php',
1 => 'SWFButton->addAction',
),
'next' =>
array (
0 => 'function.swfbutton.addshape.php',
1 => 'SWFButton->addShape',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="function.swfbutton.addasound" class="refentry">
<div class="refnamediv">
<h1 class="refname">SWFButton->addASound</h1>
<p class="verinfo">(PHP 5 <= 5.3.0, PECL ming SVN)</p><p class="refpurpose"><span class="refname">SWFButton->addASound</span> — <span class="dc-title">Associates a sound with a button transition</span></p>
</div>
<a name="function.swfbutton.addasound.description"></a><div class="refsect1 description">
<h3 class="title">Description</h3>
<div class="classsynopsis">
<div class="ooclass"><a href="class.swfbutton.php" class="classname">SWFButton</a></div>
<div class="methodsynopsis dc-description">
<span class="type">SWFSoundInstance</span> <span class="methodname"><b>addASound</b></span>
( <span class="methodparam"><span class="type"><a href="class.swfsound.php" class="type SWFSound">SWFSound</a></span> <tt class="parameter">$sound</tt></span>
, <span class="methodparam"><span class="type">int</span> <tt class="parameter">$flags</tt></span>
)</div>
</div>
<div class="warning"><b class="warning">Warning</b><p class="simpara">This function is
currently not documented; only its argument list is available.
</p></div>
</div>
</div><?php manual_footer(); ?>