Skip to content

Commit

Permalink
"Get Satisfaction" is dead. (But, thanks to them for all the communit…
Browse files Browse the repository at this point in the history
…y hosting over the years.) GitHub Issues has long since been the way.
  • Loading branch information
scottschiller committed May 26, 2017
1 parent d11a698 commit bcc7ad3
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 42 deletions.
19 changes: 10 additions & 9 deletions doc/download/archive.html
Expand Up @@ -97,7 +97,7 @@ <h1>SoundManager 2: Download</h1>
<ul>
<li><a href="../resources/#licensing">Licensing</a></li>
<li><a href="../resources/#related">Related Projects</a></li>
<li><a href="http://getsatisfaction.com/schillmania/products/schillmania_soundmanager_2/">SM2 support / discussion</a></li>
<li><a href="https://github.com/scottschiller/soundmanager2/issues/">SM2 support / discussion</a></li>
<li><a href="http://www.schillmania.com/content/react/contact/">Contact Info @ Schillmania.com</a></li>
</ul>
</li>
Expand Down Expand Up @@ -369,7 +369,7 @@ <h3><b>V2.97a.20111030</b> - HTML5 <code>unload()</code> improvements, Android 2

<li>

<p>HTML5 audio playback fix for Android 2.3 (Honeycomb), which doesn't seem to like <code>new Audio('foo.mp3')</code> followed by <code>load()</code> -> <code>play()</code>; first request/attempt stalls and eventually fires <code>ended</code> event. Rather odd. (<a href="http://getsatisfaction.com/schillmania/topics/soundmanager2_on_android">Related discussion</a>.)</p>
<p>HTML5 audio playback fix for Android 2.3 (Honeycomb), which doesn't seem to like <code>new Audio('foo.mp3')</code> followed by <code>load()</code> -> <code>play()</code>; first request/attempt stalls and eventually fires <code>ended</code> event. Rather odd. (<a href="http://web.archive.org/web/20160428065603/https://getsatisfaction.com/schillmania/topics/soundmanager2_on_android">Related discussion</a>, Web Archive)</p>

</li>

Expand Down Expand Up @@ -690,7 +690,7 @@ <h3><b>V2.97a.20110801</b> - "100% HTML5 mode" desktop browser (+no flash) fix,

<h3><b>V2.97a.20110706</b> - improved HTML5/flash "mixed mode" via <code>preferFlash</code>, Safari + Snow Leopard HTML5 audio bug update, better ClickToFlash compatibility, minor demo tweaks (<a href="../../download/soundmanagerv297a-20110706.zip" class="norewrite">Download archived version</a>)</h3>

<p class="note">Special note: This <i>was</i> <b>V2.97a.20110705</b>, but the latest Flex SDK (4.5.1.21328) was downloaded and used for this build, and it compiled a Flash 9 SWF that wouldn't fully-start on <i>some</i> Windows machines running Firefox and IE 7, possibly others - thus, SM2 would fail to start up. The Flash 9 SWFs are now compiled with an older, working SDK version 4.1.0.16076, used in previous working releases. See <a href="http://getsatisfaction.com/schillmania/topics/flashversion_9_fails_to_initialize_but_only_on_windows">discussion</a> for more details.</p>
<p class="note">Special note: This <i>was</i> <b>V2.97a.20110705</b>, but the latest Flex SDK (4.5.1.21328) was downloaded and used for this build, and it compiled a Flash 9 SWF that wouldn't fully-start on <i>some</i> Windows machines running Firefox and IE 7, possibly others - thus, SM2 would fail to start up. The Flash 9 SWFs are now compiled with an older, working SDK version 4.1.0.16076, used in previous working releases. See <a href="http://web.archive.org/web/20160428065615/https://getsatisfaction.com/schillmania/topics/flashversion_9_fails_to_initialize_but_only_on_windows">discussion</a> for more details (Web Archive.)</p>

<p>Improved "mixed mode" HTML5/flash handling via new (experimental) <code>preferFlash</code> option, enabled by default. (If present, MP3/MP4 get flash for stability; HTML5 is used for other formats.) OS X 10.6.8 (finally?) fixes HTML5 audio in Safari. SoundManager 2 SWF adjusted to fall under ClickToFlash's "invisible" rules, may lower chance of blocking.</p>

