Fix Copyright years.
The official MIME type for mp3 is audio/mpeg. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39352 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@
|
|||||||
/*
|
/*
|
||||||
* haiku.php - an online Haiku demo using qemu and vnc.
|
* haiku.php - an online Haiku demo using qemu and vnc.
|
||||||
*
|
*
|
||||||
* Copyright 2007-2009, Francois Revol, [email protected].
|
* Copyright 2007-2010, Francois Revol, [email protected].
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -624,7 +624,7 @@ function output_audio_player_code($external_only=false)
|
|||||||
echo "<source src=\"" . $url . "\" type=\"audio/mpeg\" />";
|
echo "<source src=\"" . $url . "\" type=\"audio/mpeg\" />";
|
||||||
}
|
}
|
||||||
if (!$use_html5) {
|
if (!$use_html5) {
|
||||||
echo "<object type=\"audio/x-mpeg\" width=\"300\" height=\"50\">";
|
echo "<object type=\"audio/mpeg\" width=\"300\" height=\"50\">";
|
||||||
echo "<param name=\"src\" value=\"" . $url . "\" />";
|
echo "<param name=\"src\" value=\"" . $url . "\" />";
|
||||||
echo "<param name=\"controller\" value=\"true\" />";
|
echo "<param name=\"controller\" value=\"true\" />";
|
||||||
echo "<param name=\"controls\" value=\"controlPanel\" />";
|
echo "<param name=\"controls\" value=\"controlPanel\" />";
|
||||||
|
|||||||
Reference in New Issue
Block a user