Page 1 of 1

bug : sound

Posted: Sun Feb 06, 2005 10:57 pm
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)

Thanks....

Posted: Mon Feb 07, 2005 6:00 am
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.