Aurigma Forums
»
Legacy Products
»
Archive
»
File Downloader
»
ActiveX Control not asking user to install
Rank: Member
Groups: Member
Joined: 8/15/2007(UTC) Posts: 14
|
I need to test this on several machines. How do I uninstall the ActiveX control? Here is my code: Code:<script src="js/downloadTree/iuembed.js" type="text/javascript"></script>
Blah…blah…blah..
<script language="javascript" type="text/javascript">
function FileDownloader_DownloadComplete(Result)
{
if (Result == 0)
{
clearDownloadList();
}
}
function FileDownloader_DownloadItemComplete(Result, ErrorPage, Url, FileName, ContentType, FileSize)
{
alert("URL ->" + Result);
}
function FileDownloader_DownloadStep(Step)
{
if (Step == 2)
{
getFileDownloader("FileDownloader").setFileList("GetFileList.aspx?PassID=" + PassID);
}
}
var fd = new FileDownloaderWriter("FileDownloader", 59, 18);
// For ActiveX control full path to CAB file (including file name) should be specified
fd.activeXControlCodeBase = "bin/FileDownloader.cab";
fd.activeXControlVersion = "1,0,100,0";
fd.addParam("ButtonDownloadImageFormat", "width=59;height=18;" +
"backgroundColor=white;urlNormal=imgs/deleteButton.png;urlNormalFocused=imgs/deleteButton.png;" +
"urlHover=imgs/deleteButton.png;urlHoverFocused=imgs/deleteButton.png;urlPressed=imgs/deleteButton.png" +
"urlDisabled=imgs/deleteButton.png");
fd.addEventListener("DownloadComplete", "FileDownloader_DownloadComplete");
// fd.addEventListener("DownloadItemComplete", "FileDownloader_DownloadItemComplete");
fd.addEventListener("DownloadStep", "FileDownloader_DownloadStep");
fd.writeHtml();
</script>
It NEVER asks the user to install the activeX control no matter how many times I refresh the page. It gives them the warning message but no matter how many times they refresh it does not help. Do I need a license key before users can use the control? I have paid for a license but am waiting patiently for the activation key. Thanks, Edited by user Monday, February 25, 2008 4:19:19 PM(UTC)
| Reason: Not specified |
|
|
|
|
Rank: Advanced Member
Groups: Member, Administration, Moderator Joined: 9/19/2006(UTC) Posts: 491
Was thanked: 30 time(s) in 30 post(s)
|
Hello Linda, Sorry for a long delay. It looks like a wrong codebase problem. activeXControlCodeBase contains the path relatively to control’s page. Check it carefully once again. If the problem will remain, please give us the direct link to your site. In IE 7.0 you can uninstall ActiveX control from Tools->Internet Options ->Programs->Manage add-ons. Edited by user Monday, February 25, 2008 4:19:31 PM(UTC)
| Reason: Not specified |
Best regards, Eugene Kosmin The Aurigma Development Team
|
|
|
|
Aurigma Forums
»
Legacy Products
»
Archive
»
File Downloader
»
ActiveX Control not asking user to install
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.