Has anyone called a javascript function from the object tag before? e.g.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca b#version=4,0,2,0" width="20" height="18" onClick="resetAlarm();"> <param name=movie value="../../swf/alert2.swf" > <param name=quality value=high> <embed src="../../swf/alert2.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_ Version=ShockwaveFlash" type="application/x-shockwave-flash" width="20" height="18" onclick="alarmAlert();"> </embed> </object> except the function is not getting called, never - I tried calling the function with the onClick attribute in the embed element but nothing either. I'm doing something sill I'm sure. Its so we can control sound outflow a lot more better. If you use flash to do it but you refresh the browser, the sound is back on, but a javascript script would solve the problem. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

