Flash question

I am creating a lot of the flash now for our site and am wondering how to get a jpg to show if the user does not have flash?

I saw there is the swfobject.js file referenced in the head of the pages as we create them.

I don’t see an option to define the jpg for the swf file anywhere.

How would I be able to accomplish this?

There is markup available through the SWFObject documentation that describes a method of providing alternative content when working with the SWFObject.js. Follow the link to http://code.google.com/p/swfobject/wiki/documentation and review Step 1. There is also a second section further down describing an alternative method which uses the SWF dynamic method, under the heading “How to embed Flash Player content using SWFObject dynamic publishing” which might also work for you.