For what it's worth, I finally tracked down this issue -

The flash was being embedded inside of a div with a style of display:
none;

Sorry for all the trouble.


On Nov 16, 6:28 pm, Aran Rhee <[email protected]> wrote:
> Feel free to post a link to your page, and people can have a look if there
> is anything funny with your implementation.
>
> Aran
>
> On Tue, Nov 17, 2009 at 9:52 AM, Thomas <[email protected]> wrote:
>
> > also of note, embedding the swf using static publishing puts it in
> > firefox's cache properly.
>
> > On Nov 16, 5:42 pm, Thomas <[email protected]> wrote:
> > > Thanks for the info.
>
> > > Strangely enough, if I navigate to the SWF directly in the web
> > > browser, and navigate back to the page embedding the SWF with
> > > SWFobject, it is cached properly and there are no further requests for
> > > the SWF - which makes me feel like i must be misusing SWFObject - just
> > > not sure what I am doing wrong.
>
> > > On Nov 16, 12:21 am, Aran Rhee <[email protected]> wrote:
>
> > > > I would have to say it is an Apache thing, as you really don't have any
> > > > control on the client-side with SWFObject as to how content gets sent
> > back
> > > > to the page (other than tacking on a unique querystring to trick the
> > server
> > > > into thinking you are requesting a different file)
>
> > > > Aran
>
> > > > On Mon, Nov 16, 2009 at 3:10 PM, Thomas <[email protected]> wrote:
>
> > > > > 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to