Are you actually seeing requests to the images AND the swf file requests in http traffic?
The reason we use ondomready event to trigger the swfobject methods is that it should happen BEFORE image requests are made for the page. If for whatever reason you can verify that all the images are being loaded AND then the swf files are as well you could do a detect for Flash version up front, and write the images of swfs via a method based on the detection result. This does mean that you will be relying on js for your logic however. Are you using static or dynamic embed? Can you supply a link? Cheers, Aran (PS - I am unsure if as X.Smalbil says that this will "make your eyes and mouth wet", or whether I "missunderstood your crazy setup of an insane dream", but we should atleast be able to verify if the images are being loaded as well :) On Thu, Aug 27, 2009 at 9:00 AM, X.Smalbil <[email protected]> wrote: > Somebody else will give you the answer for this, but I would just add > something that > I think is wrong. When creating a website, check how many people have > certain > technology and try to use what the majority is using. > Most of the people running Windows do have javascript and have at least > flash player 8. > Businesses mosttimes run IE6, so this is a programming hell. But flash is > no answer, because this is most of the time > this is disabled for users. > So I guess you are targetting the people, not the companies. And if so... > the thing I just typed, should make your > eyes and mouth wet. > > > My suggestion would be to think about what you want. Do you want a flash > site or do you want something else. > Are there certain features that you could replace with Jquery, instead of > using flash ? > > If you want to do it your way, then split your shit into flash and > non-flash and use a browser detection > script to re-direct users. > > I might missunderstood your crazy setup of an insane dream, but more power > to ya. > > gr. > > Xander > > > > On Wed, Aug 26, 2009 at 11:45 PM, Ronze <[email protected]> wrote: > >> >> Hey everyone >> >> This is possibly a stupid question. I have a site with some flash >> content, and alternative content if the user hasn't got javascript. >> >> My problem: I have quite a lot of content, like 20 images on each >> page. I don't want the user to be troubled with downloading both the >> alternative content and the flash content at the same time, but it >> seems like it does this. >> >> Is there any way to check whether or not the alternative content is to >> be displayed and only then output the alternative content? >> >> Thanks... >> >> > > > -- > Universal Video Funk > www.universalvideofunk.com > t-foon / 053 851 3517 m-foon / 06 1753 1650 > e-mail / [email protected] > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
