It seems wrong somehow that browsers can play mp4 files from any point, but the 
LiveCode player can't. You can play an mp4 file using revBrowser. Try this:

   put revBrowserOpen(the windowId of this stack, 
"http://xfiles.funnygarbage.com/~colinholgate/rev/longaudio.mp4";)

That will instantly play a file on our server, and the file is over 51 minutes 
long. It might be possible to load html, and in that have a Javascript routine 
that sets the movie's current time. Seems like an extreme workaround, and it 
wouldn't make tracking the progress of the playback too easy, though you could 
have another Javascript that checked the movie's current time.
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to