|
|
Rank: Member Groups: Member
Joined: 2/10/2005 Posts: 8 Points: 0
|
Would it be possible to amend IUEmbed so that if for any reason the Active X version could not be loaded, the java version loads (or at least a link appears to swap to this version?). I know this already happens, but for example if security settings are set to block ActiveX, neither of the versions load.
We have a lot of people who have their security settings high, or for some reason the ActiveX version does not work, so detecting that it did not load, then loading the Java would be great.
I am tempted to just use the Java version as that should work for everyone, but I think if it will work the ActiveX seems faster, so it would be a shame not to use it
Ben
|
|
Rank: Member Groups: Member
Joined: 2/10/2005 Posts: 8 Points: 0
|
any ideas people?
|
|
 Rank: Advanced Member Groups: Member
Joined: 8/3/2003 Posts: 996 Points: 1
|
Hello Ben,
Sorry for long delay. Now there is no ability to check if the setup process has failed due to security reasons. We usually advice our users to give their clients the notice of security problems.
Sincerely yours, Alex Makhov
|
|
Rank: Member Groups: Member
Joined: 12/27/2005 Posts: 8 Points: 0
|
Hi benseb:
The client side's security setting is always a problem for ActiveX. But, maybe you can try another way:
expand then ImageUploader.cab, you will get:
ImageUploader3.ocx UnicoWS.dll
Create an "Inatll Project", join above 2 files, create an install file,, like: ImageUploaderSetup.exe,, my suggest is use "NSIS" - it's free and powerful. Don't forget register the ocx file.
Then, add an link let user download/run the setup file.
I am not sure it's legle or not. (You may ask aurigme). But it's easy and works. If you don't know how to crate install project,, I can do it for you.
|
|
 Rank: Advanced Member Groups: Administration
, Member
Joined: 7/28/2003 Posts: 1,254 Points: -345 Location: WA, US
|
Hi, You can download ready setup file with Image Uploader binaries only here: http://www.aurigma.com/download/ImageUploaderRedistributable.zip
Best regards, Fedor Skvortsov
|
|
|
Guest |