Adobe Edge is a suite of web-based tools used to create animations and design websites.
Questions tagged [adobe-edge]
282 questions
26
votes
1 answer
Using Adobe Edge Animate with AngularJS and AngularUI Router
I'm working on a project at the moment which will incorporate multiple animations created with Adobe Edge Animate into an single AngularJS application. The idea is that these animations will act as the visuals for a game and I will control the…

Rob Sinton
- 510
- 5
- 13
15
votes
3 answers
What is the difference between Adobe Edge Code and Brackets?
Mainly, which is actually better? I want to know which one to use for production and what are the actual differences between them. I'm going to be using Bootstrap in them.

chabgo
- 163
- 1
- 1
- 7
7
votes
1 answer
Why doesn't Adobe Edge animation work after copying generated code into an html file in a different directory?
I'm trying to keep all the files Edge generates separate from my main files.
This is the html in the file it publishes:

Orb Hitter
- 317
- 1
- 4
- 9
4
votes
1 answer
Using gotoSlide function in Veeva CRM iRep
I use Adobe Edge to create sites. I need to use buttons and veeva:gotoSlide function to navigate through slides but buttons are not responding. I've tried using key message, presentation slide names as parameter but still couldn't figure it out.
My…

Bünyamin İşeri
- 41
- 1
- 3
4
votes
1 answer
Script loading conflict? Object has no method error when including Adobe Edge Animation
I've got a real hairpuller:
I have a webpage that uses jquery, jquery-ui and flexslider. Everything works fine. Now I want to include an animation I have made with Adobe Edge Animator. The animation works fine by itself,but when I include it in the…

John Doeherty
- 99
- 6
4
votes
2 answers
Adobe Edge Animate : How to get Symbol's current time?
In Adobe Edge Animate, how to get Symbol's current time ?
I use a mix of jQuery & Adobe Edge codes to program my page. I want to check if a symbol's time stays at first frame (if in Flash's concept).
$(window).scroll(function(e)
{
var the_stage…

Raptor
- 53,206
- 45
- 230
- 366
4
votes
3 answers
loading external css file in adobe edge animate
To load an external js-file you can use yepnope like schown here.
But when I define a .css file like this in the stage-composition-ready-window:
yepnope({nope:['mystyle.css']});
The correct loading code is integrated in the generated source but…

user1756599
- 41
- 1
- 2
3
votes
1 answer
How to use adobe edge animations in website?
I want use adobe edge animation in my website . I add required files into page head .Adobe edge worked with this div tag only
and add another elements dynamically into it .I test and understand that if…

hmahdavi
- 2,250
- 3
- 38
- 90
3
votes
0 answers
Javascript error in event handler! Event Type = element
I am trying to create a display banner that scrolls with the hosting page, see example ...
3. Cut Out MPU
I have used Edge Animate to build, and Javascript to program the functionality (or tried at least), the banner is 300x250 px, and the image is…

Adam Jacques
- 43
- 4
3
votes
2 answers
Stop/Pause the sound of edge animate inside an iframe with external javascript?
I've got an edge-animate (4.0 version) inside of this iframe, in a div collection, and what I need is to pause/stop the sound of the iframe when I hide (display:none) it, and resume/play again when I show it (display:inline).
Now I've got something…

Santiago Penuela
- 31
- 1
3
votes
0 answers
Add perspective and rotateY in Adobe Edge
I'm trying to understand how to add perspective to an element and animate rotateY and rotateX properties, right now all I can do is do standard rotate (which is z axis) and skewX , skewY, which are giving me unsatisfactory results.
How can I achieve…

skmasq
- 4,470
- 6
- 42
- 77
3
votes
1 answer
prevent Adobe Edge preload.js file from loading jquery
First I have to say that I am not a professional programmer but designer learning by doing. So I am afraid I need simple explanations if possible.
I am using Edge animate as parts of a website with the help of a particular script (by Andrew Trice,…

Garavani
- 755
- 1
- 13
- 28
3
votes
1 answer
Edge Animate Start Animation From JS
I just made my first edge animate project and made a fancy progress loader animation. Works well within animate and in a test project.
When I placed the code in the dev site the animation was loaded into every page, so I hid it with CSS. It seems to…

poperob
- 543
- 4
- 21
3
votes
2 answers
Object [Object Object] has no method stringify
I've been working with a fairly simple animation, powered by Adobe Edge Animate, on my site for a while now. I didn't change anything to do with it for the longest time, but something's obviously happened, because now when i run the animation, i get…

Cameron Meyer
- 65
- 1
- 9
3
votes
2 answers
Adding Adobe Edge Scripts into Rails Asset Pipeline
This is likely a simple case of bringing external scripts with dependencies into Rails.
I'm trying to get my Adobe Edge generated Animations to work within my Rails app and the first step is to include all of Adobe Edge's generated js files, but so…

ac360
- 7,735
- 13
- 52
- 91