This just is a wild shot in the dark (I have very limited experience with Flash) but could it be a problem with the cache control headers in the response returned by the server? I've had a number of issues with IE (even IE7) + HTTPS that have resulted from this.
See: http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/ImageBundle.html for a discussion of this issue for the GWT ImageBundle. See this: http://drupal.org/node/163298 for a discussion of the issue in a different context. Also this for downloading MSOffice files: http://support.microsoft.com/kb/316431 Basically, IE cannot download files successfully over HTTPS if caching is completely suppressed. Any of: Pragma: No-cache Cache-Control: no-cache in the response header will cause IE problems over HTTPS. Tony On Mar 11, 1:07 pm, "[email protected]" <[email protected]> wrote: > Hi, > Im using an embedded flash on a popup, the flash works fine if > viewed on firefox or with unsecured url but doesnt show when viewed > with secured url. Is it a general problem with IE? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