Expand Down Expand Up @@ -826,7 +826,7 @@ <h3><b>V2.97a.20110306</b> - HTML5 audio updates, Flash/HTML5 mode detection, IE
<li>Improved _iO vs. old _iO URL comparison, rather than .src which gets translated from local paths to file:// etc.</li>
<li>Correctly trash instanceOptions (and _iO) before calling onfinish(), but maintain local copy of onfinish() so it still works. Fix play({onfinish:this.play}) bug where _iO was being incorrectly remembered.</li>
<li>Flash 9/movieStar: <code>setPosition()</code> unpause hack for everyone, not just Webkit (via 8tracks dudes, reported now in Firefox? Should not cause regressions.)</li>
<li>Special wmode tweak for <a href="http://getsatisfaction.com/schillmania/topics/internet_explorer_security_error_preventing_soundmanager2_from_running">reports</a> of SM2 start-up failures, may be admin/non-admin account related, IE 8-only on Windows 7 (possibly Vista, too?) as of late January, 2011.</li>
<li>Special wmode tweak for <a href="http://web.archive.org/web/20160428065550/https://getsatisfaction.com/schillmania/topics/internet_explorer_security_error_preventing_soundmanager2_from_running">reports</a> (Internet Archive) of SM2 start-up failures, may be admin/non-admin account related, IE 8-only on Windows 7 (possibly Vista, too?) as of late January, 2011.</li>
<li>Apply <code>hasPriority</code> to object/embed, not its style. D'oh. :P</li>
<li>HTML5: use new Audio(null) vs new Audio(), Opera 9.64 expects URL argument; throws WRONG_ARGUMENTS_ERR otherwise. Doesn't implement canPlayType() either, but both are fixed in future releases.</li>
</ul>
Expand Down Expand Up @@ -957,7 +957,7 @@ <h3><b>V2.97a.20101221</b> - HTML5 loading/progress and RTMP tweaks, <code>onrea
<ul class="nested compact flat">
<li>Double <code>onready()</code>-firing bug (HTML5 and non-flashblock case) fixed.</li>
<li>HTML5: Don't request null/about:blank URL with <code>unload()</code>, may hang/JS error in Chrome and IE 9 preview 7.</li>
<li>RTMP: Ensure <code>onplay()</code> is called for auto-loading streams when resumed. Don't call <code>play()</code> until connected. <code>play()</code> sets flash pauseOnBufferFull = false (fix for reported "<a href="http://getsatisfaction.com/schillmania/topics/rtmp_not_playing_audio#reply_3956421">RTMP not playing audio</a>" issue.)</li>
<li>RTMP: Ensure <code>onplay()</code> is called for auto-loading streams when resumed. Don't call <code>play()</code> until connected. <code>play()</code> sets flash pauseOnBufferFull = false (fix for reported "<a href="http://web.archive.org/web/20160428065524/https://getsatisfaction.com/schillmania/topics/rtmp_not_playing_audio">RTMP not playing audio</a>" [Internet Archive] issue.)</li>
<li>overHTTP was likely returning incorrect values previously - now fixed.</li>
<li><code>unload()</code> tweak: Ensure <code>position</code> is reset to 0 if <code>unload()</code> fails</li>
<li>Flash audio: Log metaDataHandler info if debug enabled, possible <code>duration</code> metaData fix</li>
Expand All @@ -968,7 +968,7 @@ <h3><b>V2.97a.20101221</b> - HTML5 loading/progress and RTMP tweaks, <code>onrea
<li class="in">
<p class="compact">API Updates</p>
<ul class="nested compact flat">
<li>Revised HTML5 <code>Audio()</code> events, improved <code>whileloading()</code> / <code>whileplaying()</code> / <code>onload()</code> for Webkit and Firefox 4. Progress/onload are still a bit quirky as HTML5 audio is more about "non-linear" loading including range and partial requests, where supported. See <a href="http://getsatisfaction.com/schillmania/topics/html5_chrome_ogg_problems">related discussion</a>.</li>
<li>Revised HTML5 <code>Audio()</code> events, improved <code>whileloading()</code> / <code>whileplaying()</code> / <code>onload()</code> for Webkit and Firefox 4. Progress/onload are still a bit quirky as HTML5 audio is more about "non-linear" loading including range and partial requests, where supported. See <a href="http://web.archive.org/web/20160428065623/https://getsatisfaction.com/schillmania/topics/html5_chrome_ogg_problems">related discussion</a> (Internet Archive.)</li>
<li>New <code>soundManager.ok()</code> method, nicer alias for <code>soundManager.supported()</code>.</li>
<li>Took <code>soundmanager.loadFromXML()</code> (SM1 legacy method) out back and shot it. Last tweak was in 2008, nobody uses it.</li>
</ul>
Expand Down Expand Up @@ -1978,9 +1978,10 @@ <h5>HTML5 Audio: Support updates, technical notes, quirks, bugs and annoyances</
<div id="support-wrapper">
<div id="get-satisfaction" class="box">
<div id="gsfn_list_widget">
<h2><a href="http://getsatisfaction.com/schillmania/products/schillmania_soundmanager_2/" title="User discussion, FAQs and support for SoundManager 2" rel="nofollow">Discussion / Support</a><span class="l"></span><span class="r"></span></h2>
<div id="gsfn_content"></div>
<div class="powered_by"><a href="http://getsatisfaction.com/" rel="nofollow">Get Satisfaction support network</a></div>
<h2>Discussion / Support<span class="l"></span><span class="r"></span></h2>
<div id="gsfn_content">
<p style="line-height:1rem;margin-bottom:0px">For bug reports and technical support, see <a href="https://github.com/scottschiller/soundmanager2/issues" class="cta">GitHub Issues</a>.</p>
</div>
</div>
<!-- /.box -->
</div>
Expand Down
23 changes: 12 additions & 11 deletions doc/download/index.html
Expand Up @@ -97,7 +97,7 @@ <h1>SoundManager 2: Download</h1>
<ul>
<li><a href="../resources/#licensing">Licensing</a></li>
<li><a href="../resources/#related">Related Projects</a></li>
<li><a href="http://getsatisfaction.com/schillmania/products/schillmania_soundmanager_2/">SM2 support / discussion</a></li>
<li><a href="https://github.com/scottschiller/soundmanager2/issues/">SM2 support / discussion</a></li>
<li><a href="http://www.schillmania.com/content/react/contact/">Contact Info @ Schillmania.com</a></li>
</ul>
</li>
Expand Down Expand Up @@ -397,7 +397,7 @@ <h3><b>V2.97a.20140901</b> - iOS 8 compatibility fix, "Bar UI" player demo, <cod

