Colin, that plays with a short wait for me.

I tried exporting a file in QT Player as a MPEG-4 which has a streaming option. 
So far, I'm not seeing the streaming happening in LC like it does in a browser.


On May 22, 2012, at 8:12 PM, Colin Holgate wrote:

> 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


_______________________________________________
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