Opened 12 years ago
Closed 12 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 12 years ago by
Status: | new → pending |
---|
comment:2 Changed 12 years ago by
Hello ,
- 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>
- Yes , Video is not played in page preview ..
Thanks Varun
comment:3 Changed 12 years ago by
- 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.
- 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 12 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
@varunsodhi could you: