Adobe Edge is a suite of web-based tools used to create animations and design websites.
Questions tagged [adobe-edge]
282 questions
3
votes
1 answer
Alternative content with Adobe Edge Animate in HTML?
I have this Adobe Edge Content by a client.
THe HTML Code is
What should I do to have an alternative content for IE 8 and below?
If I just insert some content inside the div, it is not overwritten by…

yunzen
- 32,854
- 11
- 73
- 106
3
votes
2 answers
How to add two same adobe edge animation in single html page?
I am using jquery mobile where different pages contents will be in one html page.
On page change(sliding page), other pages have same edge animates, because of all html contents will be located in single html page, only first edge animate will…

Justin John
- 9,223
- 14
- 70
- 129
3
votes
4 answers
When designing basic sites, should I use PHP?
In the past, I have always used PHP for even my basic site design stuff, and I have never used the .html extension. Several reasons for doing this, but one of the biggest ones was being able to use "PHP Includes" on my site, so I would only have to…

David
- 704
- 1
- 6
- 13
3
votes
1 answer
JSLint 'Unexpected '(space)' error?
I am playing with Adobe's Edge Code which has its own JSLint checking option. I am getting this error (view title) which I am not able to fix...anyone knows what this is? The error comes for each of the following 3 lines of code: …

Regis Zaleman
- 3,182
- 6
- 29
- 30
2
votes
5 answers
Edge Animate: how to move javascript into html?
I need to create a self-contained html banner in Edge Animate. For this I have already encoded the images to base24. I just need to include the javascript into that html. When I publish my banner, Edge by default adds a 'edge_includes' folder which…

jiggy1965
- 157
- 1
- 2
- 14
2
votes
1 answer
Wrap AdobeEdge animation into React.js component
I have AdobeEdge and I need to wrap it inside React.js component.
Component's code:
let ModalWithAnimation = React.createClass({
render() {
return (

V. Gamula
- 4,971
- 3
- 15
- 18
2
votes
0 answers
How to change an image inside an Adobe Edge animation from externtal javascript
I have an adobe edge animation inside my html page, I just want to change an image inside that animation from my html page with another photo (mainly an image the user will upload)
notice that this photo is duplicated inside of the animation so I…

Khaled Al-Ansari
- 3,910
- 2
- 24
- 27
2
votes
1 answer
How to call Edge Animate's play function from external Javascript
I have a symbol on the stage called "cart".... inside the symbol is my graphic that has a motion path put on it to the timeline (it is called "car_v1").
On my stage I have a code to hide the symbol cart with an external CSS class…

ristenk1
- 435
- 3
- 6
- 26
2
votes
1 answer
accessibility in Edge Animate Down-level Stage
I am really new to JS and have a project in Adobe Edge Animate that is being served to many running n IE8 browser with a special 508/WCAG2.0 requirement. This means alt tags and tabindex functions are a MUST for their visually impaired staff (using…

Cymone Says
- 31
- 3
2
votes
0 answers
Adobe Edge: unload Composition
reference: http://www.adobe.com/devnet-docs/edgeanimate/api/current/index.html#multiplecompositions
So, If this loads a compostion...
AdobeEdge.loadComposition('comp1js', 'comp1DivClass', {
scaleToFit: "none",
centerStage: "both",
bScaleToParent:…

fhonics
- 113
- 9
2
votes
0 answers
Adobe Edge performance / javascript?
I am working on an Adobe Edge animation stagnating at 10-15 fps. It's a pretty complex animation playing full screen, with a lot of big elements.
But the weird thing is that looking at Chrome's Timeline, it seems that most of the time on each frame…

Erik
- 489
- 4
- 8
2
votes
1 answer
Adobe Edge—no preloader
I would like to integrate a bunch of »edge animations« on my website/webapp but all the _edgePreload.jsare causing headache. All in all, what I really would like to do is:
include jquery and edge itself once,
load the

philipp
- 15,947
- 15
- 61
- 106
2
votes
1 answer
Edge Animate Custom Percentage Preloader
I have an important task that requires me to do a percentage preloading in Edge animate, I looked in the internet and I did not find any tutorials or answers but I found this youtube video which show how to put a preloader and center it and it uses…
user2525537
2
votes
2 answers
Call composition ready of (edge animate) from javascript
I have a problem in html5 edge animate. I have created an animation using edge animate.
I would like to call composition ready of edge animate from outside. I tried calling using $.Edge.registerCompositionReadyHandler( compId, handlerFn, options )…

Thothadri Rajesh
- 522
- 7
- 16
2
votes
2 answers
Adobe Edge Commons Javascript error
I am using the following code reference from Adobe Edge Commons example MixitBaby but I keep getting this error on Chrome & IE10, this works fine on Firefox though.
"Uncaught ReferenceError: EC is not defined"
function soundSetup()
{
var…

HaveFun MediaSolutions
- 249
- 4
- 12