Windows playing .mov file from server?
Posted: Fri Oct 04, 2013 10:41 am
Hi All,
My desktop app plays .mov videos streamed from a server and works ok on a mac, when I run the program on Windows the video does not play, I'm using the play control
e.g:
put the selectedtext of field "Video List" into theVideoFileName
replace space with "%20" in theVideoFileName
put playlistURL & theVideoFileName into VideoUrl
set the filename of player "Viewer" to VideoUrl
set the currentTime of player "Viewer" to 0
start player "Viewer"
My desktop app plays .mov videos streamed from a server and works ok on a mac, when I run the program on Windows the video does not play, I'm using the play control
e.g:
put the selectedtext of field "Video List" into theVideoFileName
replace space with "%20" in theVideoFileName
put playlistURL & theVideoFileName into VideoUrl
set the filename of player "Viewer" to VideoUrl
set the currentTime of player "Viewer" to 0
start player "Viewer"