![]() |
|
|
| Subject:
Eliminating IE security warning when downloading EXE from a flash movie
Category: Computers Asked by: londonplayer-ga List Price: $10.00 |
Posted:
06 Oct 2005 09:22 PDT
Expires: 05 Nov 2005 08:22 PST Question ID: 577173 |
The Problem:
---------------------------
I have a website which allows visitors to download a software program.
I have designed the site so that the download link is contained in a
Flash movie. The link points to a Javascript function contained in the
same webpage which contains the Flash movie.
Flash Code :
on(release){ getURL("javascript:download()"); }
Javascript Function:
function download(){
window.document.getElementById("frameB").src='http://www.mystore.com/Anything.exe';
}
The problem my users are experiencing is that if they use IE6 and
click on the Flash movie , a security panel opens up in the top bar
of IE. Clicking on the bar and selecting "Allow blocked content" lets
a user download the Anything.exe from mystore.com
This doesnot happen in Firefox or any other browser. Nor does this
happen when the javascript function is called from a text/graphic
link. The security issue is scaring my customers away!
Objective:
----------
I just need a flash button that triggers an .exe file download without
producing the security warning mentioned above. |
|
| There is no answer at this time. |
|
| Subject:
Re: Eliminating IE security warning when downloading EXE from a flash movie
From: chromecast-ga on 06 Oct 2005 11:39 PDT |
you need a valid security certificate if you wan to get rid of that security message. |
| Subject:
Re: Eliminating IE security warning when downloading EXE from a flash movie
From: londonplayer-ga on 07 Oct 2005 05:40 PDT |
The EXE being downloaded is already signed so I presume you are referring to an SSL Certificate. If so, wouldn't that mean the site has to be in HTTPS ? |
| Subject:
Re: Eliminating IE security warning when downloading EXE from a flash movie
From: vyasa-ga on 13 Oct 2005 17:11 PDT |
Yes, the site will need a valid SSL certificate. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
| Search Google Answers for |
| Google Home - Answers FAQ - Terms of Service - Privacy Policy |