Securing embedded video
https://www.ikeyless.com/vehicles/Ford/Expedition/2005/1000865
Ther开发者_Python百科e'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?
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.
精彩评论