Edge animate Drag n Drop does not not in DPS

Hello guys,.

I am trying to download an animation with a drag and drop features in my .folio.

It works like a charm when I preview it in Safari or Firefox from EdgeAn.

I use a updated the file downloaded from the EdgeHero Web site

with

"js/jquery-ui-1.9.2.custom.min.js,"

"js/jquery.ui.touch-punch.min.js,"

'css/jquery-ui-1.9.2.custom.min.css '.

libraries to create a file .oam for DPS

Here is the code

() yepnope

{

Nope:]

"js/jquery-ui-1.9.2.custom.min.js,"

"js/jquery.ui.touch-punch.min.js,"

'css/jquery-ui-1.9.2.custom.min.css '.

],

full: init

}

);

function init() {}

var point = sym.$("Stage");

rectangles var = ['blueRect', 'greenRect', 'redRect","pinkRect"];

for (i = 0; i < rectangles.length; i ++) {}

SYM. $(rectangles [i]) .css ({"text-align": "Center", 'position': 'absolute'}) ;/

.draggable ({$(rectangles [i]) sym.

return: true,

containment: Stadium.

grid: 20 (20) and

opacity: 0.35

});

}

SYM.$(rectangles[0]). AddClass ('correct');

quick release box

dropBox var = sym.$("dropCase1");

dropBox.css ("position", "absolute");

dropBox.droppable({)

accept: "reason."

Drop: function (event, ui) {}

SYM. $(rectangles [0]) .draggable ("option", "back", false);

read the chronology of symbol box

var box = sym.getSymbol ('box');

Box. $('reward').html ("< other > Correct'").css({'text-align':'center', 'font-family':'source-sans-pro, sans-serif'});

Box.Play ();

}

});

}

It does work on the Iphone, or on the Desktop Preview in InDesign CC.

My other animations work very well with the DPS, but there are no custom .js libraries.

Any IDEAS?

Thank you!

Hey there,

This is a problem known with Animate - we do not currently support packaging everything you decide to include with your publication and as a result they are not be included in the OAM drop external libraries.

BUT.

To work around the problem, you can try to decompress the OAM, manually adding the libraries, and then repackaging the CAO. The discussion on this thread might help you: http://forums.adobe.com/message/5834409

We'll also be resolve this in the next version of Anmate, which will be available soon!

See you soon,.

Sarah Hunt

Product Manager, Adobe Edge animate

Tags: Digital Publishing Suite