<li>
<p>
HTML5: Listen to <code>durationchange</code> event, catch-all for duration update events. May help on mobile if duration is determined late. (<a href="https://getsatisfaction.com/schillmania/topics/soundmanager2_playing_songs_from_a_different_start_point_on_mobile_not_working#reply_13672624">Related discussion</a>.)
HTML5: Listen to <code>durationchange</code> event, catch-all for duration update events. May help on mobile if duration is determined late. (<a href="http://web.archive.org/web/20140413093702/https://getsatisfaction.com/schillmania/topics/soundmanager2_playing_songs_from_a_different_start_point_on_mobile_not_working">Related discussion</a> [Internet Archive].)
</p>
</li>

Expand Down Expand Up @@ -791,7 +791,7 @@ <h3><b>V2.97a.20130324</b> - Fix for playlist/event chaining when using <code>fl

<li>
<p>
Flash Player 11.6.602.171, released by Adobe on 02/26/2013, introduced an issue with SM2's default Flash 8 (<code>flashVersion: 8</code>) API-based JS/Flash interaction, where SM2 methods called from callbacks such as <code>onfinish()</code> would not work. This primarily broke methods used for playing sounds in sequence, serially loading a series of sounds and so on. (See <a href="https://getsatisfaction.com/schillmania/topics/recent_chrome_update_seems_to_have_broken_my_sm2_audio_player">discussion</a> for more.)
Flash Player 11.6.602.171, released by Adobe on 02/26/2013, introduced an issue with SM2's default Flash 8 (<code>flashVersion: 8</code>) API-based JS/Flash interaction, where SM2 methods called from callbacks such as <code>onfinish()</code> would not work. This primarily broke methods used for playing sounds in sequence, serially loading a series of sounds and so on. (See <a href="http://web.archive.org/web/20151103180508/https://getsatisfaction.com/schillmania/topics/recent_chrome_update_seems_to_have_broken_my_sm2_audio_player">discussion</a> (Internet Archive) for more.)
</p>

<p>
Expand All @@ -817,7 +817,7 @@ <h3><b>V2.97a.20130324</b> - Fix for playlist/event chaining when using <code>fl

