Skip navigation
Currently Being Moderated

What’s new in this release

Jun 19, 2012 6:15 AM

Branched to a new discussion.
 
Replies
  • Currently Being Moderated
    Oct 5, 2012 1:56 PM   in reply to Community Help

    The new video overlay features are not working correctly. I loaded a .mp4 file to use on the cover, the poster (start frame) won't set correctly nor does it end on the last frame when complete, it resets to the start frame. I have all the check boxes set (Do Not Allow Pause, Stop on Last Frame, ect.)

     
    |
    Mark as:
  • Bob Bringhurst
    3,421 posts
    May 29, 2007
    Currently Being Moderated
    Oct 5, 2012 2:55 PM   in reply to baddmojo67

    Are you looking at a v23 folio?

     
    |
    Mark as:
  • Currently Being Moderated
    Oct 8, 2012 6:52 AM   in reply to Bob Bringhurst

    That was it Bob, the build was defualted to v20. Switched it to v23, republished and works. Awesome!

     
    |
    Mark as:
  • Currently Being Moderated
    Nov 12, 2012 3:29 AM   in reply to Community Help

    Any improvement on the download counter details ?

    Finance need download details per application account to do cost allocation.

    Now I am doing it manually based on analytics download data, lots of maths.

    Can I export the analytics data to Excel, it helps a lot !!

     

     
    |
    Mark as:
  • Currently Being Moderated
    Jan 23, 2013 9:48 AM   in reply to Community Help

    Does V25 address the known bug with Content viewer and most of DPS apps on Android when run on Android 4.2 or android 4.1.2 or the DPS Apps crashing issue on ASUS tablets.

     

    Thanks,

    Bob

     
    |
    Mark as:
  • Currently Being Moderated
    Jan 23, 2013 10:01 AM   in reply to Bob.houlihan

    Yes, it should. We updated to a new version of AIR with several bug fixes around these issues.

     

    Neil

     
    |
    Mark as:
  • Currently Being Moderated
    Jan 23, 2013 10:08 AM   in reply to Neil Enns - Adobe

    Thanks Neil.

     
    |
    Mark as:
  • Currently Being Moderated
    Jan 24, 2013 3:50 PM   in reply to Community Help

    What is the 'preview pane' mentioned in the UI Improvements? Is that just the cover image taken from the Folio Producer or is it possible to present a preview of the inside pages of the publication?

     
    |
    Mark as:
  • Bob Bringhurst
    3,421 posts
    May 29, 2007
    Currently Being Moderated
    Jan 24, 2013 4:00 PM   in reply to micfur563

    At this time, the preview pane that pops up when you select an undownloaded folio displays the same cover image. The ability to preview additional images is planned for a future release.

     
    |
    Mark as:
  • Currently Being Moderated
    Jan 25, 2013 6:56 AM   in reply to Community Help

    Hi there,

    Where can I find the latest documentation of the Adobe DPS - JavaScript Library API and Custom HTML Store API?

    My custom Library and Custom Store don't work on v25 anymore.

    Thanks.

     
    |
    Mark as:
  • Currently Being Moderated
    Jan 25, 2013 8:48 AM   in reply to John J Metzger

    Hmm, I wasn't aware of breaking changes in the API. William, was there an error you were getting? What wasn't working?

     

    Neil

     
    |
    Mark as:
  • Currently Being Moderated
    Jan 25, 2013 11:04 AM   in reply to Neil Enns - Adobe

    Ok, scratch what this post used to say. Misunderstanding on my end. There are no explicit breaking changes, your v24 store should be working fine. I need to know what specific issue you are seeing so we can pass that on to the engineering team to investigate. Thanks!

     

    Neil

     
    |
    Mark as:
  • Currently Being Moderated
    Jan 28, 2013 1:50 AM   in reply to Neil Enns - Adobe

    Hi Neil,

    you are correct. The Custom HTML Store that we have developed worked just fine. What about Custom HTML Libraries?

    I compared the file AdobeLibraryAPI.js from r23 and r25 and they are quite different.

     

    Up to r24, the Custom HTML Library was incompatible with Custom HTML Store. Apparently, the Store API (adobe.dps.store) was replaced by the Library API (adobeDPS.libraryService). Can you confirm if this is still the case?

     

    Also, I really need a way to switch from one application state to another, something like adobe.dps.store.goToLibrary() or adobe.dps.store.goTo('library'). Is there anyway to achieve this? Maybe using the Library API?

     

    Thanks a lot for your help. Cheers!

    PS: I'm from Amsterdam. The time difference is just annoying.

     
    |
    Mark as:
  • Currently Being Moderated
    Jan 28, 2013 5:43 AM   in reply to William R. J. Ribeiro

    Hi Neil,

    Just to give you more info on this issue, I tested one of Adobe's HTML Store template (http://www.adobe.com/devnet/digitalpublishingsuite/articles/library-st ore-combined-template.html) and it doesn't work with r25. For what I could see, this call never returns:

    adobeDPS.initializationComplete.addOnce(function(){ init(true) });

     

    To go a bit deeper, I guess this line is not working:

    window.location = bridge://%7B%22event%22%3A%7B%22type%22%3A%22BridgeInitialized%22%2C% 22bridgeLocation%22%3A%22adobeDPS._bridge%22%7D%7D

     

    Looking forward to your reply.

     
    |
    Mark as:
  • Currently Being Moderated
    Jan 28, 2013 7:56 AM   in reply to William R. J. Ribeiro

    Thanks for the info William, and for the clarification that you are moving from v23, not v24. I'm checking with both our engineering team and our developer documentation team to see what they know.

     

    Neil

     
    |
    Mark as:
  • Currently Being Moderated
    Jan 28, 2013 9:10 AM   in reply to William R. J. Ribeiro

    Hi William,

     

    Are you replacing the default library with a custom library?

     

    Thanks,

    Derek

     
    |
    Mark as:
  • Currently Being Moderated
    Jan 29, 2013 2:17 AM   in reply to derek_lu

    Hi Derek,

    Nope. I just create a new toolbar icon and use my custom html store. Adobe's HTML Store template - the link from my previous comment - doesn't work with r24 and r25 neither. None of my tests are working with the new Library API but all work when I use the old Store API and this is quite frustrating. Could you please provide a bare minimal sample of how to use the Library API that works on r25?

    Thanks!

     
    |
    Mark as:
  • Currently Being Moderated
    Jan 29, 2013 9:04 AM   in reply to William R. J. Ribeiro

    Hi William,

     

    You need to replace the default library with a custom library in order for the v2 library APIs to work. If you grab HTMLResources.zip from the set of files in http://www.adobe.com/devnet/digitalpublishingsuite/articles/library-st ore-combined-template.html and replace the default library then the v2 library will work. If you don't replace the default library then the v1 APIs are the only thing available.

     

    If you cannot use a custom library then contact me offline and I can send you a workaround, delu at adobe.

     

    Thanks,

    Derek

     
    |
    Mark as:
  • Currently Being Moderated
    Jan 30, 2013 1:16 AM   in reply to derek_lu

    Hi Derek,

    your suggestion worked! But in my case, I want to use the default DPS Library and use just my custom HTML Store developed with v2 Library APIs. Is this possible?

    Thank you so much for your help.

    Regards.

     
    |
    Mark as:
  • Currently Being Moderated
    Jan 30, 2013 7:58 AM   in reply to William R. J. Ribeiro

    Currently that isn't possible.

     

    Neil

     
    |
    Mark as:
  • Currently Being Moderated
    Jan 30, 2013 9:20 AM   in reply to William R. J. Ribeiro

    Hi William,

     

    I contacted you offline with a workaround.


    Thanks,
    Derek

     
    |
    Mark as:
  • Currently Being Moderated
    Feb 6, 2013 1:15 AM   in reply to derek_lu

    It seems that initializationComplete don't work now in any case: with old AdobeLibraryAPI.js (from HTMLResources.zip) and with new official AdobeLibraryAPI v2.25.

     
    |
    Mark as:
  • Currently Being Moderated
    Feb 6, 2013 8:06 AM   in reply to Yuriy Petrov

    Hi Yuriy,

     

    Are you replacing the default library with a custom library? Without a custom library the v2 apis will not work.


    Thanks,

    Derek

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points