> 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/swflas
> h.ca
> b#version=4,0,2,0" width="20" height="18" onClick="resetAlarm();">

I'm no Flash expert, but I don't think this is going to work. Flash can
interact with JavaScript in the browser, but the embedded object itself
isn't really part of the HTML page in which it belongs - that is, once
you've included the object, the plugin for that object handles events,
rather than having the browser handle those events.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
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

Reply via email to