<li>
<p>
HTML5: Fix for iOS <code>load()</code> case when using an auto-load and looping pattern (related <a href="https://getsatisfaction.com/schillmania/topics/autoload_on_ipad_loop_error">discussion</a>).
HTML5: Fix for iOS <code>load()</code> case when using an auto-load and looping pattern (related <a href="https://web-beta.archive.org/web/*/https://getsatisfaction.com/schillmania/topics/autoload_on_ipad_loop_error/*">discussion</a> [Internet Archive, may not work, sorry.])
</p>
</li>

Expand Down Expand Up @@ -1316,7 +1316,7 @@ <h3><b>V2.97a.20120624</b> - New <code>soundManager.setup()</code> method, numer

<li>
<p>
Correct empty options JS error on internal <code>_setup_html5()</code> when reusing HTML5 audio object per <a href="https://getsatisfaction.com/schillmania/topics/possible_bug_when_html5_audio_tag_is_reused_20120527_release">V2.97a.20120527 bug report</a>
Correct empty options JS error on internal <code>_setup_html5()</code> when reusing HTML5 audio object per <a href="http://web.archive.org/web/20160428065547/https://getsatisfaction.com/schillmania/topics/possible_bug_when_html5_audio_tag_is_reused_20120527_release">V2.97a.20120527 bug report</a> (Internet Archive)
</p>
</li>

Expand Down Expand Up @@ -1502,7 +1502,7 @@ <h3><b>V2.97a.20120513</b> - Fixes for Android 2.3 playback, <code>onPosition()<

<li>
<p>
Fix for Flash 9 <a href="https://getsatisfaction.com/schillmania/topics/sound_playing_double">double-play edge case</a> found with <code>pause()</code> + <code>setPosition()</code> calls.
Fix for Flash 9 <a href="http://web.archive.org/web/20160428065515/https://getsatisfaction.com/schillmania/topics/sound_playing_double">double-play edge case</a> (Internet Archive) found with <code>pause()</code> + <code>setPosition()</code> calls.
</p>
</li>

Expand Down Expand Up @@ -1593,7 +1593,7 @@ <h3><b>V2.97a.20120318</b> - Minor updates. <code>from</code> / <code>to</code>

<li>
<p>
<code>soundManager.sounds = {}</code> instead of <code>[]</code> on reboot (per <a href="http://getsatisfaction.com/schillmania/topics/possible_bug_in_reboot">bug report</a>)
<code>soundManager.sounds = {}</code> instead of <code>[]</code> on reboot (per <a href="http://web.archive.org/web/20160428065540/https://getsatisfaction.com/schillmania/topics/possible_bug_in_reboot">bug report</a> [Internet Archive])
</p>
</li>

Expand Down Expand Up @@ -1623,7 +1623,7 @@ <h3><b>V2.97a.20120318</b> - Minor updates. <code>from</code> / <code>to</code>

