https://issues.apache.org/ooo/show_bug.cgi?id=124800

Ariel Constenla-Haile <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
            Summary|Impress->Slide              |No multimedia support in
                   |Transition->Sound-> No      |MacOSX
                   |sound play                  |

--- Comment #5 from Ariel Constenla-Haile <[email protected]> ---
This affects all the application:
- try to play a sound from the Gallery
- try to insert a video o audio in a Writer/Draw/Calc/Impress document

4.0 has a library on
/Applications/OpenOffice.app/Contents/MacOS/libavmediaQuickTime.dylib that is
missing in 4.1

This library implements the multimedia support in MacOSX:

Sub Main
Dim oMediaManager as Object
oMediaManager = CreateUnoService("com.sun.star.media.Manager_QuickTime")
If IsNull(oMediaManager) Then
MsgBox "No media in MacOSX!", 16, "ERROR"
else
MsgBox "Multimedia support in MacOSX is OK", 64, "OK"
End If
End Sub

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

Reply via email to