Opened 14 years ago
Closed 13 years ago
#7205 closed Bug (fixed)
Flash Advanced - style params doesn't load
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Dialogs | Version: | 3.4.1 |
Keywords: | Cc: |
Description
- Load the editor with following content;
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" data="a.com"><param name="play" value="false" /><param name="menu" value="false" /><param name="wmode" value="opaque" /><param name="quality" value="medium" /><param name="movie" value="a.com" /></object>
- Double click to open Flash dialog, check those fields on properties tab;
- Actual Result: Fields are empty.
Change History (2)
comment:1 Changed 14 years ago by
Keywords: | IE removed |
---|---|
Status: | new → confirmed |
Summary: | [IE] Flash params doesn't load → Flash Advanced - style params doesn't load |
Version: | → 3.4.1 |
Confirmed that:
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" data="a.com"
is not loaded anywhere into dialog box into Advanced - Style, or clearedAlso data entered into Style field is not saved. Issue occurs also in other browsers (chrome, opera, firefox) - I change summary of this ticket.
Other parameters are correctly loaded into their places.