On Aug 15, 2012, at 12:33 PM, Christian Schmitz 
<[email protected]> wrote:

>> If I used the  m=OpenMovieURLMBS(url, newMovieAsyncOK) as in the example I 
>> get the movie playing live in the corner of the window as if I had passed 
>> the windows GWorld to use as it's scratch space. I didn't do that though ;) 
>> If I use the method to output the video to a separate graphics object that 
>> works too, but it still overlaps the window.
> 
> Well, I saw this before. Seems like if no movie player is assigned to it, it 
> uses the front window as fallback.

I only thought it was special because the call that accepted a flag did it, 
while the call that did not accept a flag did not. So I thought perhaps there 
was a difference between the 2 that you could change, it may just be quicktime 
messing with our heads I dont know ;)

> 
>> If I use the OpenURLMovieMBS version that doesn't take the flag then it 
>> doesn't draw into the window anymore, but both of them return movies of the 
>> wrong size. If I open the stream in the quicktime player I get a 640x480 
>> image, but 160x120 is returned as the size from both the built in 
>> width/height functions as well as the MBS versions.
> 
> Could it be that you need to tell the movie what size to use for playback?
> 
> Maybe you use the functions which take width/height?

I tested with the built in RB openURLMovie and the movie returned from that 
method has the correct size but wont do anything unless I assign it to a movie 
player for display. I really dont need a movie player in this instance and hope 
I wont have to revert to sticking one on a hidden window or something like 
that. If I open the movie with the MBS methods, then i can get it to play 
without assigning it to a movie player, but it's always the same default tiny 
size. If I manually change the size via the movieHeightMBS methods then it does 
change the size of the entire movie, but the content stays as a postage stamp 
in one corner ;)

Thanks,
        James


James Sentman                       http://sentman.com          
http://MacHomeAutomation.com



_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to