Inserting local video into Richtext Editor/TinyMCE
Hi,
I´m trying to build add a function to Richtext Editor that can insert a movie. The functions does not have to upload the movie, just insert it. Its OK to upload the movie to the Media section first and then insert it.
I have tried the Embed and the Media plugin/button in TinyMCE, but I can´t get that to work with local files. It works with Youtube URLs. I´ve tried to add the local server to EmbeddedMedia.config without any luck.
Inserting local video into Richtext Editor/TinyMCE
Hi,
I´m trying to build add a function to Richtext Editor that can insert a movie. The functions does not have to upload the movie, just insert it. Its OK to upload the movie to the Media section first and then insert it.
I have tried the Embed and the Media plugin/button in TinyMCE, but I can´t get that to work with local files. It works with Youtube URLs. I´ve tried to add the local server to EmbeddedMedia.config without any luck.
Any ideas?
You could create a macro for it. That way you can let your editors pick the video, and you can handle the implementation. There is some documentation here: https://our.umbraco.org/Documentation/Reference/Templating/Macros/managing-macros and here: https://our.umbraco.org/documentation/Reference/Templating/Macros/
is working on a reply...