Hi, when I embed my swfs with SWFObject I noticed multiple requests for the embedded swf file on each page load. (tried embedSWF and createSWF methods) For example my apache access logs looks like this:
2010:22:23 127.0.0.1 - - "GET /paradiseprojects.de/httpdocs/ gradientCircle.swf?random=30217 HTTP/1.1" 200 3336 "http://localhost/ paradiseprojects.de/httpdocs/" 2010:22:23 127.0.0.1 - - "GET /paradiseprojects.de/httpdocs/ gradientCircle.swf?random=30217 HTTP/1.1" 304 - "http://localhost/ paradiseprojects.de/httpdocs/" 2010:22:23 127.0.0.1 - - "GET /paradiseprojects.de/httpdocs/ gradientCircle.swf?random=30217 HTTP/1.1" 304 - "http://localhost/ paradiseprojects.de/httpdocs/" I wonder why these additional request are created and how I can avoid this effect which only appears while loading with firefox - IE 8 works normal and requests the swf only once. Cordially, Axel -- 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.
