As Aran mentioned, if SWFObject is successful, the target DIV will be overwritten with the <object> element before any images specified in the HTML have downloaded.
SWFObject success == <object> overwriting target HTML before the images (or other media) have a chance to load. SWFObject fail == HTML staying as-is. Images will load as usual. Assuming the Flash embed fails, you've said you want to invoke a JS-based slideshow script. Since the images contained in the HTML markup will load automatically, you just need to know whether or not to invoke your JS slideshow script. The easiest way is to test for swfobject's success using JS: http://pipwerks.com/lab/swfobject/test-embed-success/index.html Hope that helps. :) - philip On Sun, May 10, 2009 at 8:10 AM, ChristophvL <[email protected]> wrote: > > Thank you very much, the distinction between loading HTML/js and > content helped me understand the issue, as well as the demo page. > I will add the HTML gallery to my Flash galleries and then post a link > here for future reference. > Thanks again, > Christoph > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/swfobject?hl=en -~----------~----~----~----~------~----~------~--~---
