This is a migrated thread and some comments may be shown as answers.

[Solved] Version 2009 Q2 miss closed embed tag in firefox 3.0 ,Anyone can help?

1 Answer 64 Views
Editor
This is a migrated thread and some comments may be shown as answers.
jason stenp
Top achievements
Rank 1
jason stenp asked on 14 Jul 2009, 02:04 AM
when i insert a flash in firefox 3.0 , it generated the code like below

 <object height="150" width="150" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
<param name="Movie" value="/aspnet-ajax/Editor/Img/UserDir/Marketing/ASP_AJAX_banner.swf">
<param name="play" value="true">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<param name="loop" value="false">
<param name="menu" value="false"><embed src="/aspnet-ajax/Editor/Img/UserDir/Marketing/ASP_AJAX_banner.swf" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" wmode="transparent" loop="false" menu="false" width="150" height="150"></object>

it doesn't has "</embed" tag . so it can't be showed in firefox .

Anyone can help solve this problem ?  thank you very much.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 16 Jul 2009, 12:02 PM
Hi Jason,

Please, note that Firefox is unable to preview video and flash object elements in the editable IFRAME / DIV elements. To visualize the flash videos in this browser RadEditor is displaying an image over the hidden embed tag. You can see in the real-time html module in Design mode that the editor is replacing the embed tag with an img tag:

<img isflash="true" src="/mar26/WebResource.axd?d=VKgfCOMGbNfFHpaQ2fagQwx54iDXBFZvJ7fIi4SHX7kJQaESHnWBw0ciKR3EmQ4gyVj3mPF0yY8UbGwj-HF14xc1L6Up4UM7hu5wOZEGJyM1&amp;t=633761549161885913"  ...

This tag is removed when switching to Html mode or submitting the content.

Once the content is displayed on the public page outside of RadEditor then the flash video will be rendered and played by Firefox. You can see test this in this live example: Save In External File.

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Editor
Asked by
jason stenp
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or