Does anyone have an example script that works for playing a video from a url
in iOS?

The docs say:

Basic support for playing videos has been added using a variant of the play
> command. A video file
> can be played by using:
> play ( video-file | video-url )
> The video will be played fullscreen, and the command will not return until
> it is complete, or the
> user dismisses it.
>

But I get nothing when I issue:

on mouseUp
>    play "http://blip.tv/file/get/Fortyfoxes-ScriptEditorToolsRough396.mov";
> end mouseUp
>

or

on mouseUp
>    play "http://blip.tv/file/get/Fortyfoxes-ScriptEditorToolsRough396.mov";
> end mouseUp
>

even though setting the file name of a quicktime movie to "
http://blip.tv/file/get/Fortyfoxes-ScriptEditorToolsRough396.mov"; works
fine? I'd like to test an example that definitely works....
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to