bug : sound

Support and queries relating to all previous versions of ZoneMinder
Locked
User avatar
chaapaï
Posts: 19
Joined: Fri Aug 13, 2004 2:26 pm
Location: France

bug : sound

Post by chaapaï »

hello all !
ok, if you have no alarm sound on window monitor...(2 days i search why it wont to play..)
in
zm_html_view_watchstatus.php ligne 129

Code: Select all

<embed src="<?= ZM_DIR_SOUNDS.'/'.ZM_WEB_ALARM_SOUND ?>" autostart="yes" hidden="true"></embed>
change autostart="yes" to autostart="true"

Code: Select all

<embed src="<?= ZM_DIR_SOUNDS.'/'.ZM_WEB_ALARM_SOUND ?>" autostart="true" hidden="true"></embed>

I love sounds.... YES, it's TRUE .... 8)
oooops, i'm sorry but i speak english like as spanish cow...
itsthemedication
Posts: 33
Joined: Mon Jul 12, 2004 3:11 pm

Thanks....

Post by itsthemedication »

Can't tell you how long I've been waiting for this fix. I'm not a programmer - I have to wait for someone else to scan the code.

Thanks again.
Locked