Hi,
I hit on issue with deleting <object> tags in FF.
When I insert some video or flash using Manager I get html code like that:
<object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" type="application/x-oleobject" width="150" height="150"><param name="FileName" value="some_source"><embed src="some_source" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer" width="150" height="150"></object><br>
which is OK.
Problem occurs when I try to delete this object in FF in Design mode of RadEditor. It does not matter weather I try to delete the object by selecting it and hitting DEL or backspace. The result is that flash object disappears from design view but in HTML source is still some code left:
<object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" type="application/x-oleobject" width="150" height="150"><param name="FileName" value="some_source"></object><br>
RadEditor only erases <embed> tag but lefts <object> in HTML code. When I open page with html code like this in it in IE I can still see the empty window of the mediaplayer.
Is there any way to easy fix this problem?
Best regards,
Jakub Sterba
Cyber Stream Technology
I hit on issue with deleting <object> tags in FF.
When I insert some video or flash using Manager I get html code like that:
<object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" type="application/x-oleobject" width="150" height="150"><param name="FileName" value="some_source"><embed src="some_source" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer" width="150" height="150"></object><br>
which is OK.
Problem occurs when I try to delete this object in FF in Design mode of RadEditor. It does not matter weather I try to delete the object by selecting it and hitting DEL or backspace. The result is that flash object disappears from design view but in HTML source is still some code left:
<object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" type="application/x-oleobject" width="150" height="150"><param name="FileName" value="some_source"></object><br>
RadEditor only erases <embed> tag but lefts <object> in HTML code. When I open page with html code like this in it in IE I can still see the empty window of the mediaplayer.
Is there any way to easy fix this problem?
Best regards,
Jakub Sterba
Cyber Stream Technology