I am trying to view an image using quicktime movie component without controller.
When i do resize, it is showing black frame sometimes, minimizing and maximizing the application refreshes again.
I checked in juce demo (Quicktime demo)by passing false for controllervisible in loadmovie function.
Well, quicktime on windows is a bit flickery, that’s just the way it is. It has control of its own window and redraws itself in a flickery way. If you’re just displaying an image, why would you use quicktime anyway?
I don’t think you can do that. Controller is part of the quicktime player. You can hide it and show it coz apple provides an api for that. Setting bounds is taken care of my the player.