#2141: FLV file not displaying on page
---------------------------+------------------------------------------------
 Reporter:  johnnyo        |        Type:  Task        
   Status:  new            |    Priority:  High        
Milestone:  FCKeditor 3.x  |   Component:  Server : ASP
  Version:  FCKeditor 2.5  |    Keywords:  FLV problems
---------------------------+------------------------------------------------
 Hi, i have added the option to upload an FLV file to fckeditor. I can see
 the mediaplayer.swf on the page but the FLV  move doesn't load. The path
 to the FLV file is correct but it still does not appear. The website in
 question is http://www.hopecic.org.uk the source to the flv is below, i
 really hope you can help.

 <script type="text/javascript">
         //NOTE: FOR LIST OF POSSIBLE SETTINGS GOTO
 http://www.jeroenwijering.com/extras/readme.html
         var s1 = new
 
SWFObject("/FCKeditor/editor/plugins/flvPlayer/mediaplayer.swf","single","320","240","7");
         s1.addVariable("width","320");
         s1.addVariable("height","240");
         s1.addVariable("autostart","false");
         s1.addVariable("file","/saspcms/userfiles/flash/opus video wedding
 demo_0.flv");
         s1.addVariable("repeat","false");
         s1.addVariable("image","/saspcms/userfiles/image/bgd.jpg");
         s1.addVariable("showdownload","true");
         s1.addVariable("link","/saspcms/userfiles/flash/opus video wedding
 demo_0.flv");
         s1.addParam("allowfullscreen","true");
         s1.addVariable("showdigits","true");
         s1.addVariable("shownavigation","true");
         s1.addVariable("logo","");
         //s1.addVariable("largecontrols","true");
         //s1.addVariable("bufferlength","3");
 //s1.addVariable("audio","http://www.jeroenwijering.com/extras/readme.html";);
         s1.write("player414198");
 </script>

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2141>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to