no longer using flash
This commit is contained in:
parent
3c3f087bc9
commit
b4a554bfa3
|
|
@ -102,8 +102,7 @@ include "root.php";
|
|||
|
||||
function copy() {
|
||||
$this->copy_scripts();
|
||||
$this->copy_sounds();
|
||||
$this->copy_swf();
|
||||
//$this->copy_sounds();
|
||||
}
|
||||
|
||||
function copy_conf() {
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
Copyright (c) 2005, Fabricio Zuardi
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
||||
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
||||
* Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
Binary file not shown.
|
|
@ -1,23 +0,0 @@
|
|||
<p>
|
||||
You can find more infos about slim.swf here:
|
||||
</p>
|
||||
<p>
|
||||
http://musicplayer.sourceforge.net/#documentation
|
||||
</p>
|
||||
<p>
|
||||
<br/>
|
||||
Please remember that you should record your MP3s at 11Khz for slim.swf to play correctly
|
||||
|
||||
A quick example follows:
|
||||
</p>
|
||||
|
||||
<object type="application/x-shockwave-flash" width="400" height="17"
|
||||
data="/slim.swf?song_url=/data.mp3&song_title=This%20is%20the%20title">
|
||||
<param name="movie" value="/slim.swf?song_url=/data.mp3&song_title=This%20is%20the%20title" />
|
||||
<param name="quality" value="high"/>
|
||||
<param name="bgcolor" value="#E6E6E6"/>
|
||||
</object>
|
||||
|
||||
<p>
|
||||
Remember that if this is not working for you, you should most probably point the song_url GET parameter to a real MP3 file that should be reachable through the web server.
|
||||
</p>
|
||||
Loading…
Reference in New Issue