Quantcast
Channel: Adobe Community : All Content - Edge Animate
Viewing all 9897 articles
Browse latest View live

Insert a edge animation in Joomla?

$
0
0

Hi,

 

I tried to insert a edge animation in Joomla. The only way I found was with a frame. It is not so nice, but it works.

 

When I tried to insert the .js in the head just with the help of module, it does not work. Has some body a solution?

 

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=IE8"/>

<title>test-animation</title>

<!--Adobe Edge Runtime-->

    <script type="text/javascript" charset="utf-8" src="animation4_edgePreload.js"></script>

    <style>

        .edgeLoad-EDGE-23323512 { visibility:hidden; }

    </style>

<!--Adobe Edge Runtime End-->



</head>

<body style="margin:0;padding:0;height:100%;">

<div id="Stage" class="EDGE-23323512">

</div>

</body>

Thanks a lot

Philippe


prevent an image from stage responsive scaling ?

$
0
0

i use the new feature stage responsive scaling.

but how can i prevent a single image in the composition to scale?

 

I'm looking for a tutorial that will show me how to create a scrollbar/slider in Edge Animate. Any suggestions or does someone know how to do it?

$
0
0

I've created an animated ad, but need to know how to make content inside a div "frame" scrollable with a manual scrollbar or slider. Right now the content scrolls automatically on page load, and I have an action on the stage for the auto-play to stop on mouse click, but once it stops I need my scroll handle to make the content scroll manually.

Rated drag and drop

$
0
0

Hello everyone. I apologise for asking a question that has probably been answered previously. I have a dilemma with my animation that I have tried prowling the Internet for for quite some time now and I have yet to find a solution to fit what it is I'm after.

 

The animation that I am making in Edge is a drag and drop game which gives students varied results based on how they do. Currently I have the elements dragging and dropping in their correct locations. Once they are in their locations though they do not drag again, making the students have no choice but to get everything correct. After the animation is complete the timeline plays and stops at a marker (Which will be altered based on the answers the students have provided at a later point).

 

What I need from this animation is to:

  • allow students to drag and drop elements into both correct and incorrect locations.
  • to be able to drag them again after placing them.
  • to keep a track of the amount of elements that have been dropped.

 

I would be incredibly grateful for any comments and feedback on this. I hope I am not the only one who has tried to do this. It feels like I am the only one who is having a problem like this!

 

Here is my code currently as well as I am sure I am at least halfway there. The final line (sym.play();) is just for the timeline playing and will change at a later point.

 

// insert code to be run when the composition is fully loaded here var dragForms = ['Drag1', 'Drag2', 'Drag3', 'Drag4', 'Drag5']; var dropForms = ['Drop1', 'Drop2', 'Drop3', 'Drop4', 'Drop5']; var Pos = [ {'x':29,'y':115}, {'x':29,'y':160}, {'x':29,'y':205}, {'x':29,'y':250}, {'x':29,'y':295} ]; Pos.sort(function() {return 0.5 - Math.random()}); for (i=0;i

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

$
0
0

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

Copy paste from Illustrator

$
0
0

Would be also very nice to be able to do Copy-Paste from vector element in Illustrator. The workflow of creating .svg file from every elements is very long.

 

Wish to be able to do a copy-paste with an automatic .svg conversion in Edge Animate....

Load variables from an external JavaScript file

$
0
0

Hi guys,

 

I'm struggling with moving blocks of code out of my Stage.compositionReady event to an external JavaScript file and having it work the same way as if it was still placed there.

 

I've tried to import the JS file into the library and I've also tried to parse it using yepnope function with no success. Basically it's just a set of variables that I want to organize into separate files that would be easier for me to modify out of Animate and eventually from an external back-end client.


Any advice leading to successfully solving this issue will be greatly appreciated :-D.

How can I combine multiple animations. (Play another animation after one has finished with a click?)

$
0
0

How can I combine multiple animations. (Play another animation after one has finished with a click?) Like a slideshow but with animations. any ideas?


Edge Animate capacity

$
0
0

How about program capacity? What kind of limits are there?

My program started to freeze or take 10 minute to move something.

Continue animation when element is scrolled into view.

