MoviePlayer

Bizarre behavior.

I’m playing a short movie on Windows 10. On one system (A) it plays at the size I have the movie (960x720) on another system (B) it plays at 320x240.

A is a computer with Windows 10 64 bit. The Xojo app is 32 bit. A is a Windows 10 32 bit system running in Parallels on my Mac.

I need the movie to be the larger size.

Anyone have any clues??

Did you put:

Dim obj As OLEObject = MoviePlayer1.MovieController obj.Value("stretchToFit") = True

inside a #If Target64Bit ?

Or is there an options for 3D acceleration in parallels? Maybe it won’t play it any bigger in a software renderer?

1 Like

Julian,

Thanks. That solved it.

-Bob