]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add this from CtRiX -- Thanks.
authorBrian West <brian@freeswitch.org>
Wed, 14 May 2008 20:39:43 +0000 (20:39 +0000)
committerBrian West <brian@freeswitch.org>
Wed, 14 May 2008 20:39:43 +0000 (20:39 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8409 d0543943-73ff-0310-b7d9-9358b9ac24b2

htdocs/slimtest.htm [new file with mode: 0644]

diff --git a/htdocs/slimtest.htm b/htdocs/slimtest.htm
new file mode 100644 (file)
index 0000000..f1536d7
--- /dev/null
@@ -0,0 +1,23 @@
+<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>