I am using SWF to insert a brief (3 sec) movie when a page loads. I want to load a static JPG into the <div> after the Flash movie has played.
How best to accomplish this, if possible? The reason I need to do this is for some reason the brightness level of the Flash clip is different in Safari (OS-X 10.3.9, Safari 1.3.2) than the image from which it was created. No problem in Windows IE, Firefox, or Opera (yeah I know -- but it's a decent additional check).
You can use external interface to call a javascript function when the flash file reaches a certain frame etc. That JS function can then replace the content of the <div> just like SWFObject did. See more on Extenal interface here: