I want to display four movies in a window.I create four views which
have MovieController and Movie, after I choose a folder which has four
movie files.
If the folder has four movie files, three movie files are copy of one.
When I choose this folder,only one movie file can be playback,the
other three can't.
Anybody who know how to solution above question, please help me.
(Sorry, My english is very poor.)
patrox - 09 Dec 2003 11:49 GMT
> I want to display four movies in a window.I create four views which
> have MovieController and Movie, after I choose a folder which has four
[quoted text clipped - 4 lines]
> Anybody who know how to solution above question, please help me.
> (Sorry, My english is very poor.)
You can't open 2 times or more the same movie at the same time under
quicktime. ( it's some sort of "known issue" ) ( it returns an error "file
already opened" )
I think you need to work with datareferences and handle the file i/o
yourself to work around this limitation.
NewMovieFromDataRef or something like that.
Hope that helps.
patrice.
wall - 10 Dec 2003 05:21 GMT
> You can't open 2 times or more the same movie at the same time under
> quicktime. ( it's some sort of "known issue" ) ( it returns an error "file
[quoted text clipped - 6 lines]
> Hope that helps.
> patrice.
NewMovieFromDataRef's effect is the same as NewMovieFromFile.
I want the effect same as iView playback movie files.