[svg-developers] SVG Event Handling ASV

2006-09-12 Thread jjeffmanfr
It is amazing ! No answer nor any comment in almost 20 days! Well I've found the error by myself. ASV do not accept the use of the method name addEventListener as a test for checking its existence in the svg object interface. So the code if( obj.addEventListener) raises an exception which tells

[svg-developers] SVG Event Handling ASV

2006-08-25 Thread jjeffmanfr
I am using the Adobe SVG Viewer (ASV) installed on Internet Explorer vr. 6.0.2900.2180 (sp2) to show svg files in an embed tag. The svg files begin with the tags : ?xml version=1.0 encoding=iso-8859-1 standalone=no? svg id=root width=2000 height=2000 onload=init(evt);