Opened 11 years ago

Closed 11 years ago

#9963 closed Bug (expired)

Problem with playing video uploaded in ckFinder

Reported by: varun Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

Greetings of the day,

I am using Ckeditor along with ckfinder. when i upload a video from ckeditor and use the same in ckeditor it and store this to my database and while displaying that content on page, video dos't play. Here is the code which ckeditor genrates.

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="movie" value="/artofemergence/app/webroot/files/video/20051210-w50s.flv" /><embed pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="/artofemergence/app/webroot/files/video/20051210-w50s.flv" type="application/x-shockwave-flash"></embed></object>

Thanks Varun

Change History (4)

comment:1 Changed 11 years ago by Jakub Ś

Status: newpending

@varunsodhi could you:

  1. Provide original code - not changed by editor.
  2. Once I get original code I will check this but I want to know if this html gets changed when you paste into Source mode switch to WYSIWYG and again to Source or only after you save this in DB and load data in editor again. Second scenario would indicate that your App or DB is breaking this code.
  3. As I understand this video is not played in page preview. Is that correct?

comment:2 Changed 11 years ago by varun

Hello ,

  1. Here is the code that Ckeditor gives

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="quality" value="high" /><param name="movie" value="/artofemergence/app/webroot/files/video/20051210-w50s.flv" /><embed pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="/artofemergence/app/webroot/files/video/20051210-w50s.flv" type="application/x-shockwave-flash"></embed></object>

  1. Yes , Video is not played in page preview ..

Thanks Varun

comment:3 Changed 11 years ago by Jakub Ś

  1. Provide original code - not changed by editor.

Here is the code that CKEditor gives

I have asked you for the code that you paste into editor. Code that isn't changed by editor. Original code, not changed by editor.

  1. but I want to know if this html gets changed when you paste into Source mode switch to WYSIWYG and again to Source or only after you save this in DB and load data in editor again. Second scenario would indicate that your App or DB is breaking this code.

Have you perhaps checked this? Where this is happening when switching to source and back or when writing to DB and loading back to editor?

comment:4 Changed 11 years ago by Jakub Ś

Resolution: expired
Status: pendingclosed
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy