Reputation: 62364
https://www.ikeyless.com/vehicles/Ford/Expedition/2005/1000865
There's an embedded video on that key showing how it works that when viewed in IE shows the unsecure prompt. The problem is, everything is secure. The relative paths to the swf
I changed to https:// directly linking to the file and it doesn't fix it... when I remove the prompt goes away?
Any ideas?
Upvotes: 0
Views: 76
Reputation: 33177
I suggest using something like Chrome or Firefox with Firebug, which can show you all resources loaded. In your case, it looks like the flash movie popup is trying to load:
http://www.longtailvideo.com/jw/images/jwbox/closelabel.gif
Over plain HTTP.
Upvotes: 3