question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

This is the first time I am attempting to use the Media plugin. Everything runs fine until I save the document, then it gets convert into:

img data-mce-p-poster=“https://www.pets4you.com/pages/souths-shepherds/images/video-poster.jpg” data-mce-p-controls=“controls” data-mce-html=“%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Csource%20src%3D%22https%3A//www.pets4you.com/pages/souths-shepherds/images/Video.mp4%22%20type%3D%22video/mp4%22%20/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Csource%20src%3D%22https%3A//www.pets4you.com/pages/souths-shepherds/images/Video.ogg%22%20type%3D%22video/ogg%22%20/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20” src=“data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7” data-mce-object=“video” class=“mce-object mce-object-video” height=“320” width=“568”

it is supposed to be

<video width="570" height="320" controls="controls">
<source src="https://www.pets4you.com/pages/souths-shepherds/images/Video.mp4" type="video/mp4" />
<source src="https://www.pets4you.com/pages/souths-shepherds/images/Video.ogg" type="video/ogg" />
</video>

Why is that?

Version 4.3.11 Will check out 4.4.0 (Does it in both)

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
woshihoujinxincommented, Jul 13, 2016

I also have the same question, this is my embed code: <embed height="415" width="544" quality="high" allowfullscreen="true" type="application/x-shockwave-flash" src="http://static.hdslb.com/miniloader.swf" flashvars="aid=2510951&page=1" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"></embed>, but after I put it into the textarea and save it, when I open to edit the emebed code, it changed like this <embed src="http://static.hdslb.com/miniloader.swf" type="application/x-shockwave-flash" width="544" height="415" /> I don’t know how to fix it. you can have a try!

0reactions
lnewsoncommented, Apr 26, 2020

I’m going to close this as a duplicate of https://github.com/tinymce/tinymce/issues/5540 as TinyMCE currently only supports live embeds for iframe based embeds, such as those used by Youtube. So when a live embed isn’t supported, TinyMCE will render a placeholder instead while editing the content. This should be replaced with the original embed when getting the content out of the editor, but if that isn’t working please do let us know.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Take & Pick Photos and Video Plugin for Xamarin and Windows
Media Plugin for Xamarin and Windows ... Simple cross platform plugin to take photos and video or pick them from a gallery from...
Read more >
Xam.Plugin.Media 5.0.1 - NuGet
Take or pick photos and videos from a cross platform API.
Read more >
The step by step set up of Media Plugin for Xamarin.Forms!
Xam.Plugin.Media is the free Plugin Library by James Montemagno, that allows us to easily interact with Capturing Photos and Video and accessing ...
Read more >
Getting Started with the Media Plugin for Xamarin
Learn how to use the Media Plugin for Xamarin and Windows to enable your app to take photos and videos or select them...
Read more >
HOME - Plug-In Media Limited
Plug-In Media is a 5 times BAFTA-winning, digital production company, that creates both interactive entertainment and linear TV content for the children and ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found