summaryrefslogtreecommitdiffstats
path: root/tests/controls.html
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-17 00:54:13 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-17 00:54:13 +0000
commit092be7678b67552cb3161fe162242bf8d3aeed2f (patch)
treebe0693f45b101252c370e40f6e84da2cd7a52f75 /tests/controls.html
downloadkmplayer-092be7678b67552cb3161fe162242bf8d3aeed2f.tar.gz
kmplayer-092be7678b67552cb3161fe162242bf8d3aeed2f.zip
Added old abandoned KDE3 version of kmplayer
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmplayer@1091557 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'tests/controls.html')
-rw-r--r--tests/controls.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/tests/controls.html b/tests/controls.html
new file mode 100644
index 0000000..c18bcc5
--- /dev/null
+++ b/tests/controls.html
@@ -0,0 +1,29 @@
+<html>
+ <body>
+ <table>
+ <tr>
+ <td COLSPAN=2>
+ <embed SRC="excl_timings.smil" TYPE="audio/x-pn-realaudio" WIDTH=320 HEIGHT=240 CONTROLS=ImageWindow CONSOLE=one AUTOSTART=true></embed>
+ </td>
+ <td>
+ <embed WIDTH=240 HEIGHT=240 TYPE="audio/x-pn-realaudio" CONTROLS=PlayList CONSOLE=one AUTOSTART=true></embed>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <embed WIDTH=160 HEIGHT=16 TYPE="audio/x-pn-realaudio" CONTROLS=PlayButton CONSOLE=one AUTOSTART=true></embed>
+ </td>
+ <td>
+ <embed WIDTH=160 HEIGHT=16 TYPE="audio/x-pn-realaudio" CONTROLS=VolumeSlider CONSOLE=one AUTOSTART=true></embed>
+ </td>
+ <td>
+ <embed WIDTH=240 HEIGHT=55 TYPE="audio/x-pn-realaudio" CONTROLS=InfoPanel CONSOLE=one AUTOSTART=true></embed>
+ </td>
+ </tr>
+ <tr>
+ <td COLSPAN=3>
+ <embed WIDTH=560 HEIGHT=16 TYPE="audio/x-pn-realaudio" CONTROLS=StatusBar CONSOLE=one AUTOSTART=true></embed>
+ </table>
+ <embed SRC="img_scale.smil" WIDTH=320 HEIGHT=240 TYPE="audio/x-pn-realaudio" CONTROLS=All CONSOLE=two AUTOSTART=true></embed>
+ </body>
+</html>