Flash in HTTPS
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="
http://www.macromedia.com/go/getflashplayer "
type="application/x-shockwave-flash" width="700"
height="300"></embed>
</object>
Thanks Mind-Probe
The Discussion
One Comment
I hear Flash, as a developmental platform, is dying.