Odd Movie Player Issue

I’m working on a little kiosk app. User clicks an option and it shows a movie (there are a couple of other clicks involved, but basically that’s it). When user is done, a click back to the start screen.

The first time through it works fine. Then, when I go back to start and do it again, the movie plays but it offset to the right leaving a large black rectangle on the left edge of the player.

I solved it by create a control array of the movie player, cloning the one on the screen each time, and using the newly made player to show the movie. This works.

Is there something I’ve missed?

Otherwise, I hope this helps someone.

-Bob