Ticket #2141 (closed Task: invalid)

Opened 2 years ago

Last modified 2 years ago

FLV file not displaying on page

Reported by: johnnyo Owned by:
Priority: Normal Milestone:
Component: Server : ASP Version: FCKeditor 2.5
Keywords: Cc:

Description

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>

Change History

Changed 2 years ago by w.olchawa

  • keywords FLV problems removed
  • priority changed from High to Normal
  • status changed from new to closed
  • resolution set to invalid
  • milestone FCKeditor 3.x deleted

This site should only be used for reporting bugs or requesting new features for FCKeditor and its sister projects. If you want to gain support please visit our support page at:

 http://www.fckeditor.net/support

or our forums at:

 http://www.fckeditor.net/forums/

Note: See TracTickets for help on using tickets.