Thanks that was it exactly. Any idea why it behaves like that? --- In [email protected], "iko_knyphausen" <[EMAIL PROTECTED]> wrote: > > > Response Headers maybe... Make sure the web server that serves the SWF > does not create a CacheControl=No-cache header. See other posts > regarding SSL... Good luck. Iko > > > --- In [email protected], "marc_watts1" <marc_watts1@> > wrote: > > > > I am trying to load a SWF file on an SSL secured page. > > The SWF will not load if the page is called via https:// > > The SWF will load if the page is called via http:// > > This happens if the SWF is calling web services or is simple and just > > draws a square. > > My SSL certificate is valid and works fine. > > To keep it simple I was using the object tag below for loading the > > SWF. I have tried just about every combination of https and http I > > can think of to get any SWF to load. Anybody have any ideas? > > > > > > <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" > > codebase="https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/s > > wflash.cab#version=8,0,0,0" width="550" height="400" id="untitled- 1" > > align="middle"> > > <param name="allowScriptAccess" value="sameDomain" /> > > <param name="movie" value="untitled-1.swf" /> > > <param name="quality" value="high" /> > > <param name="bgcolor" value="#00000" /> > > <embed src="https://server01/ssl/untitled-1.swf" quality="high" > > bgcolor="#ffffff" width="550" height="400" name="untitled-1" > > align="middle" allowScriptAccess="sameDomain" type="application/x- > > shockwave-flash" > > pluginspage="https://www.macromedia.com/go/getflashplayer" /> > > </object> > > >

