...actually correction, based on some digging around I see that I don't want the controls visible... I don't know much about this nook of Flash... here's what i have
ActionScript Code:
import mx.video.*;
this.attachMovie("FLVPlayback", "my_FLVPlybk", 1000, {width:345, height:296, x:100, y:100});
my_FLVPlybk.contentPath = "testFile.flv";
...few things, i'm guessing the 1000 is the length of the video it will buffer before it plays, right?
also, even though width:345, height:296 are the dimensions of my flv file, the video is smaller when i test it and playing with those numbers has no effect on the size...