Re: [svg-developers] image onload

2006-04-27 Thread Guy Morton
Yes, that's the problem - future assignments of a new href to that image don't trigger a new onload event in ASV, but it does in FF (and Opera, apparently). I'll try issuing a reload and see if that helps. Anyone else got any other ideas? Would this be considered a bug in the adobe implementat

Re: [svg-developers] image onload

2006-04-27 Thread Jonathan Watt
Have you guys tried svgDoc.getElementById("I").reload(); ? On 4/27/06, David Dailey <[EMAIL PROTECTED]> wrote: > > At 09:34 AM 4/27/2006, you wrote: > >try setting the onload from in javascript - that's what i'm attempting > >and she no work. > > Oh... now I see what you're talking about -- >

Re: [svg-developers] image onload

2006-04-27 Thread David Dailey
At 09:34 AM 4/27/2006, you wrote: >try setting the onload from in javascript - that's what i'm attempting >and she no work. Oh... now I see what you're talking about -- I tried the following (avoiding your function() constructor to simplify things): I=svgDoc.getElementById("I")//the t

Re: [svg-developers] image onload

2006-04-27 Thread Guy Morton
try setting the onload from in javascript - that's what i'm attempting and she no work. David Dailey wrote: > At 09:04 PM 4/26/2006, Guy wrote: > >> i'm trying to access the onload event on an image element. >> > > > H... I was baffled as to why this shouldn't work, so I tried the >

Re: [svg-developers] image onload

2006-04-27 Thread David Dailey
At 09:04 PM 4/26/2006, Guy wrote: >i'm trying to access the onload event on an image element. H... I was baffled as to why this shouldn't work, so I tried the following: The alert fired just fine from IE (ASV 3) Opera 9 and FF1.5 The onclick works too. Perhaps there is another problem wit

Re: [svg-developers] image onload

2006-04-26 Thread Guy Morton
i'm trying to access the onload event on an image element. i too have an onload firing from the svg element. Peter Kalev wrote: > My SVG file has an "onload" that calls the "mother page" and it works in > ASV... > > Peter Kalev > Senior Developer, > SWF, LLC > > > -Original Message- > Fro

RE: [svg-developers] image onload

2006-04-26 Thread Peter Kalev
My SVG file has an "onload" that calls the "mother page" and it works in ASV... Peter Kalev Senior Developer, SWF, LLC -Original Message- From: Guy Morton [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 26, 2006 5:36 PM To: svg-developers@yahoogroups.com Subject: [svg-developers] image