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

Can you help me ".flv" in editor

1 Answer 12 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Vo
Top achievements
Rank 1
Vo asked on 08 Nov 2012, 10:04 AM
I inserted file ".flv" flowing :
<object width="150" height="150" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
<param value="/Upload/News/Video/08092012232957.flv" name="Movie">
<param value="false" name="play">
<param value="high" name="quality">
<param value="false" name="loop">
<param value="false" name="menu">
<embed width="150" height="150" menu="false" loop="false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" src="/Upload/News/Video/08092012232957.flv">
</object>


But  when I run it in browse it do not play.??

1 Answer, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 08 Nov 2012, 03:18 PM
Hello,

The flv files are not playable videos but are source FlashVideo files that need to be compiled. In order to be able to play a FLV file on your webpage you will need to use a third-party player that can be found on the net.

When you get the player that fits your needs you can either modify the FlashManager's output by modifying its callback function in the similar manner as in this forum thread, or create and assign a custom dialog to RadEditor.

Regards,
Dobromir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
Vo
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or