Annoying “do you want to display the non secure items” message in IE

I’ve recently being working on a flash ecommerce application using SSL.

But, after checking to make sure its all good in IE, I started getting that annoying “do you want to display the non-secure items” message. After a few minutes trying out a few things I realised that it was getting upset because of the plugin urls specified in the Macromedia code:

pluginspage=”http://www.macromedia.com/go/getflashplayer”

To get rid of the message, I changed the http to https
ie.
pluginspage=”https://www.macromedia.com/go/getflashplayer”

technorati tags:

Leave a Reply