> Where I work we have monitors in reception that are playing videos of > specials, promotions, CEO talking about stuff and so forth. > They are just a series of .VOB files running off of a VLC player on a Win XP > box on the rack. > > My boss has asked that I create a Winform that allows someone to enter text > and submit. This will then create a scrolling ticker across the bottom of the > screen while the video is playing. > > Now I know that I could use Java or C# for this - but I would so love to use > C++ and FLTK - simply because I am looking for any excuse to advance my > knowledge in both (and managed languages are too boring and restrictive.) > > Any ideas? > > Jason
Hello Jason I remember a good few years ago there was an OpenGL Tutorial (number #36) by Jeff Molofee that played an AVI file in OpenGL. The AVI was played back on a revolving cube. Perhaps using OpenGL for your playback might open up other interesting possibilities regarding the display of text. I have this tutorial on backup if it is no longer on the web. Nicholas _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

