Whenever an object is not a Shockwave flash object, setting the expando properties will not work (the "expando property" ), as unmanaged errors will occur. At a glance at the source, this method is interna
From source:
// The following elements throw uncatchable exceptions if you // attempt to add expando properties to them. noData: { "embed": true, // Ban all objects except for Flash (which handle expandos) "object": "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", "applet": true },
Search the source for noData
, and many links appear with related comments.
Rob w source share