Opened 14 years ago
Closed 14 years ago
#7204 closed Bug (duplicate)
Reading from <param> does not work in IE
Reported by: | Sa'ar Zac Elias | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | IE | Cc: |
Description
Using the following:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"><param name="wmode" value="opaque" /><param name="quality" value="medium" /><param name="movie" value="a.com" /><embed src="a.com" type="application/x-shockwave-flash"></embed></object>
Right click on the placeholder, switch to the 2nd tab.
Note that all fields have their default values, although the params should override them.
Tested with IE8, works well with IE9's IE8 mode.
DUP of #7025;