<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - FILESAVE: Slide transistion sound(other sound) is not included in presentation file"
href="https://bugs.freedesktop.org/show_bug.cgi?id=67544#c6">Comment # 6</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - FILESAVE: Slide transistion sound(other sound) is not included in presentation file"
href="https://bugs.freedesktop.org/show_bug.cgi?id=67544">bug 67544</a>
from <span class="vcard"><a class="email" href="mailto:kendy@collabora.com" title="Jan Holesovsky <kendy@collabora.com>"> <span class="fn">Jan Holesovsky</span></a>
</span></b>
<pre>Having researched some details here, for the embedding itself, I'd try to use
code like
<a href="http://cgit.freedesktop.org/libreoffice/core/tree/sd/source/ui/view/sdview4.cxx#n277">http://cgit.freedesktop.org/libreoffice/core/tree/sd/source/ui/view/sdview4.cxx#n277</a>
See the 'realURL' - if it is a link, then the URL is copied there, if it should
be embedded, ::avmedia::EmbedMedia will take care of the embedding, and will
provide you with the updated URL that will point to the embedded object.
You want to do this in sd/source/ui/animations/CustomAnimationDialog.cxx just
after aFile = aFileDialog.GetPath(); I guess - hope this works :-)</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>