> Nicholas Shea wrote: > > 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. > > Sure; best way would probably be to "Submit an Article": > http://fltk.org/articles.php > > .. showing the example code and tutorial text. It's a good > way for such things to be made public so other fltk'ers can > find them. > > I'd like to see this tutorial myself; although I haven't needed > to do realtime avi playback in fltk, I'd like to see the technique > used. > > Tools like imagemagick, libquicktime, ffmpeg and others could > probably also be used to do this. But multimedia is often very > native-OS centric, so I imagine it's tricky to make this truly > cross platform.
Hey guys, Thanks for all the great responses. I am really looking forward to trying some of the suggestions. It would be a great learning tool - however the reality is this - I needed a solution quickly. And as such I did the unforgivable - no! that is not true - I am not a religous zealot! There is nothing wrong with using the right tool for the job right? :) So I fired up VS and within 20 mins had a working progam using VB.NET. I showed it to my boss and he loved it and has asked for a few tweaks - which took a few hours but by the end of the day I have a fully functional scrolling text program. I still want to try and do it with C++ though as that is where my passion and interests lie. Wouldn't it be great if C++ weer a RAD tool? Or maybe not! Now that would be an interesting debate. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

