Hi! At least in IE8, I found getProperty isn't supported by IE. For
example, with swf objects, if I want to get teh 'width', I cannot do $
(object_id).getProperty('width'). I must do $
(object_id).getAttribute('width') instead.

Is it normal or should I file this in jira as a bug?

Reply via email to