This is probably a rare issue for most people, but one of my co-workers ran into a security warning when using embedded Flash in secure pages.
After a little Googling, I found out why the problem occurs and how to fix it. In case you’re too lazy, here’s the solution below:
<object classid="clsid:A67CDB6E-AE7D-11cf-96B8-344554540010" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/
swflash.cab #version=6,0,29,0" width="700" height="300">
<param name="movie" value="FOO/FOO.swf">
<param name="quality" value="high">
<PARAM NAME=wmode VALUE=opaque>
<embed src="FOO/FOO.swf"
quality="high" wmode=opaque pluginspage="
www.macromedia.com/go/getflashplayer "
type="application/x-shockwave-flash" width="700"
height="300"></embed>
</object>
Thanks Mind-Probe



The Discussion
2 Comments on “Flash in HTTPS”PJ Onori has a Weblog
21.08.2005 9:49 pmMoving out
I’ve made the decision that I will not be using this domain/host for much longer. This obviously means this blog will either have to be erased from existance or will need to move. While I get the feeling quite a…
Christopher Trottier
25.08.2005 1:58 pmI hear Flash, as a developmental platform, is dying.