Adobe Edge is a suite of web-based tools used to create animations and design websites.
Questions tagged [adobe-edge]
282 questions
0
votes
1 answer
Adobe Edge animation glitch
Is there a way to make going from hover state to hover state when each one triggers the same animation respond without a glitch?
See my site and hover over "news" in the navigation and it will animate but if you hover over "about us" while its…

raffi keklikian
- 5
- 3
0
votes
1 answer
iframe returns homepage instead of external file
I'm trying to embed a html5 banner created in Adobe Edge, the simplest way I could think of was dumping all the code edge spits out onto the ftp and then using an iframe to point at the html file. If I do this locally on my machine it works fine, if…

benikens
- 163
- 3
- 12
0
votes
2 answers
Creating Symbol, then Deleting it
I'm working with edge to make an animation in JS/jQ. All I'm trying to do right now, is initiate a symbol on the stage, and then delete it halfway through the timeline.
So, to begin with, I have a variable called food, that does a…

Oliver Jones
- 1,420
- 7
- 27
- 43
0
votes
1 answer
In Adobe Edge, calling webservice with JQuery is not triggering success on return
I have this webservice
[WebService(Namespace = "http://localhost/")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
[ScriptService]
[System.ComponentModel.ToolboxItem(false)]
public class CompanyData : WebService
{ [WebMethod]
…

d4c0d312
- 748
- 8
- 24
0
votes
0 answers
Code next/previous buttons to choose items in a Javascript array in Adobe Edge
I have an array of information I need to display in a function called updateMyInfo, which accepts an argument of the current index number. I start displaying the items at index 0, and there is a next/previous button to move through the array. So,I…

Steve
- 14,401
- 35
- 125
- 230
0
votes
1 answer
Parallax / Scroll effect using Edge?
Hi I need to basically re-create this for a client (https://victoriabeckham.landrover.com/INT) and I am struggling to think of a solution to give a timeframe for the work…

Dancer
- 17,035
- 38
- 129
- 206
0
votes
1 answer
Adobe Edge issue - animation shows what looks like skid marks
New to using Adobe Edge, though very familiar with Flash/AS. I need to do animation sequence that is not flash-based, so trying out Adobe Edge. The animation itself is all done, everything works correctly. However, when the JS is loaded on the site…

Peter Oram
- 6,213
- 2
- 27
- 40
0
votes
2 answers
Adobe Edge set transform rotate property
I'm trying to script the rotation property of an element in Adobe Edge, but can't work out the syntax.
I'm trying this:
var element = sym.$("Rectangle");
element.css("transform", "rotate(25deg)");
But it doesn't change the rotation at all.
Using…

kinkersnick
- 1,301
- 1
- 13
- 19
0
votes
1 answer
javascript site welcome loader with an HTML5 element
I have an odd problem. the question is not so much about specifics of the code, more to the general approach.
scenario: a website has a "welcome screen". The welcome element is an HTML5 EDGE animation (its not a small file ;) ) Using client side…

Nick
- 908
- 12
- 29
0
votes
2 answers
button on/off with jquery
I am working in Adobe Edge.
I have 3 buttons on the stage: v1, v2, v3.
When buttons are clicked they move on the timeline.
When button 1 is clicked, it moves on the timeline and shows button 2 enabled, button 1 and 3 disabled.
when button 2 is…

Edgedudette
- 61
- 1
- 9
0
votes
2 answers
Returning a CSS element (for use in boundary checking)
Is there a way to return a CSS element?
I was using Adobe Edge and adding some of my own code in their code tab, but in order to create boundaries I would need to keep track of margin-top or margin-left. The following code works to move the element…

Tom Prats
- 7,364
- 9
- 47
- 77
0
votes
1 answer
Adobe Edge - controlling an animation from the html page
I'm trying to integrate an Adobe Edge animation on one page of an HTML5 publication I'm preparing using a proprietary publishing system. The system displays different HTML pages like pages in a magazine.
I'd like to start playing the animation when…

And Finally
- 5,602
- 14
- 70
- 110
0
votes
1 answer
Adobe Edge slide show conflict with jquery ui
I have made slide show in adobe edge
when i use it in asp.net mvc3 razor view engine my jquery 1.8 ui (modal dialog, drag & drop) does not working anymore
Does anybody knows how i can solve this problem?

Irakli Lekishvili
- 33,492
- 33
- 111
- 169
-1
votes
1 answer
Passing a variable to a form in Edge Animate
I need to pass a variable to a form from Edge Animate.
I have the following instruction:
sym.$("form").append('');
vidn is a variable but used…

davide93
- 1
- 5
-1
votes
2 answers
AS3 print with button
When I try to print my stage it results wrongly rotated. I tried to fix it, I googled 150 different solutions pages at least, without any luck. I am not the programmer I try to be. Anyway it should work but it doesn't. Can you help me please?
I…

emrah yalcin
- 11
- 2