Adobe Animate and DPS

Hey guys,
Heres my little problem; I have two objects animated in Animate, when I load 1 into DPS, it plays fine but when I put two (which i need), only one plays, whichever gets touched first and the other one freezes and doesnt do anything.
here is what ive tried:
set both to auto-play with a delay of .125 or above that and set auto-play on Animate Doc.
set only auto-play (.125 delay or more) on the web overlay only
set auto-play only on Animate Doc.
set the doc on Animate to play only onTouch (action)
tried to use Aimation Panel int he overlays but it only supports flash, which i think that will cause the same conflict.
none have work, only one works, whichoever the user touches first. is there any known issues with Animate and DPS?
thanks in advance for the help!

Instead of placing the OAM file, publish the Edge Animate project to
HTML and use the web content overlay to link to that.

Similar Messages

  • Adobe animate and InDesign/DPS format?

    How do I get the publish setting in Adobe animate for InDesign/DPS format?

    HI Trish,
    I found an article that could help you http://www.adobe.com/devnet/digitalpublishingsuite/articles/enhancing-your-dps-folios-with -edge-animations.html
    Please go through it and let us know if you need further help.
    Thanks,
    Preran

  • Create iOS app using edge animate and DPS

    I was investigating the potential for using edge animate compositions and digital publishing suite to create single edition iOS apps. 
    After some trial and error I have been able to create a basic iOS app for kids, using EA and DPS. The app was approved and placed in the app store.  See the below link:
    https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=786031451&mt=8
    For future reference do you have specific documentation/guidelines on using EA compositions to create DPS single edition apps?  I was hoping to get a better understanding of the potential for using html5 compositions in iOS apps (and limitations).

    Hi, Andrew-
    What specifically are you looking for?  It's unclear if you're looking for best practices or other documentation.  Thanks,
    -Elaine

  • Adobe Captivate and DPS/InDesign - Simulations

    Hi, we're working on an elearning/ebook product into which we want to include some practice simulations. (The ebooks are for training on specific software.)
    I've successfully created the type of simulations we'd want to build (just a simple one for a test for now) where I record a short "training" in Captivate where it's recording mouse clicks with the popups to warn you if you click in the wrong place.
    I want to include this simulation in InDesign for a DPS publication.
    I have tried using the Wallaby beta application from the Labs to produce my FLA as HTML5. However, I get a few errors like this:
    Unsupported feature: Dynamic Masks are not supported
    Context stack:
      Mask contains multiple framesets: FrameSet[0]: frames[0,0]
        Layer[0]: Bounding Box
          TimeLine[0]: Slide_7
            Slide_7
              Slides (Adobe Captivate)
                Symbol: Adobe Captivate Objects
    And when I insert the HTML5 produced into InDesign, and run the Preview in Content Viewer, it runs automatically through the screen captures, with no user click input and without the popup tips or warnings I had in Captivate.
    Am I doing it wrong, or is this not yet possible in DPS? Is there another way to do it if this way doesn't work?
    (PS I literally started learning Captivate this afternoon, please go easy on me!)

    Hi there
    While you are using Captivate, I'm going to have to say you are really asking in the wrong place. Certainly the question doesn't seem related to Captivate Quizzing features or working with a Learning Management System, so for starters you are in the wrong forum category. But that aside, I do hope you realize that the HTML 5 converter is BETA software. Being that as it is, I'm not sure you are allowed to actually use anything produced by it in a distributable product. Not to mention that because it's in BETA, that could also account for some of the issues you are facing. So from that standpoint, if there is a feedback or beta forum for the HTML 5 converter, you may want to ask there.
    Otherwise, this would seem to fall squarely into the InDesign realm. You might try re-posting in the InDesign forums.
    Best of luck to you in sorting it... Rick

  • Web fonts from Edge Animate and DPS

    I've read all of the existing threads on this matter and I'm still a bit confused.
    I get that typekit web fonts won't render offline. But if that is the case, how can you ever use a custom web font from Edge Animate in a DPS publication? Considering you can only use web fonts in Animate...
    We have a desktop license for this font as well. So is there a way to get my animate project to call the desktop font rather than the web font?
    Any help or clarification would be greatly appreciated.
    - Dylan

    I haven’t tried it so this may be a shot in the dark but you might be able to hack into the CSS and use @font-face to call a local font.
    Check the license of the font to be sure it allows this.

  • Adobe Animate and Fancybox plugin problem

    I am trying to get the Fancybox plugin working with animate but I can only get individual images to display.
    How can I add: rel="gallery" to the individual edge div elements that are the thumbnails for the lightbox slideshow?
    Here is the code so far:
    Symbol.bindElementAction(compId, symbolName, "document", "compositionReady", function(sym, e) {
       $('<script type="text/javascript" src="source/jquery.fancybox.js?v=2.1.1"></script>').appendTo("#Stage" );
       $('<link rel="stylesheet" type="text/css" href="source/jquery.fancybox.css?v=2.1.1" media="screen" />').appendTo("#Stage");
       sym.$("Rectangle").fancybox({
                 href: 'images/slides/1_Landscape.jpg',
                 title : 'Title1'
       sym.$("Rectangle2").fancybox({
                 href: 'images/slides/2_Landscape.jpg',
                 title : 'Title2'

    Hi,
    For the thumbnails I first create an array and a function:
    var group = [
                   href : 'images/1.jpg',
                   title : 'Whatever'
                   href : 'images/2.jpg',
                   title : 'Whatever'
                   href : 'images/3.jpg',
                   title : 'Whatever'
    function open_fancybox(index){
         $.fancybox.open(
              group,
                   index: index,
                   padding : 0
    Then for each thumbnail a click event:
    open_fancybox(0);
    Hope this helps
    Steve
    open_fancybox(1);
    open_fancybox(2);

  • Adobe Animate and Fancybox

    I am trying to get the Fancybox plugin working with animate but I can only get individual images to display.
    How can I add: rel="gallery" to the individual edge div elements that are the thumbnails for the lightbox slideshow?
    Here is the code so far:
    Symbol.bindElementAction(compId, symbolName, "document", "compositionReady", function(sym, e) {
       $('<script type="text/javascript" src="source/jquery.fancybox.js?v=2.1.1"></script>').appendTo("#Stage");
       $('<link rel="stylesheet" type="text/css" href="source/jquery.fancybox.css?v=2.1.1" media="screen" />').appendTo("#Stage");
       sym.$("Rectangle").fancybox({
                 href: 'images/slides/1_Landscape.jpg',
                 title : 'Title1'
       sym.$("Rectangle2").fancybox({
                 href: 'images/slides/2_Landscape.jpg',
                 title : 'Title2'

    Hi,
    For the thumbnails I first create an array and a function:
    var group = [
                   href : 'images/1.jpg',
                   title : 'Whatever'
                   href : 'images/2.jpg',
                   title : 'Whatever'
                   href : 'images/3.jpg',
                   title : 'Whatever'
    function open_fancybox(index){
         $.fancybox.open(
              group,
                   index: index,
                   padding : 0
    Then for each thumbnail a click event:
    open_fancybox(0);
    Hope this helps
    Steve
    open_fancybox(1);
    open_fancybox(2);

  • Adobe Animate and Reveal.js

    Has any body attempted to embed an edge compositions in a reveal.js slide presentations. Reveal.js is a framework for slide presentations done in html5, javaScript, and jquery. It has some very cool 3D cube transitions for slides. It seems to work very well with some animated compositions but I encountered a few problems with positioning of elements.
    Does anyone know of tutorials or any learning material related to this? Has anyone encountered any problems and found solutions?

    I've just finished adding a composition to Reveal. You can see it here in a simple wee presentation I'm doing: http://patrickgrey.co.uk/clients/ians/2013/edge/presentation/#/6 (click the Animate logo)
    Only problem I had was positioning. It left aligned and I wanted it centred. So, I added the following CSS to the head of the page:
    #Stage {
      margin: 0 auto;
    #Stage is the ID of the composition div.
    Hope that helps.

  • Link to a new page in Muse using Adobe Animate oam file

    I created a small animation in Adobe Animate and placed an .oam file in Muse. Now I want user to click on the animation and link to another page on the same site. A very simple task you might think. But to my surprise there is no hyperlink window available when I select the Adobe Animation element on the page. For text and images I have the hyperlink window available but not for Adobe Animate oam files. I think you need to add this feauture in the next release.

    I also want to know it how to do that?

  • Adobe Animate + IIS + Problem

    Hi there, what's up?
    I hope is everything ok..
    Well... I work with Microsoft Technologies, so I'm not expert in this enviroment.
    Our designers has created a simple animation using Adobe Animate and it generate the following files after exporting..
    It works fine if I open logo2.html using with double-click, but I'm facing a big problem when deploying these files under IIS Web Server. It simple does not work! I really don't know why, because it's just static content and I've already added all mime types for HTML5 compatibilty.
    Does anybody have any idea about what could be wrong?? Further, the most incredible for me, if I publish over Apace Web Server (Linux machine) it works normally.
    Please, if I'm accepting all suggestions! ;-)
    Thanks a lot!
    Tiago Moura

    Hi Sarah!
    Here is the link: http://goo.gl/SSOvN (I shorted to avoid crawlers).
    I've noticed that the script is working using Firebug extension, but I guess the browser is not showing the image (a svg file).
    Please, do you have any clue about this issue? I'm not a designer and I'm not used to use Adobe tools.
    Thanks in advance!
    Tiago Moura

  • Already have a GIF file,put it in Edge Animate and make into an embedded web file on my site? how?

    Hi there,
    Im new to this particular programme. I use PS, Illustrator, AE and PP quite a lot,
    However i have never used Adobe Animate and have tried for the last few days using online videos etc..
    Here is my issue...
    I have a GIF already. When i put it on my Wordpress site it only plays once and doesnt carry on...
    I need to animate it into an embedded file i think? HTML.. etc
    I have the GIF file. i also have the frames from the Gif as JPEGS...
    I dont know how to simply import the gif or jpegs and render off as a html web video...
    Please help me?
    I know this is vague and my undertsanding of this particular programme is not great but i use other adobe products daily and feel i just need a bit of help to get me going..
    Many Thanks
    Sophie

    Also
    - how was the animated .gif created? If you are not seeing it loop the creator must have the loop playback set to 0 when it was created. Example Photoshop frame based animations has the option to set the loop to 0 or indefinite or a predefined set x of times; Fireworks also has a similar option. So somewhere along the way loop back is off in your file.
    - You could open the animated gif file in Ps or Fireworks reset the loop to indefinte.
    - Since you have the indivual frames you  can also import them into Ps as separate layers, then control the playback options as you wish. (http://helpx.adobe.com/en/photoshop/using/creating-frame-animations.html)
    - 'render off as html web video'?? Please elaborate.
    How does Edge Animate fit into what you are wanting to achieve?
    Darrell

  • Are there any known issues with Adobe Edge Animate and Yosemite? Experiencing performance issues since upgrading OS

    Are there any known issues with Adobe Edge Animate and Yosemite? Experiencing performance issues since upgrading OS. Animation I was working on that had been performing in browser fine suddenly stopped working, and was not related to any action I had done at that point. Also was working in it today and program stopped responding to key board short cut commands.

    I am having a whole slew of odd interface problems with a fresh 2014.1.1 on a fresh macbook pro with latest Yosemite. Program locks up, cursor selections don't show, things disappear. I have a mac mini also and the program runs fine on it. Is there possibly something related to the solid state hard drive in new macs?

  • Adobe Muse and Edge Animate - How do you consolidate files on server/ftp?

    Hello everyone,
    I am working on a site, and I recently added Edge Animate animations to it.  They look great, but the only issue I'm having is that the site doesn't load as quickly as I would like it to.  I did a few speed test and I think what's causing the load time is that I have about 5 different Edge Animate animations and they each have their own seperate folder with their own javascript in a folder called "Assets."
    Is there a way to consolidate the "Assets folder," so that my site loads faster?
    Any help would be greatly appreciated!

    Hi, VelveteenWebDesignGroup-
    You're in luck!  We just added in a feature to the latest version of Edge Animate CC (3.0) to enable the CDN option for OAM publish (what we call the "Animate Deployment Package").  This means that your Animate compositions can now references jQuery and the Animate runtime from the network instead of from the project directory.  (Please note that this will only make sense for Dreamweaver and Muse integration with OAM and won't make sense for InDesign.)
    To turn this on, launch Animate and go to File > Publish Settings.  Then select the Animate Deployment Package on the left and click "Host runtime files on Adobe CDN."  Save and publish, and you should be good to go.
    Hope this helps,
    -Elaine

  • I have svg's in my adobe animate animation then import to muse via (oam) but when its published to the web I lose all my sag's.  Why and how to fix?

    I have svg's in my adobe animate animation then import to muse via (oam) but when its published to the web I lose all my sag's.  Why and how to fix?

    I have svg's in my adobe animate animation then import to muse via (oam) but when its published to the web I lose all my sag's.  Why and how to fix?

  • Multiple animations in iBooks and DPS - interfering

    I have embedded multiple edge animations into iBooks and DPS. Howeve I keep running into an issue where one or more animations will not start after i have started another then move on to a different page. When i reload the book or adobe viewer then the animation that would not start runs fine but then others won't run. Individually they all run fine but when embedded together they start stalling out.  I'm using edge 1.0 and CS6 indesign and lateset iBooks author.
    Any ideas?
    Pretty frustrating - I have a published iBook and I have to tell users to reload ibooks in order to get each animation to run. They are not complex animations.
    Thanks for any help.

    Hi, folks-
    I just wanted to circle back and let you guys know that we addressed this issue in today's release of 1.0.1.  Give it a whirl and let us know how it works!
    http://blogs.adobe.com/edge/2012/12/14/adobe-edge-animate-1-01-is-now-available/
    -Elaine

Maybe you are looking for

  • Can't take more than one picture through Messages

    I've had this problem since I first received my iPhone 6 and I always thought it just needed a software update, but I'm beginning to think that even that can't help. Basically when I try to choose the 'Take photo or video' option when sending a pictu

  • Difference in SAP R/3 Financials and MY SAP ERP Financials

    Hi ALL, Can any one tell me the difference in SAP R/3 Financial and MY SAP ERP Financial Thank and Regards Kedar

  • N80 Problem. Pls Help!!!!

    My N80 has a big problem. After installing the latest firmware V5.0719.0.2 RM-92 through nokia updater, I cant hear sound from my ear piece. The keytone sound has gone eventhough is activited in the profile. I can only use the loudspeaker to hear sou

  • Move System Preferences Help file back into System Preferences folder?

    How do I move System Preferences Help file back into System Preferences folder.  I unintentionally moved it.  My Mac blocks putting it back.  Suggestions?  Thanks!

  • Upgraded mac 10.4.11 to snowleopard not enough memory

    Hi Reluctant and to poor to do away with my mac 10.6.8, i gave it all a spring clean, backed up the hard drive onto 'Lacie', then installed Snowleopard. fantastic! my computer working almost like new again. However... i could not install Mavericks -