On 15.08.2012, at 18:23, James Sentman <[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. > 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? Greetings Christian -- Check out the Omega Bundle: http://www.omegabundle.com/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
