Quote: "I think my worn out blonde brain is gone. I can't figure out how to resize a wmf or a avi video in game. I have made them 600x800 600x450 and 1024x768 they all play full screen. How do I get them to play in a set size please?"
You can't. The source code has this line in the "Video" command...
play animation lastvideoplayed,0,0,screen width(),screen height()
... which plays the video at the resolution you are set to regardless of what size format you set your application to make the video. One method to "resize" the video is to add an additional command(s) to the source to allow for the developer to specify the size to display the video at and x/y coordinates. We have done something similar ourselves, but rarely use the feature; we rather have the video play full screen ourselves.
Unless the team wish to add something similar to the current source, you have only what is available.
There's no problem that can't be solved without applying a little scripting.