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.)
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
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.
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.
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!
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
North America
Europe, Middle East and Africa
Asia Pacific