Similar Questions

  • bbUI.js and jQuery UI drag and drop does not

    Hey guys, I'm lost trying to integrate a drag and drop functionality using jQuery in my bbUI.js application. I don't know where to put my init code that makes the draggable element. I tried just this feature in my existing project workflow, but that doesn't seem to work. The elements are not movable. I don't want to clutter the page problems of github with a request for assistance. Thank you!

    In case if someone seeks this I work.





    $('#canvasphoto').droppable ({tolerance: 'fit'});

    $(«#selectiondrag»).draggable({)
    tolerance: "touch."
    animate: true,
    Scroll: false,
    containment: $('#canvasphoto'),.
    return: false,
    Drag: function() {}
    var Startpos = $(this) .position ();
    $("div#start").text ("START: \nLeft:" + Startpos.left + "\nTop:" + Startpos.top);
    }
    });

    This made the turn (move a div in a div)

    I have a background image and a div (405 x 405) as an example that I can move left or right (but the div allows you can also move upwards or downwards)

    I don't know that if I really need the areaselect, just let him in.

    jQuery-ui I've selected only draggable/resize/move and the rest that I've left out.

  • Drag and drop does not not in MacOS 10.7.5 EP 12 (Lion)

    I "copied" the icon of the editor of Photoshop elements 12 to the docking station.  When I drag and drop a photo (for example, JPG or NAVE) icon to the element editor icon in the dock, nothing happens - elements does not open.  The photo icon just "pops" in the folder I was dragging it since.  All previous versions of the components I used have behaved like any other Mac application and opened the photo (with a NAVE, the photo opened properly in the cab file).  Other Mac applications such as preview, open a file very well when she I do drag and drag the file on the application icon.

    I tried the same experiment with icons of the editor and organizer in my Applications folder and got the same results (the application does not open the file).

    I've skimmed through the preferences of PE to see if there was some kind of new preference for 'drag and drop' behavior, but found nothing.

    So, what don't get me?  How can I get 12 PE to open a file when I drag and drop a photo on the editor icon (or if I really, the Organizer) icon?

    Drag & drop works fine for me on 10.9

    Maybe you copied the wrong icon, the application is located in the support files.

    Applications > Adobe Photoshop Elements 12 > support files

    Locate the editor of Photoshop elements 12 in the Support files folder.

  • Edge animate content in DreamWeaver does not

    I already insert > media > EdgeAnimateContent in the div I wanted in. I downloaded all my media files to my server. Not appearing not in preview, or when I do live page.

    PROBLEM SOLVED!

    Adobe article for edge import animate content in Dreamweaver

    In section two of this article it says move the "edgeanimate_assets" folder, but it does not say where she go. I just put it in the folder of the site root and it worked!

  • Problem slider disappears / Drag and Drop does not work

    Hey everybody,

    I have an urgent problem.

    Three butterflies are supposed to be slipped into an object.  My custom cursor is a kind of net to catch these butterflies.


    For the cursor, I have this code:

    cursor_mc.StartDrag ("true");
    Mouse.Hide ();

    My drag and drop code is:

    cursor_mc.addEventListener (MouseEvent.MOUSE_DOWN, startMove);
    redbutterfly_mc.addEventListener (MouseEvent.MOUSE_DOWN, startMove);
    violetbutterfly_mc.addEventListener (MouseEvent.MOUSE_DOWN, startMove);
    yellowbutterfly_mc.addEventListener (MouseEvent.MOUSE_DOWN, startMove);

    cursor_mc.addEventListener (MouseEvent.MOUSE_UP, stopMove);
    redbutterfly_mc.addEventListener (MouseEvent.MOUSE_UP, stopMove);
    violetbutterfly_mc.addEventListener (MouseEvent.MOUSE_UP, stopMove);
    yellowbutterfly_mc.addEventListener (MouseEvent.MOUSE_UP, stopMove);


    function startMove(evt:MouseEvent):void {}
    redbutterfly_mc.StartDrag ();
    cursor_mc.StartDrag ();
    violetbutterfly_mc.StartDrag ();
    yellowbutterfly_mc.StartDrag ();
    }

    function stopMove(evt:MouseEvent):void {}
    redbutterfly_mc.stopDrag ();
    cursor_mc.stopDrag ();
    violetbutterfly_mc.stopDrag ();
    yellowbutterfly_mc.stopDrag ();
    }

    But when I'm clicking on a butterfly my cursor stops to move and stay on the throttle position, that I'm dragging. After a fall, there is no cursor at all so we don't know where the mouse is currently located.

    Anyone know why it does not work? I am currently working with a mousefollower, because right now, it's the only way it works...

    The mousefollower code is:

    addEventListener (Event.ENTER_FRAME, enterFrameHandler)

    function enterFrameHandler(event:Event):void {}
    cursor_mc.x += cursor_mc.mouseX / 4;
    cursor_mc.y += cursor_mc.mouseY / 4;
    }

    But now I have the problem that only the Yellow Butterfly moves even if I'm clicking on red or purple...

    Please help me! Thank you in advance!

    Try to use the following code to manage the cursor_mc...

    Mouse.Hide ();
    cursor_mc.mouseEnabled = false; keep the cursor to interfere
    this.addChild (cursor_mc); to place the cursor at the highest level

    function moveCursor(evt:MouseEvent_=_null):void {}
    cursor_mc.x = mouseX;
    cursor_mc.y = mouseY;
    }
    stage.addEventListener (MouseEvent.MOUSE_MOVE, moveCursor);

    moveCursor(); to locate initially mouseover

  • Drag and drop does not not on Windows 7

    Recently, it seems that I can just drag and drop files from anywhere within windows 7. I have the ability to right click and drag, but then I have to check his location with a 'move here' that is enough time especially when movement music titles. Any suggestions as to why it suddenly stopped working?

    Thank you very much
    Steve

    Hi Steeevb,

    What happens when you attempt to drag and drop?

    Method 1: Run the fixit available in the links below and check if that makes a difference-Worth to try
    Difficulty of broken desktop shortcuts and common system maintenance tasks

    Note: FixIt would attempt to recover bad sectors on the hard disk, in the course of this process there are chances of DATA loss from that particular area.

    Method 2: If a Protection of resources Windows (WRP) file is missing or is damaged, Windows may not behave as expected. Auditor of file system (CFS) scan to fix all of the corrupted system files. To do this, follow the steps mentioned in the link below:

    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7
    http://support.Microsoft.com/kb/929833

  • Dreamweaver CC 2015.3 interactive images - Hotspots do drag and drop does not work

    Dear all,

    I use Dreamweaver CC 2015.3 and try to use the Image Map option. I'm not using it in Liveveiw so there must be another problem.

    I have inserted a picture and give MapId image2. After that, I tried to drag and drop all three circle, polygon, and rectangle. Nothing happened.

    No map tag is packed. Nothing happens. What is the reason?

    Thank you

    Amir

    mamirs wrote:

    ... I have inserted a picture and give MapId image2.

    As much I know "MapId" is not an attribute of html for creating / using the clickable images.

    An image map using an attribute called 'well' in the tag which must match the attribute "name" of the tag. DW will write the attribute well, and tags automatically when you draw a shape, there is no need to add your own before drawing a card form (maybe it's and the use of an invalid attribute is confusing the program?). If you want to change the name of , make you in the properties of the window after you have created a form and DW will automatically update the necessary elements.

    To use the image map tools...

    1. place an image into your page (the tag should be used, image maps do not work on css-background images)
    2 single-left-click on the image in Design view to select it (a black box appears). If you see a blue border and a tab, when you click the image, you again Live View Editor and click on the triangle next to the Code, Split and buttons direct to change design

    3 left - click the shape you want in the Properties window to select the tool

    4. go to the image, click and drag (to a circle or square) or click on several points (for the polygon tool) to create your interactive image tag
    5. change the name of the card on the card Properties window

  • Drag and drop does not

    Since the upgrade to El Capitan, I can't drag and drop correctly to my reader network backed within the same window of the finder. Now the file on the device of destination for a while used to view lower-level items such as drives, folders, etc. subfolders. Now it goes only to the extent where the player so I can't drop the file where I want. Now, I need to copy and paste the file or use the finder windows 2, for the origin and destination.

    This used to work perfectly on the mavericks.

    I'm on Macbook Air (mid-2012)

    El Capitan 10.11.4 OSX

    By default, in my view, spring-loaded folders have been disabled. The setting is now in the prefs system of accessibility under the mouse and Trackpad. Make sure that this option is always enabled.

  • Drag-and - drop does not 2012 and Win 7

    This used to work, but somewhere along the way, I lost the ability to drag and drop access paths and excerpts from LV on a LV block diagram. Has anyone else seen elsewhere? I don't think it's a matter of windows. And it works in LV2011.


  • Drag and drop does not - symbol disappears when I try to drag

    I have a great animation I do beachfront animate and have already used the plugin jquery draggable several times. However yesterday I made a new symbol for a separate animation, then adds items and turned them into symbols and added the following code to the timeline of symbol on creationComplete:

    sym.$("milk-s").draggable();
    

    I tried with several different symbols, but whenever I check it in a browser, I click on the symbol to drag and it disappears in the place. I do not understand what I am doing wrong, as that's all the code in the actions of the timeline, and I do not know there is no code on the symbols I want to drag. I also copied and pasted the code from the moveable symbols that worked and changed the name, because they are a little more code for when you begin to drag the symbol.

    Thanks in advance!

    Make sure that your positions in the symbols are set to 0 (top and left) If you do not use an animation in here otherwise your symbols will be moving when you drag because they use these and no symbol registrations on the stage.

  • Enter an interactive Youtube player on board animate - doesn't work does not correctly!

    Hi people!

    I'm working on a new project that is based on an interactive web video.

    In the edge animate proyect I implemented a player full screen Youtube has interactivity. On the one hand, in the edge project, I've included a JS that contains the definition of the Youtube API reader and all its functions to allow interactivity. On the other side, in the HTML code that creates the edge animate, I've included the div for the player and a few buttons to play and stop the video.

    When I run the Web site using Dashboard animate everything works correctly, but when I open the HTML file without edge animate, the Youtube player is not defined (the player div is empty). I think that the problem may be related to the external JS file in the dashboard project.

    I do not see why this external JS with the functions of Youtube load only when it is started from the edge soft Animation.

    My goal is to load this project as an include file OAM end in Wordpress with the Youtube player and its interactivity.

    Need help for this question! Some know how to fix it?


    Conclusion:

    Animation full screen with Youtube Player as a backdrop with a few buttons in the project file HTML to play and stop the video. YouTube API functions inside an external JS file and included in the project of edge animate. Only works when the animation is launched with edge animate. If the HTML file is opened directly, the Youtube player is empty.

    PD: I am attaching some pictures in order to provide a clearer picture of this problem.

    project1.jpgproject2.jpgproject3.jpgproject4.jpgproject5.jpg


    When you preview of Animate, content is managed from a local server. This security error is thrown on the opening of the file from the file system in the browser.

    If you download these files on a server and open them in the browser, they could still work

  • Drag works fine, drop does not work.

    Hello

    I am new to AS3 and I'm having a problem with drag and drop, with more precision the part of gout. I tried a few different tutorials and I tried to have objects called on the stage of the library, as well as on the stage itself when it starts. Dragging works well but the subject never came out when the mouse button is.

    If someone wouldn't mind have a look and perhaps pointing out where I'm wrong, I would appreciate it.

    Code below.

    //co-ords of objects on stage
    
    sky.x = 0
    sky.y = 0
    ground.x = -14
    ground.y = 252
    seeds.x = 760
    seeds.y = 30
    wateringCan.x = 550
    wateringCan.y = 20
    
    
    // Function to determine where the hole will spawn - almost 100% certain it wont spawn above the ground
    RandomlyPlaceObject(hole);
    
    // Random placement function
    function RandomlyPlaceObject(objectToPlace: MovieClip): void {
      // Controls for where spawn can be
      var xMin: Number = 50;
      var xMax: Number = stage.stageWidth - 50;
      var yMin: Number = 350;
      var yMax: Number = stage.stageHeight - 50;
      //Math to determin location of hole spawn
      objectToPlace.x = xMin + (xMax - xMin) * Math.random();
      objectToPlace.y = yMin + (yMax - yMin) * Math.random();
    
    
    }
    
    
    //Drag and Drop time
    
    
    var circles: Array = [seeds, wateringCan];
    for each(var seeds: MovieClip in circles) {
      seeds.addEventListener(MouseEvent.MOUSE_DOWN, pickUp);
      seeds.addEventListener(MouseEvent.MOUSE_UP, dropIt);
      seeds.startX = seeds.x;
      seeds.startY = seeds.y;
      wateringCan.addEventListener(MouseEvent.MOUSE_DOWN, pickUp);
      wateringCan.addEventListener(MouseEvent.MOUSE_UP, dropIt);
      wateringCan.startX = wateringCan.x;
      wateringCan.startY = wateringCan.y;
    
    
    }
    
    
    function pickUp(event: MouseEvent): void {
      // no longer need to keep track of startX & startY here because that's already been done up above
      event.target.startDrag(true);
      event.target.parent.addChild(event.target);
    }
    
    
    function dropIt(event: MouseEvent): void {
      event.target.stopDrag();
      // check to see if the event target is touching hole using hitTestObject
      if (event.target.hitTestObject(hole)) {
      event.target.buttonMode = false;
      event.target.x = hole.x;
      event.target.y = hole.y;
      }
    }
    

    use:

    1. Co-ordsofobjectsonstage
    2. Sky.x = 0
    3. Sky.y = 0
    4. Ground.x =-14
    5. Ground.y = 252
    6. Seeds.x = 760
    7. Seeds.y = 30
    8. wateringCan.x = 550
    9. wateringCan.y = 20
    1. Functiontodeterminewheretheholewillspawn-almost100% certainitwontspawnabovetheground
    2. RandomlyPlaceObject (hole);
    3. Randomplacementfunction
    4. {functionRandomlyPlaceObject(objectToPlace:MovieClip):void}
    5. Controlsforwherespawncanbe
    6. varxMin:Number = 50;
    7. varxMax:Number = stage.stageWidth - 50;
    8. varyMin:Number = 350;
    9. varyMax:Number = stage.stageHeight - 50;
    10. Mathtodeterminlocationofholespawn
    11. objectToPlace.x = xMin + (xMax-xMin) * Math.random ();
    12. objectToPlace.y = yMin + (yMax-yMin) * Math.random ();
    13. }
    14. DragandDroptime
    15. var dragged_mc:MovieClip;
    16. varcircles:array = [seeds, wateringCan];
    17. foreach(varseeds:MovieClipincircles) {}
    18. seeds.addEventListener (MouseEvent.MOUSE_DOWN, pickUp);
    19. seeds.startX = seeds.x;
    20. seeds.startY = seeds.y;
    21. wateringCan.addEventListener (MouseEvent.MOUSE_DOWN, pickUp);
    22. wateringCan.addEventListener (MouseEvent.MOUSE_UP, dropIt);
    23. wateringCan.startX = wateringCan.x;
    24. wateringCan.startY = wateringCan.y;
    25. }
    26. function pickUp(event:MouseEvent):void {}
    27. nolongerneedtokeeptrackofstartX & startYherebecausethat'salreadybeendoneupabove
    28. stage.addEventListener (MouseEvent.MOUSE_UP, dropIt);
    29. dragged_mc = MovieClip (Event.currentTarget);
    30. event.currentTarget.startDrag (true);
    31. event.currentTarget.parent.addChild (event.currentTarget);
    32. }
    33. function dropIt(event:MouseEvent):void {}
    34. stage.removeEventListener (MouseEvent.MOUSE_UP, dropIt);
    35. dragged_mc.stopDrag ();
    36. checktoseeiftheeventtargetistouchingholeusinghitTestObject
    37. {if (Event.Target.hitTestObject (Hole))}
    38. event.target.buttonMode = false;
    39. Event.Target.x = Hole.x;
    40. Event.Target.y = Hole.y;
    41. }
    42. }
  • fix for several projects of reactive animate on one page does not

    I am trying to include two different edge animated projects on a single html page but cannot get them to run. I contacted Adobe support on the phone and the representative sent me this link. http://blogs.adobe.com/edge/2014/10/16/using-responsive-edge-animate-compositions-in-dream weaver /. I tried to use the method described in the post on my page but nothing helps. If someone who would have tried this fix and had success or anyone who is simply interested I would appreciate any suggestions to make it work. Here is my code with the changes suggested by the fix.

    Sorry, I tried to enter my code but using 'insert raw html' in the editor, but it does not show. Can someone tell me how to include my code in my post?

  • OEM edge as a Muse button - does not

    I'm trying to use an oem edge within the muse file to post a link to another page in the site.

    I tried added link click in Edge - window.open ("http://www.adobe.com", "_self"); -that works very well during the preview at the edge.  But when I bring it in muse that it does not work.  The only way I can get it to work is to remove "_self" of the code, but I want it to open in a new window it will exercise a subnav button. I would have thought this would be a common use for animations of edge in the muse. Any ideas?

    Hello

    Please refer to the suggestions mentioned in the link below.

    https://forums.Adobe.com/thread/1547404?start=0&TSTART=0

    Concerning

    Vivek

  • Click and drag the feature does not

    MY click and drag feature in Photoshop elements does not work when you use pot, brush, Eraser, etc. How can I fix it?

    Does PES 12 on Yosemite? If so, see:

    Photoshop Elements unresponsive after upgrading from Mac OS to Yosemite

Maybe you are looking for

  • Fan runs continuously when open the mail

    I have a new 15 "MacBook Pro retina, I have Aproblem with the fans running constantly. This only seems to happen when the mail is opened. If leaving the app e-mail the fan speed reduces and stops. When I open the application mail in seconds the fan s

  • How to upgrade a 1 d table multiple graph/diagram of dispersion

    Hi, I am trying to add data to the chart single parcel you see below.  It is a 1 d array.  When I build another table to add to that, he becomes a 2d array and am not sure how to handle this data in another graph/chart.  I have a set x-scale-10 a-100

  • computer hp laptop pavilion dv3000. Suddenly there is no sound?

    Hello I use the model of laptop, hp pavilion dv3000. I was listening to music on windows running media player update windows. Suddenly, the sound of all parts of the laptop no longer works. Even with or without speakers, the sound does not work. I; v

  • Windows Vista will not be stopped normally

    Original title: Window Vista Home Premium does not stop. ______ I hold the power button to shut down.

  • Why can use a webcam to U2-EE not after installing the driver

    I Recemmenr broke my webcam logitech for $20 and got a webcam Slick U2 - EE no disc to insert, just plug your base in and he takes off. Well the driver and everything installs and even appears in the printers and peripheral area. But I can't find a w