• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

ade installer sdk 1.7.1

Guest
Mar 15, 2011 Mar 15, 2011

Copy link to clipboard

Copied

Hello,

I'm implementing the fulfillment of a pdf ebook using a working ACS4.1. On the website download page there's the flash connection invoked using the next code:

       <script language="javascript" src="/__/ade_sdk/ADEBadgeLauncher.js" type="text/javascript"></script>
        <script type="text/javascript">
            $(function() {
                var HTMLdivID = "installerDivLayer1"; 
                var HTMLobjectID = "ADEBadgeInstallerInstance1";

                 var contentURL = "http://www.XXXXXXXXX.com:8080/fulfillment/URLLink.acsm?orderid=7cd1d791-f8d1-4426-a42c-eae68642eb8c&gbauthdate=2011-03-11T00%3A36%3A03%2B00%3A00&resid=urn%3Auuid%3Ac87fee83-3008-450b-a45c-XXXXXXXXXXXXX&gblver=4&ordersource=XXXXXXXXXXXXXXXXX&action=enterorder&dateval=1299803763&auth=XXXXXXXXXXXXXXXX";
                 var doFulfillmentLink = true;     // NEEDED for ACS fulfillment

                 var autoInstall = false; 
                 var autoLaunch = false;
                 var badFlashRedirectURL     = "http://XXXXXXXXXX.com/order_finished_noflash/97c9aeb1-775c-4f9b-937f-2d1d157534e2"; 

                 var sendADEInstalled = false;
                 var sendSWFVersion = false;
                 var sendButtonPush = false;  

                 var escapedContentURL = escape(contentURL);
                 escapedContentURL = fix_gblink_plus_characters(escapedContentURL);

                 /*ADEBadgeLauncherInstanceWithDefs(HTMLdivID, HTMLobjectID, 
                     escapedContentURL, doFulfillmentLink);*/

                 ADEBadgeLauncherInstance(HTMLdivID, HTMLobjectID, 
                     escapedContentURL, doFulfillmentLink, autoInstall, 
                     autoLaunch, badFlashRedirectURL, sendADEInstalled, 
                     sendSWFVersion, sendButtonPush);
            });
        </script>

When the order is complete, and the "Download" badge button is pressed, ADE 1.7.2 is started on the computer and the browser opens the contentURL flash variable which downloads a valid (without errors) URLLink.acsm file into my Downloads Folder.

Is this the normal behavior of the ADE Installer?

I assume ADE Installer transfers the URLLink.acsm into ADE and does the automatic fulfillment. Is it right?

Thanks in advance,

Views

1.2K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 16, 2011 May 16, 2011

Copy link to clipboard

Copied

I have the same question.

I've tried to set "doFulfillmentLink = false" to let ADE load direct le lien "escapedContentURL" but ADE can not download .ascm file like that.

Any one can help us?

Many thanks

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
May 17, 2011 May 17, 2011

Copy link to clipboard

Copied

LATEST

The .ascm file is really just a URL that points to the ebook. ADE

translates that and goes and gets the ebook, then either downloads it to

your library if you chose 'Save' or opens it for you to read in 'Reading'

mode.

With that in mind, if you're having a problem with a particular ebook

download, then it's probable that there's something wrong with the ebook

that the link is pointing to. ADE can't help you with that - you have to

contact the site that shows the ebook in its catalog.

====================

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines