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 flexcoders@yahoogroups.com, "marc_watts1" <[EMAIL PROTECTED]>
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>
>



Reply via email to