Our source is open
The syntax highlighted source is automatically generated by PHP from
the plaintext script.
If you're interested in what's behind the several functions we
used, you can always take a look at the source of the following files:
Of course, if you want to see the source
of this page, we have it available.
You can also browse the SVN repository for this website on
svn.php.net.
Source of: /manual/en/class.swfsoundinstance.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.ming.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'class.swfsoundinstance.php',
1 => 'SWFSoundInstance',
),
'up' =>
array (
0 => 'book.ming.php',
1 => 'Ming (flash)',
),
'prev' =>
array (
0 => 'function.swfsound.construct.php',
1 => 'SWFSound',
),
'next' =>
array (
0 => 'function.swfsoundinstance.loopcount.php',
1 => 'SWFSoundInstance->loopCount',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1 class="title">The SWFSoundInstance class</h1>
<div class="partintro">
<div id="swfsoundinstance.intro" class="section">
<h2 class="title">Introduction</h2>
<p class="para">
<b class="classname">SWFSoundInstance</b> objects are returned by the
<a href="function.swfsprite.startsound.php" class="xref">SWFSprite->startSound</a> and
<a href="function.swfmovie.startsound.php" class="xref">SWFMovie->startSound</a> methods.
</p>
</div>
<div id="swfsoundinstance.synopsis" class="section">
<h2 class="title">Class synopsis</h2>
<div class="classsynopsis">
<div class="ooclass"><b class="classname">SWFSoundInstance</b></div>
<div class="classsynopsisinfo">
<span class="ooclass">
<b class="classname">SWFSoundInstance</b>
</span>
{</div>
<div class="classsynopsisinfo classsynopsisinfo_comment">/* Methods */</div>
<div class="methodsynopsis dc-description">
<span class="type">void</span> <span class="methodname"><b>loopCount</b></span>
( <span class="methodparam"><span class="type">int</span> <tt class="parameter">$point</tt></span>
)</div>
<div class="methodsynopsis dc-description">
<span class="type">void</span> <span class="methodname"><b>loopInPoint</b></span>
( <span class="methodparam"><span class="type">int</span> <tt class="parameter">$point</tt></span>
)</div>
<div class="methodsynopsis dc-description">
<span class="type">void</span> <span class="methodname"><b>loopOutPoint</b></span>
( <span class="methodparam"><span class="type">int</span> <tt class="parameter">$point</tt></span>
)</div>
<div class="methodsynopsis dc-description">
<span class="type">void</span> <span class="methodname"><b>noMultiple</b></span>
( <span class="methodparam">void</span>
)</div>
}</div>
</div>
</div>
<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.swfsoundinstance.loopcount.php">SWFSoundInstance->loopCount</a> — Description</li><li><a href="function.swfsoundinstance.loopinpoint.php">SWFSoundInstance->loopInPoint</a> — Description</li><li><a href="function.swfsoundinstance.loopoutpoint.php">SWFSoundInstance->loopOutPoint</a> — Description</li><li><a href="function.swfsoundinstance.nomultiple.php">SWFSoundInstance->noMultiple</a> — Description</li></ul>
</div>
<?php manual_footer(); ?>