henri valeins wrote:
> Hi,
> 
> I try to write a new plugin as the request :
> 
> [ 1773985 ] Podcast/RSS attachment downloads
> 
> I have modify headlines plugin for retrieve the video file link and
> launch mplayer with a videoitem object. This work fine but mplayer
> can't receive events as stop, forward, etc...
> 
> The problem is the events comes in the PluginInterface Object and my
> mplayer object is created in the ShowHeadlineDetails object.
> I'm a newbie in Python.
> 
> How can I communicate event between this two objects.

rc.post_event(Event()) is what you may be looking for.

Duncan


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to