Hi Alex. The HTML wrapper you mention - Is this for Flash Builder 4 or Catalyst?
If so, then we need to have a think about how we write the image to the page (or if the image is even delivered by default in a publishing template rather than just a text link). We *could* use a bit of js like: <script type="text/javascript"> var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://"); document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='" + pageHost + " www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" ); </script> This would deliver the file over http if testing locally or over a normal page and deliver securely otherwise. It seems we can deliver over https from the Adobe server easily enough as https://www.adobe.com/images/shared/download_buttons/get_flash_player.gif works. Cheers, Aran On Wed, Jul 8, 2009 at 10:14 AM, Alex Harui <[email protected]> wrote: > > In IE6 (and probably IE7 and IE8), when loading the HTML wrapper over > HTTPS, we get the "This page contains both secure..." dialog box. I > believe I have tracked it down to the <img> tag in the Get Adobe Flash > Player link. It is going to load over HTTP from adobe.com and trigger > the warning. Commenting that out prevents the dialog box from coming > up. Seems like it would be best if SWFObject generated that HTML on > the fly so it isn't just sitting there on the page. > > Has anyone else seen this and can confirm? > > Thanks, > -Alex > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/swfobject?hl=en -~----------~----~----~----~------~----~------~--~---
