https://bugs.documentfoundation.org/show_bug.cgi?id=42246

Jay Philips <philip...@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |philip...@hotmail.com

--- Comment #10 from Jay Philips <philip...@hotmail.com> ---
What Word 2013 does when you select an online video from their builtin search
facility to add into a document is insert the video's image and wrap a link
around it pointing to the page you can watch the video as well as the necessary
embedded HTML code to run the video independently. Here is an example of the
xml code with the embedded HTML (pulled from attachment 111336).

<a:ext uri="{C809E66F-F1BF-436E-b5F7-EEA9579F0CBA}"><wp15:webVideoPr
xmlns:wp15="http://schemas.microsoft.com/office/word/2012/wordprocessingDrawing";
embeddedHtml="&lt;iframe class=&quot;youtube-player&quot;
src=&quot;https://www.youtube.com/embed/OXeOs9EOnPw&quot;
frameborder=&quot;0&quot; type=&quot;text/html&quot; width=&quot;816&quot;
height=&quot;480&quot; /&gt;" h="480" w="816"/></a:ext>

When you hover over the image in Word, it shows the Ctrl+Click tooltip and if
ctrl+click, it darkens the document and shows the embedded code in a
overlapping window. This behaviour only happens in Word 2013, while with Word
2010 and 2007, ctrl+click simply opens the video link in the user's default
browser, like what it normally does with any link.

LibreOffice presently doesnt detect the video link around such images in DOCX
files (bug 87718).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to