Not signed in (Sign In)

Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthormjperry51
    • CommentTimeOct 4th 2007
     
    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).

    Thanks. . .

    Mike
    • CommentAuthorAran
    • CommentTimeOct 5th 2007
     
    Mike.

    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:

    http://blog.deconcept.com/swfobject/forum/discussion/499/flash-to-browser-communication-with-swfobject/#Item_1
    • CommentAuthormjperry51
    • CommentTimeOct 9th 2007
     
    Hi Aran --

    Thanks for the feedback -- will try it out. . .

    Mike