$sound->play_sound("done.wav");
может есть какойто специальный тип wav (частота/каналы/сжатие)
я пробовал разные
вот один из
http://rapidshare.com/files/203639670/done2.wav
не играет музыку
не играет музыку
Я бы изменил алгоритм, но Яша не дает исходники... (с) Krizess
Вы полный путь указываете?
Бибикает на ура
Код: Выделить всё
<?php
// The following code is required to properly run Xedant.com Human Emulator
require("../Templates/xedant_human_emulator.php");
$sound->play_sound("C:\Program Files\QIP\Sounds\sndMsg.wav");
// Quit
$app->quit();
?>
$sound->play_sound('C:\Program Files\QIP Infium\Sounds\QIP Infium sounds\1.waw');Support писал(а):Вы полный путь указываете?
Бибикает на ураКод: Выделить всё
<?php // The following code is required to properly run Xedant.com Human Emulator require("../Templates/xedant_human_emulator.php"); $sound->play_sound("C:\Program Files\QIP\Sounds\sndMsg.wav"); // Quit $app->quit(); ?>
Не бибикает нихрена - в место этого воспроизводит стандартный виндовый звук об ошибке.
ergelaser писал(а):$sound->play_sound('C:\Program Files\QIP Infium\Sounds\QIP Infium sounds\1.waw');Support писал(а):Вы полный путь указываете?
Бибикает на ураКод: Выделить всё
<?php // The following code is required to properly run Xedant.com Human Emulator require("../Templates/xedant_human_emulator.php"); $sound->play_sound("C:\Program Files\QIP\Sounds\sndMsg.wav"); // Quit $app->quit(); ?>
Не бибикает нихрена - в место этого воспроизводит стандартный виндовый звук об ошибке.
всё бибикает вот стандартный виндовый звук на котором можно проверить -
Код: Выделить всё
$sound->play_sound("C:\WINDOWS\Media\Windows Feed Discovered.wav" );
и расширение должно быть .wav а не .waw.