Hi Ariel,

Ariel Constenla-Haile wrote:
Hello Konstantin,

On Thursday 22 October 2009, 07:38, Konstantin Tokarev wrote:
Could you explain in detail, what is 'external plugin'?

Christian was telling about the feature found when inserting a video from the menu Insert - Object - Video... But this isn't something you can achieve as an OOo extension developer (OOo is just a client of the mozilla plug-ins)
well you can write a plugin and possible deploy it with your extension
and you could communicate between an OOo Add On and your plugin using
something else than UNO API (f.e. a pipe). So yes developing a plugin
may be a valid option to add interactivity to a running slideshow as it
gives you a system window that is placed on the slideshow window under
your control.
Not a nice solution but the only one I see right now, depending on what
you like to achieve. For example to change content between slide changes
could be implemented today by simply restarting the slideshow using the
API. But interactive content during the display of one slide is not
possible with using only UNO API right now.

Regards,
Christian

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to