playing a QT movie from memory?

2007-02-01 Thread Josh Mellicker
I (dimly) understand that a binary file can be read from disk into a  
variable or custom property...


Is it possible to read a QT movie from disk into memory and play it  
in a Player object?

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: playing a QT movie from memory?

2007-02-01 Thread Stephen Barncard

Of course, reading from a local disk it is used most efficiently.
You could pull any file out of a stack, but I think keeping the files 
individually intact in a local folder works the best.


I originally wanted to stream a set of help videos for may app, but 
instead ended up with a system where the user would choose the video 
from a menu, the handler would check to see if the video was already 
there, if not, it got downloaded to that folder by http and then 
played. It works perfectly...


I (dimly) understand that a binary file can be read from disk into a 
variable or custom property...


Is it possible to read a QT movie from disk into memory and play it 
in a Player object?


--


stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution