> > > hellow, i'm looking for something class for play videos on > > > fltk, if fltk don't has the class for play videos, can i use > > > external library ..? like xine. > > > > There's no fltk widget specifically for video - but it is easy, with > > fltk, to get the window xid (or equivalent under win32, osx) and than > > render to that from an external library. I've done this on win32 with > > DirectShow, and I think there was some work on the web somewhere to work > > with xine... > > AFAIK, there is/was project called "flxine", but looks like > http://flxine.newtsplace.com is dead. Alternative download location I > could find is http://swoolley.org/source_cache/flxine-0.6.1.tar.gz > > Hoping that code could be a good starting point. > > -- > Sanel
_______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

