Rank: Advanced Member Groups: Member
Joined: 3/18/2008 Posts: 41
|
Hi.
Thanks for a great HTML Editor!
I try to insert an embedded video into the editor, and the video plays in the preview mode. But the code disappears when i switch back to the HTML mode. Why does it happen?
The code:
<OBJECT id="VIDEO" width="320" height="240" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject"> <PARAM NAME="URL" VALUE="/test.wmv"> <PARAM NAME="SendPlayStateChangeEvents" VALUE="True"> <PARAM NAME="AutoStart" VALUE="True"> <PARAM name="uiMode" value="none"> <PARAM name="PlayCount" value="9999"> </OBJECT>
Thanks. HT
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
This appears to be a bug. We will look into it and see what we can do.
Thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
This bug has been fixed in build 2008.0.54.
|