$
0
0

Please read carefully...

 

My animation pauses after extending the stage down 500 pixels, is there a way to have the animation continue after they scroll to the bottom (all 500 pixels are in view)?

 

THIS IS ALL IN ONE ANIMATION...

Some of the rollover buttons I created in Edge seem to repeat loading in Firefox endlessly. They work in Safari perfectly. Is there a bug in firefox?

$
0
0

Some of the rollover buttons I created in Edge seem to repeat loading in Firefox endlessly. They work in Safari perfectly. Is there a bug in firefox?

Edge animation does not visible on Business Catalist

$
0
0

HI,

I made a simple Edge animation, published as .oam and placed in Muse, when previewing in browser form Muse, the animation is visible, when publishing to Business catalist, it is invisible and Button with ! Report Abuse apears where the animation should be. What is the reason, what am I doing wrong?

Display Issue

$
0
0

I've just installed Adobe Edge in an attempt to use if for the first time but the the display window isn't showing properly... Edge Screen.jpg

Any suggestions for how to fix this??

Thanks

Updating Images in the Edge Library?

$
0
0

So if I have a .png in my library that i've brought to the stage, and then make a change in Photoshop and resave the file.

Is there then no way to update the artwork with changes in Edge?

How to scroll down to an anchor ?

$
0
0

Hi guys,

 

I've been working on this since yesterday...

Here'se the deal : I'm trying to make an interactive flowchart with Edge Animate.

The purpose is that users will click on buttons that will give them access to a new button.

When then Click, I want the page to automatically scroll down to the next button (smoothly if possible) like you can see on this exemple : http://sandbox.castersblues.com/infographic/landing.html

I want to click on button A then auto scroll to button B, then click and auto scroll to button C etc.

 

I tried many things from answers I found on internet, but I have'nt been able to apply them to my case.

So here are the questions :

 

- Is there a scrollTo fonction in Adobe Edge ?

- Is it possible to create an anchor in the document ?

- If I make a symbol, is the symbol's ID gonna be the anchor ? (I tried that but not working so far)

 

I tried the javascript as described here http://www.webmuse.co.uk/blog/jquery-plugin-to-animate-scrolling-to-anchor/

but wasn't able to make it work...

 

If you have any pieces of advice, that would be a great help for me !

 

Thanks everybody


Edge Animate Free Trial Has not Been Available for 2 Days.

$
0
0

Is anyone else experiencing this, or is it just a local problem that I am experiencing?

 

When I click the download button here:

 

HTML animation | Download free Adobe Edge Animate CC trial

 

it says:

 

"We are currently experiencing some issues, please try again later. If the problem persists, contact customer support."

 

and I am eager to try out the software to see if it's the right fit for our company.

 

Thanks for any insight!

LINKS in a HTML static page

$
0
0

I've read the various threads on SEO in Edge  .. and the opportunity to publish with HTML  static, but the resulting static page don't  have the "links" that I created with the "actions" of edge.

There are a texts but have no links,  and then,  when I try to prepare a xml "site map"  the "program" do not  see anything. It see only one page!!!!

Does anybody know how can I do? I have to write the xml code by hand??

Thanks

Edge Animate crashes when pasting

$
0
0

Hi all,

 

I am using Edge Animate 1.5. Up until today, the experience has been great! Today, however, whenever I try to paste or duplicate something, I get the "An error occurred" message.

 

Can anyone help me?

 

Thanks!

Error when starting Edge Animate

$
0
0

Need help. Everytime when i start Edge Animate it shows me following error:
"the requested url/welcome_to_project_edge/WelcomeToEdge.html was not found on this server"

 

Chromodoris/0.86.412.230

 

 

What can I do?

 

Greetz from Germany

SEO LINKS in EDGE

$
0
0

I've read the various threads on SEO in Edge  .. and the opportunity to publish with HTML  static, but the resulting static page don't  have the "links" that I created with the "actions" of edge.

There are a texts but have no links,  and then,  when I try to prepare a xml "site map"  the "program" do not  see anything. It see only one page!!!!

Does anybody know how can I do? I have to write the xml code by hand??

Thanks

Viewing all 9897 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>