IOS Widgets and Edge Animate CC 2014.1.1

Hi !
I just noticed that when exporting my animation using iBooks .wdgt files, when I expand this widget to see its contents, I cannot find the necessary info.plist file in order to this Widget to work inside iBooks Author or elsewhere.
Is that normal? Have anyone experience something like this with 2014.1.1 version?
Thanks

Strange. I do not think we have seen this. When you choose an action for example, you need to drill down to the element that needs the action and then double-click to apply it. Is it what you are doing?

Similar Messages

  • Hammer.js and Edge Animate CC 2014

    Is it still possible to include the Hammer.js library in Edge Animate CC 2014.1?
    I need a simple way to detect swipe up / down. Thanks.

    Hi Marie,
    I tested this code:
    var myElement = sym.$("Rectangle")[0];
    var mc = new Hammer(myElement);
    mc.on("panleft panright tap press", function(ev) {
      console.log("ev.type:", ev.type);
      myElement.textContent = ev.type +" gesture detected.";
    It returns this (MacBook: latest Mac OS and Safari):
    An iPad returns: "panleft gesture detected", "panright gesture detected", "tap gesture detected" and "press gesture detected".
    Files: HammerTests.zip - Box
    I use this CDN library: hammerjs - cdnjs.com - the missing cdn for javascript and css

  • Paste from Illustrator to Edge Animate (CC 2014) has stopped working.

    Paste from Illustrator to Edge Animate (CC 2014) has stopped working. Gives an 'Error Loading Image!' Any suggestions?

    Hi SujaiS
    I am using both Illustrator and Edge Animate CC 2014.
    Screen shots show a simple test shape in illustrator on the left and the Edge screen when I try to paste.
    Thanks.

  • How to replay entire composition including video and other animation in edge animate cc 2014.1

    I am working on a project but i am stuck now. The basic flow of my project is: intro slides then a video plays then next and back buttons fade in that will control the next set of slides. Another button to replay the whole thing from start. My problem is i am able to replay the slides but not the video. My slides consists of text animations. I am using  the new edge animate cc 2014.1 All the slides play from the beginning but the video does not follow that lead. I also managed to replay the video but thats not the desired thing i want. I want the whole composition to play again when i click a button. Can anyone help ?

    The problem is with the playReverse call for time duration in which video is there.
    playReverse actually plays in timeline in revere order 5sec->4sec->...->0sec, but this won't work for video as it doesn't play the video in reverse.
    what you can do is that, in the "previous" button click handler, add
         if(sym.getPosition() > 7750) {
           sym.playReverse();
         else {
           sym.$("trance6")[0].pause();
           sym.$("trance6")[0].currentTime = 0;
           sym.play(0);
    Also in "start" button click handler there needs a correction as below:
         Use this sym.$("trance6")[0].play();
         instead of sym.$("trance6")[0].play("1");
    hth,
    Vivekuma

  • Adobe Edge Animate CC 2014.1

    Hello, do the animation in Adobe Edge Animate CC 2014.1
    and faced with a problem, animating picture animation works when you hover over the image and still have the text which also operates and has a different animation, and the problem is if I'm pokartinke mouse and spend the mouse over the text in the image on the animation picture as if jumps and starts with a new one, I want to know how to do so that would be mouse as I had not seen the text of this so I can keep the mouse on the image and animation are normally worked

    UPDATE
    i have ulpaded 2 animation ( one normal and one Responsive ) in 2 different server here the link
    www.eclipseadv.com/maliRP/maliRP.html
    Untitled
    via SAFARI or CHROME on MAC all OK
    but via IPAD ( SAFARI, CHROME and MERCURY) i didn't see the video, just the animation of the BUTTON  and the link if i click on it (not in Mercury), like in the content viewer.

  • Adobe Edge Animate CC 2014.1  is totally not working. It stop working after 5min. Sometimes is stops the operating system.

    Adobe Edge Animate CC 2014.1  is totally not working. It stop working after 5min. Sometimes is stops the operating system. On on mac OS X Yosemite. macbook pro i7 2013.
    I reinstalled it not helping.
    Message was edited by: Daniel Boguszewski

    UPDATE
    i have ulpaded 2 animation ( one normal and one Responsive ) in 2 different server here the link
    www.eclipseadv.com/maliRP/maliRP.html
    Untitled
    via SAFARI or CHROME on MAC all OK
    but via IPAD ( SAFARI, CHROME and MERCURY) i didn't see the video, just the animation of the BUTTON  and the link if i click on it (not in Mercury), like in the content viewer.

  • Edge Animate CC 2014 8月アップデート(Chrome 36での不具合を解消)

    Edge Animate CC のバージョン2014.0.1アップデートがリリースされました
    このアップデートでは、最新のGoogle Chrome 36で起きるレンダリングの不具合を始め、複数の問題が修正されています。
    Edge Animate CC 2014をご利用になるすべての方は、このアップデートを適用してください。
    リリースノート(英語)
    Edge Animate Help | New features summary
    アップデート手順:
    ・Creative Cloudデスクトップアプリケーション(CCDA)にアップデート通知が表示されている場合はそのままアップデートしてください。
    通知が表示されない場合:
     1. CCDAを一度終了します。
     2. その後CCDAを起動、この時サインインボタンが表示されたらサインインします。
     3. アップデート通知が表示されたらアップデートします。
    ご注意!
    アップデート適用後は必ず既存のプロジェクトを再パブリッシュしてください。

    I have just found the same problem. I have an Adobe DPS article that uses Adobe edge that play audio when 'tapped', I built this before the CC 2014.1 update and that one works fine. I have created another article following the same process but using the updated version and the audio will not play.
    Both files are placed OAM files. Audio worked fine in the browser during testing.
    Please tell me this has not been removed as a feature!

  • Edge Animate CC 2014 issue with SVG - Images greater than 1024 x 1024

    Hi, since i updated my Edge Animate CC for Edge Animate CC 2014 i have issues when i import .svg files. Edge told me "Images greater than 1024 may cause unexpected behavior on mobile device" when i import .svg files smaller than 1024 x 1024 ?
    When i publish my animation i have a weird things happening and my image scaling default is 10% instead of 100% when i import. Someone had this issue ? Something we can do ? My images a less then 1024 x 1024 and work perfectly in Edge Animate CC 2.0

    Ok. I've solved. I needed to load some things:
    EC.Parallax.setup (sym);
    The full code (that works for me) is:
    -- compositionReady:
    EC.Parallax.setup(sym);
    // Load Edge Commons
    yepnope({
    load: [
    "http://cdn.edgecommons.org/an/1.1.0/js/min/EdgeCommons.js",
    // Load style sheet for the overlay
    "http://cdn.edgecommons.org/an/1.1.0/css/style.css"
    -- click
    // Open image in spotlight overlay
    // Set up configuration
    var config = {
    width: "1024",
    height: "768",
    type: "image",
    source: "images/dog.jpg"
    EC.Spotlight.open( config );
    I hope to serve others.
    Regards

  • Edge Animate CC 2014 animation of elements of a html file created in Dreamweaver

    Does anyone know why with Edge Animate CC 2014 it's not possible anymore to animate elements of a html file created in Dreamweaver? With Edge Animate CC 3.0.0. this was possible.

    Hello!
    I now have a project that seems to be corrupted. A had been working on it all morning, with a few bugs here and there. Now I can no longer open the file, receiving this error: "Edge Animate: Exception An error occurred. Please your work and restart Edge Animate."
    I will try to attach sample files.
    - J Sean

  • EDGE ANIMATE CC (2014) : Missing Code Snippets sidebar - WHY!?!?!

    I just updated today, and now a project I had been working on for weeks (my first real project) won't open in CC anymore. The only reason I wanted to open it back up in CC - NOT Adobe Edge Animate CC (2014), was because this updated Edge Animate IS MISSING THE CODE SNIPPET SIDEBAR!! WHY!! WHY!! WHY!! It's a little hard to follow along with tutorials you have been using when they insert snippets from the sidebar and suddenly you don't have one anymore!
    I have rebuilt permissions and restarted hoping that would fix the issue but it has not. If I can't get this project to pen in CC, can someone tell me how to trick CC into opening it again? Byt he Way -- the old version of Edge Animate was AUTOMATICALLY UNINSTALLED with this update. Also very frustrating!! I had to go to my could menu and download CC (3.0) again.

    OK - Possibly Good News... I talked to Adobe Tech Support. I am able to download a previous version of the Edge Animate CC by choosing PREVIOUS VERSION under the FIND NEW APPS section of the Creative Cloud Desktop app. This is a new feature of CC. Thankfully. I can install CC and then do as hemanth kumar r suggested and edit the _edge.js file to allow 3.0 to open the file.
    Thanks for all of the help. Sorry for the frustration in MY TYPING . I'll reply if that all works.

  • Edge Animate CC 2014 Update (2014.0.1) live now

    Congratulations All!!
    The new update for Edge Animate CC 2014(2014.0.1) is now available on Creative Cloud.
    The following issues have been addressed :
    Resolved compatibility issues with Chrome 36
    Fixed crash when publishing static HTML when the composition contains an empty symbol.
    Port binding issue as mentioned in the link : http://helpx.adobe.com/edge-animate/kb/found-error-stage-edge-animate.html.
    Please refer to the "What's new" @Edge Animate Help | New features summary  for more details on this update :
    Thanks and Regards,
    Sudeshna Sarkar

    aibun So... it just happened again. This time, I was just moving an image position. Apparently the heavy black shadow around the alert box means Edge Animate keeps generating alert boxes infinitely (screenshot below).
    It's really strange. My MacBook is brand new so I couldn't think of any internal causes.
    Thanks in advance,
    Luna

  • Update only a part of a project with Edge Animate CC 2014.1.1 PROBLEM

    WIN 8.1
    Edge Animate CC 2014.1.1
    Firefox 35.0
    The Problem started after Update to Edge Animate CC 2014.1.1
    I want to update text which is an Edge Animate file
    The original Project was programmed with Edge Animate 1.0(not CC)
    After I made the changes and saved the file I get a “updatedtext_upgraded” folder that contains the new files.
    I am not sure what to do with that folder:
    A) Do I have to exchange the data from the Folder ”updatedtext_upgraded”?
    or
    B) Do I have to put the whole project into the folder “updatedtext1_upgraded”?
    or
    C) Do I have to develop the whole Project new with AN CC 2014.1.1?
    Thank you

    I am currently having issues opening older compositions in 2014.1.1
    I have never used an earlier version but have a large project and I am using EA for the first time.
    Before I started it I gathered many tutorials and downloaded examples of the features I would need in my new project only to find that they all were created in earlier versions of EA and when I publish from my version they are not working properly in a wide variety of ways.
    It seems there are few tutorials built for the very latest version - things like custom scrollbars for text and loading and unloading composiitons - see huge lists online of things Adobe have apparently 'fixed' with this version but it feels like other things are broken.
    I am now desperately searching for information on what exactly is deprecated and what I need to do to get files working correctly.
    Very worried indeed.

  • Edge Commons Spotlight not working any more on the new version of Edge Animate CC 2014.1

    Hi, i am trying to use the Edge Commons Spotlight but with the new version of Edge Animate cc 2014.1 is not working right. The result is a black transparent background with a little white spot on the center. Please help!!!
    CompositionReady:
    yepnope({
        load: [
                 "js/style.css"
    Click:
    var config = {
        width: 800,
        height: 508,
        type: "image",
        source: "spot/_01.png"
    EC.Spotlight.open( config );
    I also add js/EdgeCommons.js
    and js/jquery-2.1.1.min.js from the disk.
    This is the link to the proyect:
    https://www.dropbox.com/sh/5w1qspe4vfw0wza/AACEk6ieJiaGGMe_IFpWlssba?dl=0
    Thanks a lot!!
    more

    We will update you on the fix. Right now, if you add jquery ui as a dependency after jQuery, that will solve your problem. I am sharing a sample here - Dropbox - EC.zip. I am loading jQuery UI from the CDN, you can copy is locally also and load it from there.
    -Dharmendra

  • Edge Animate CC 2014.1 issues on Mac

    I am getting a lot of odd, glitchy issues when working with the latest version of Edge Animate CC 2014.1.
    The issues are varied and irregular such as:
    nested symbols displaying inside parents and out of position
    images in nested symbols displaying when set to 'display:none'
    timeline animations bars not displaying when lane is collapsed
    animation lanes 'grayed-out' when display is set to 'on'
    asset folders not publishing correctly, causing broken links
    overall 'glitchy' behavior
    Most of the issues I am having are fleeting (except for the asset folder publishing), and will work properly with enough reboots or refreshes. I am wondering if anyone else is having issues since the update and/or if Adobe has noticed these bugs (that's what it seems like they are) and will push and update soon?
    -J Sean

    Hello!
    I now have a project that seems to be corrupted. A had been working on it all morning, with a few bugs here and there. Now I can no longer open the file, receiving this error: "Edge Animate: Exception An error occurred. Please your work and restart Edge Animate."
    I will try to attach sample files.
    - J Sean

  • Edge Animate CC 2014.1 keeps crashing after 10 minutes of working

    Edge Animate CC 2014.1 keeps crashing after about 10 minutes of working. I have to be very careful when importing layers, or anything I do, pretty much. It's like walking on thin ice every time I work on it. I'm working on something with a deadline and it is hindering my progress greatly.
    Any help greatly appreciated.
    Thank you,
    Luna

    aibun So... it just happened again. This time, I was just moving an image position. Apparently the heavy black shadow around the alert box means Edge Animate keeps generating alert boxes infinitely (screenshot below).
    It's really strange. My MacBook is brand new so I couldn't think of any internal causes.
    Thanks in advance,
    Luna

Maybe you are looking for

  • New purchases not syncing to iphone iTunes 11.0

    I recently bought an album and I'd like to get that album on my iPhone 4S.  For some reason, it refuses to sync it to the phone.  When I browse through the music on my phone via iTunes, it shows the music in a playlist I created, but each song has a

  • How can I create a randomized smart playlist?

    When I create a smart playlist, pick a playlist and select add Random, it puts all the songs in alphabetical order.  Randomizes the artists but not the music.  In older versions of Itunes this worked. Figurerd it out..the triangle at the top of the #

  • I cant find my photos

    I cant seem to get used to this Photo thing on iMac. I can see my photos are all on there but when for example I want to add one of those new photos to a website photos can't locate my recent photos. if you get me. So why is it accessible in Photos,

  • Route in B1

    Dear All, we have created 4 udfs to reflect route management. The UDFs contains of : 1.Route 2. Truck capacity 3. Car No. 4. Alternative truck All are in BP master data. In these following cases, the UDFs are needed : 1. Create Picking List by route

  • Nokia e5 my nokia error

    Hi... Trying to use my nokia on mi nokia e5 for turn off the tips appears "Unfortunately, this service is not available in the language of your mobile phone" without any options. the same message appears on finnish and english, how can i fix this? T