Search found 2 matches

by rodneyweast
Tue Dec 21, 2010 9:33 pm
Forum: Multimedia
Topic: IOS movie Play
Replies: 7
Views: 7328

Re: IOS movie Play

This, absolutely does not work on my machine.

on mouseUp
put specialFolderPath("engine") & "/testfilename.m4v" into file_path
play file_path
end mouseUp

If i place the word video before file_path, it works fine.
by rodneyweast
Tue Dec 21, 2010 7:20 pm
Forum: Multimedia
Topic: IOS movie Play
Replies: 7
Views: 7328

IOS movie Play

I can't get movie to play unless I use the following command on mouseUp play video specialFolderPath("engine") & "/testfilename.m4v" into file_path end mouseUp On IOS the documentation simply says: play video-file not play video video-file is this a typo in the documentation? using the command with ...