Is there any way to allow SWFObject to get it's dimensions from the dimensions of the swf file? I have tried putting empty quotes for width and height in the javascript code. This appears to work in Firefox, but not IE. I am writing a page that will dynamically load a swf file, and the files could have different dimensions. Thanks for any advice.
I am not aware of a solution which can work out the dimensions for you. You can just have a wrapper function in which you pass the file url and the intended dimensions to make it easier to set up multiple calls.
@undersiege - cool. I didn't know that. Do you have to have GD library or something installed? Can the function read the swf header info from all flash versions (FP 9 / AS3 included)?