Hey, I'm having a bizarre issue with SWFObject, and was wondering if anyone has encountered it before.
I have two of the same SWF embedded on the page with flash vars, using swfobject.embedSWF. The embedding is happening during a jQuery document.ready() handler. In firebug, I see that the original request for the SWF comes back with an expires header (as i've configured in apache), but also with a "Accept-Ranges: bytes" header. Any future request for the SWF results in the browser sending Range and If-Range headers, and the server is sending back a HTTP 206 response (Partial Content). The original request has bytes 0- in the range header, so the entire SWF is resent. Could this be related to anything I'm doing wrong with SWFObject, or is this an apache configuration issue that I'm missing something stupid on? Thanks for any help. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
