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

Implementing FLV into Flashmanager

2 Answers 78 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Jesse
Top achievements
Rank 1
Jesse asked on 08 Jan 2009, 02:38 PM
We have a requirement to allow the user to Insert a flash movie FLV with a skin/player SWF using the Flashmanager in the WYSIWYG editor. As in the user must be able to click the flash button to open Flashmanager, and insert an FLV. The requirement for this is to allow content to wrap around the FLV and avoid using a user control.

So far we have not found a good way to do this. Any help would be appreciated. I've noticed that even when we embed a movie with a skin and use parameters the FLV isn't playing.

I have updated the MIME settings on IIS on localhost (for testing), allowed scripting, and am using an FLV and SWF locally without an absolute path. Below is some sample code.

<p> 
<object height="360" width="480" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
<param name="flashvars" value="/Files/movie.flv"
<param name="movie" value="/Files/videoPlayer.swf"
<embed src="/Files/videoPlayer.swf" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="file=/Files/Movie.flv" width="480" height="360"
</object> 
</p> 

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 10 Jan 2009, 03:57 PM
Hello Jesse,

Could you please, try to play the following flash flv content in RadEditor:

<object width="512" height="384" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0">  
    <param name="flashvars" value="file=http://download.videohelp.com/download/video2.flv" /> 
    <param name="movie" value="http://forum.videohelp.com/images/guides/315188/flvplayer.swf" /> 
    <embed src="http://forum.videohelp.com/images/guides/315188/flvplayer.swf"  
        width="512" height="384" bgcolor="#FFFFFF" type="application/x-shockwave-flash"  
        pluginspage="http://www.macromedia.com/go/getflashplayer"  
        flashvars="file=http://download.videohelp.com/download/video2.flv" > 
</object>

If it works as expected you can modify the inserted via the Flash manager content using the OnClientPasteHtml event property.

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Jesse
Top achievements
Rank 1
answered on 13 Jan 2009, 09:08 PM
Worked great, thanks!
Tags
Editor
Asked by
Jesse
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Jesse
Top achievements
Rank 1
Share this question
or