<li>
<p>
Fix <code>play()</code> "<code>from</code>" + "<code>to</code>" sound sprite playback issue: In some cases, previously-fired "to" events were re-firing due to not being removed, because an equality check was comparing against a potential "to" value of a string rather than a number. (eg., 0-700 followed by 1500-2000; playback would stop in second case, saying 700 had been reached. (Related <a href="https://getsatisfaction.com/schillmania/topics/_from_to_problem_argument_for_to_is_not_updated">bug report</a>.)
Fix <code>play()</code> "<code>from</code>" + "<code>to</code>" sound sprite playback issue: In some cases, previously-fired "to" events were re-firing due to not being removed, because an equality check was comparing against a potential "to" value of a string rather than a number. (eg., 0-700 followed by 1500-2000; playback would stop in second case, saying 700 had been reached. (Related <a href="http://web.archive.org/web/20160428065514/https://getsatisfaction.com/schillmania/topics/_from_to_problem_argument_for_to_is_not_updated">bug report</a> [Internet Archive].)
</p>
</li>

Expand Down Expand Up @@ -1687,9 +1687,10 @@ <h3>Older Release Info</h3>
<div id="support-wrapper">
<div id="get-satisfaction" class="box">
<div id="gsfn_list_widget">
<h2><a href="http://getsatisfaction.com/schillmania/products/schillmania_soundmanager_2/" title="User discussion, FAQs and support for SoundManager 2" rel="nofollow">Discussion / Support</a><span class="l"></span><span class="r"></span></h2>
<div id="gsfn_content"></div>
<div class="powered_by"><a href="http://getsatisfaction.com/" rel="nofollow">Get Satisfaction support network</a></div>
<h2>Discussion / Support<span class="l"></span><span class="r"></span></h2>
<div id="gsfn_content">
<p style="line-height:1rem;margin-bottom:0px">For bug reports and technical support, see <a href="https://github.com/scottschiller/soundmanager2/issues" class="cta">GitHub Issues</a>.</p>
</div>
</div>
<!-- /.box -->
</div>
Expand Down
10 changes: 6 additions & 4 deletions doc/getstarted/index.html
Expand Up @@ -104,7 +104,7 @@ <h1>SoundManager 2: Getting Started</h1>
<ul>
<li><a href="../resources/#licensing">Licensing</a></li>
<li><a href="../resources/#related">Related Projects</a></li>
<li><a href="http://getsatisfaction.com/schillmania/products/schillmania_soundmanager_2/">SM2 support / discussion</a></li>
<li><a href="https://github.com/scottschiller/soundmanager2/issues">SM2 support / discussion</a></li>
<li><a href="http://www.schillmania.com/content/react/contact/">Contact Info @ Schillmania.com</a></li>
</ul>
</li>
Expand Down Expand Up @@ -527,9 +527,11 @@ <h3>Standalone version of troubleshooting tool</h3>
<div id="support-wrapper">
<div id="get-satisfaction" class="box">
<div id="gsfn_list_widget">
<h2><a href="http://getsatisfaction.com/schillmania/products/schillmania_soundmanager_2/" title="User discussion, FAQs and support for SoundManager 2" rel="nofollow">Discussion / Support</a><span class="l"></span><span class="r"></span></h2>
<div id="gsfn_content"></div>
<div class="powered_by"><a href="http://getsatisfaction.com/" rel="nofollow">Get Satisfaction support network</a></div>
<h2><a href="https://github.com/scottschiller/soundmanager2/issues" title="Developer discussion, FAQs and support for SoundManager 2" rel="nofollow">Discussion / Support</a><span class="l"></span><span class="r"></span></h2>
<div id="gsfn_content">
<p style="line-height:1rem;margin-bottom:0px">For bug reports and technical support, see <a href="https://github.com/scottschiller/soundmanager2/issues" class="cta">GitHub Issues</a>.
</p>
</div>
</div>
<!-- /.box -->
</div>
Expand Down
9 changes: 5 additions & 4 deletions doc/index.html
Expand Up @@ -99,7 +99,7 @@ <h1>SoundManager 2: Documentation</h1>
<ul>
<li><a href="resources/#licensing">Licensing</a></li>
<li><a href="resources/#related">Related Projects</a></li>
<li><a href="http://getsatisfaction.com/schillmania/products/schillmania_soundmanager_2/">SM2 support / discussion</a></li>
<li><a href="https://github.com/scottschiller/soundmanager2/issues/">SM2 support / discussion</a></li>
<li><a href="http://www.schillmania.com/content/react/contact/">Contact Info @ Schillmania.com</a></li>
</ul>
</li>
Expand All @@ -119,9 +119,10 @@ <h1>SoundManager 2: Documentation</h1>
<!--
<div id="get-satisfaction" class="box">
<div id="gsfn_list_widget">
<h2><a href="http://getsatisfaction.com/schillmania/products/schillmania_soundmanager_2/" title="User discussion, FAQs and support for SoundManager 2" rel="nofollow">Discussion / Support</a><span class="l"></span><span class="r"></span></h2>
<div id="gsfn_content"></div>
<div class="powered_by"><a href="http://getsatisfaction.com/" rel="nofollow">Get Satisfaction support network</a></div>
<h2><a href="https://github.com/scottschiller/soundmanager2/issues" title="Developer discussion, FAQs and support for SoundManager 2" rel="nofollow">Discussion / Support</a><span class="l"></span><span class="r"></span></h2>
<div id="gsfn_content">
<p style="line-height:1rem;margin-bottom:0px">For bug reports and technical support, see <a href="https://github.com/scottschiller/soundmanager2/issues" class="cta">GitHub Issues</a>.</p>
</div>
</div>
</div>
-->
Expand Down

0 comments on commit bcc7ad3

Please sign in to comment.