'SWFObject' is undefined

I have the following code in the body of my page, right where I want it to show:

var so = new SWFObject("/video/FlowPlayer.swf?config={videoFile: 'dealernoticeleft.flv', hideControls: false, autoPlay: true, loop: false}", "FlowPlayer", "287", "215", "7");
so.addVariable("videoFile", "dealernoticeleft.flv");
so.addParam("wmode", "");
so.write("gary");

And I have this in the section:

I have double and triple checked to ensure that all paths are correct, and that all files are there. I get a place for the video on my IE7 page, and can right click and get "Movie not loaded . . ." in gray. I get nothing in FireFox, and not sure why. I am trying to serve it locally, but it shouldn't be a problem I wouldn't think. I should have NetSol finally have my domain name pointed tomorrow morning, so I hope to have a live demo up, and will repost. But on the off chance someone knew what was going on here, I thought I would post now. I have also added the MIME for .flv to my IIS, as I saw that in the forums already.

Thank you in advance for any assistance!!

Harley