Some Random Dude is a blog by P.J. Onori that covers design & technology in the broadest sense possible.

Use Tumblr? If so, you may find Off Franklin useful.

Flash in HTTPS

Posted on 20 August, 2005 at 11:18am

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”
  • Moving 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…

  • I hear Flash, as a developmental platform, is dying.