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

My animation will not work in DPS CC 2014

$
0
0

I have made a simple animation using EDGE and it imports the OAM file but never works in the Digital Publishing Suite when I view the Folio.

Any wisdom on this? Thanks.


Rollover effect with overlapping symbols

$
0
0

Hi i have a interactive map i have been working on this is my very first edge animation. I am having problems with it. You will see from the link i have shared.

 

 

I would like to solve the problem with over lapping symbols not working on rollover. I have read a few discussions but i am still completely lost I would also like the email addressess in the animation to be clickable if possible.

 

 

Here is the link

https://dl.dropboxusercontent.com/u/31859883/animate_contactus/animate_contactus.html

 

 

and the source files

https://dl.dropboxusercontent.com/u/31859883/animate_contactus.zip

Edge keeps resetting composition size ( not really responsive experiment )

$
0
0

Hello all,

 

This is more a question to the adobe edge animate team i guess rather than the community.

 

I recently had to do a project in adobe edge animate. I noticed the scale/responsiveness/resize is not really fitting my requirements, so i decided to tweak the resizing a bit. I wanted to achieve a fully responsive layout starting from x:0,y:0 ( top-left ), so the composition is always shown at 100% width & height.

 

The problem with the current animate scaling is that , it always has blank/white spaces on the sides. Even if using the BOTH option in the composition settings it always fits( scale ) the content just by one of the dimensions( the bigger fitting one ). It would be either by height or by width , but not both. The other dimension is compensated with blank space.

 

I made it work. Here's the demo. It's not completed and not sure if it will be because.. When the stage/composition loads, stars resizing(drag) the window. You'll notice that the stage resizes correctly and all of a sudden a smile starts appearing on anyone face, but unfortunately every time a user clicks a button ( or any action is executed ) the runtime resizes the main app again to it's original dimensions, breaking the fullscreen resize. For example , click on the black button NEXT , and you'll see the stage resized again with the edge resize logic

 

I'm attaching my resize logic immediately after the resizing of the edge animate( binding it to the window resize ), that's why everytime a user resizes the window the resize is correct. The aspect ratio is preserved everywhere and everything works as I wanted, but for some strange reason for me everytime an action ( timeline action/trugger ) , or even a button action/trigger, the resize logic block is executed.


So i guess my questions are:


1.Why does edge animate resize the wrappers and the composition everytime an action is executed ? Isn't this also a performance problem?

2.is there a way to stop this behaviour. I even made the composition non responsive hoping for even better result. In this case only my logic would be executed instead of two times for each resize event ( edge resize & my resize )

3.Is there any way to overload the edge resize method or any way to make this work( stop animate to resize the stage and wrappers for every action )

4.Also.. currently there is a resize initially so the stage is also resized on first view without resizing the window. but again i guess, because there are actions in my stage they are resetting the first resize aswell. I guess this one will not be a problem if the previous issue can have a workaround somehow.

 

Thanks a lot..

multiple buttons clicked

$
0
0

Im trying show an image once all three buttons have been click. does anyone have an idea how to do this?

Stopping all vimeo videos on screen

$
0
0

is there a way to stop all vimeo videos with one click?... possibly with edge hero?

promise.done not working with Edge Animate CC(2014)

$
0
0

I have a trigger with code at a label named 'swipe' that is called with promise.done.  I am using Edge Commons sample code I found half way down the page at at  http://www.edgedocks.com/edgecommons

 

Anybody know why promise.done doesn't work anymore?  It had worked in the previous Edge Animate version.  Is there a workaround?

 

var targetContainer = sym.getSymbol("content");

          var promise = EC.loadComposition("page05Key_upgraded/keyboard05.html", targetContainer);

    

          promise.done(function(comp) {

          var stage = comp.getStage();

          stage.$("Stage").swiperight(function(){

          sym.play('swipe');

          });

          stage.$("menuGroup").click(function(){

          sym.play('swipe');

          });

          });

New Update Broke My Widgets

$
0
0

Thanks Adobe!

 

I was using Edge Animate to make some customized widgets for use in Fixed Layout ePubs. Now the Audio won't show up.

 

Thank you! I didn't want to finish this product today, and now I can't!

How do I create multiple layout sizes to play on various mobile and tablet devices?

$
0
0

I have created an ad which works perfectly on my iPad in both landscape and portrait. it can be used on digital.qmuli.co.uk. However I am having difficult viewing it on any other mobile or tablet devices. Is there a size setting that would enable rescaling and viewing for all devices or specific deminsions I should be using.

 

Thanks.


How can I set a maximum scale percentage for resposive animations? I do not want it to exceed a certain "size"

$
0
0

I try to implement an edge animation into a website project but since it scales to viewport it exceeds the original size and scales over 100 %. I want it to responsively scale but not over a certain size.

 

any ideas?

 

thx!

 

Jörg

how to play child Symbol in Edge Animate

$
0
0

I am trying to get the childSymbols to play in my project.

 

The element is created, when pressing a button in the menu.

 

var s = sym.getComposition().getStage().createChildSymbol("overblik", "overblik");

 

var title = "Virksomhedskultur"

 

s.$("overblik").html(title);
s.$('bg').css({"background-color":"#F6861E"});
s.getSymbolElement().css({  "position":"fixed", });

 

I tried s.play(); and sym.getchildSymbol,

and a lot of other different ways, but i can't seem to make it work. Does anybody know, how play the child symbol?

 

Maybe by asigning some sort of name to the Symbol?

 

 

When creating the symbol, i want the timeline to play on all the childSymbols,

moving the object slightly, to create an effect of the themes being stacked. Just like underneath the box "virksomhedskultur"Tidslinje08-alle-tema.png

 

 

Dropbox - systime

 

http://torbenvf.dk/ledelsehelehistorien/web2/Grafiskprototype2.html

 

 

I open to any ideas..

Edge animation...on a terminal

$
0
0

Hello, does anyone knows a solution?

 

The terminal is a normal pc..without internet..so the animation must run from harddisk.

What should be best to make...a mp4 or something? and can that be directly from Edge?

 

grt marcel

How add a close button to a edge animation that imported to Muse?

$
0
0

How add a close button to a edge animation that imported to Muse?

Triggers on timeline not firing

$
0
0

On frame 1 of my stage timeline I have a trigger which doesn't work.

=====================================

sym.getSymbol("themenu").$("mytrigger").click(function(){

      alert("this was clicked");

      sym.play("menustart");

});//close mouse enter //

 

 

I have a corresponding trigger on frame 20 with a returning trigger event which DOES work, but only if I place the first bit of code on a document ready event.

 

sym.getSymbol("themenu").$("mytrigger").click(function(){

      alert("this was clicked again.");

       sym.playReverse("menustop");

    });//close mouse enter //

How do i make my video load quicker when the animate project gets online?

$
0
0

Hey,

 

I created a looping responsive video within animate to have as a banner on a page on a website.

 

But it takes a long time for the animation to start, it kinda feels like the browser is loading the full video before playing it, which i think is odd..

 

link: http://www.racingfactory.jakobplenge.dk/djaevleraes.html

 

I have an older webpage i created for fun with an html video in much greater quality (http://html.jakobplenge.dk/) "in the bottom of page"), not created in animate, and it is starting much more instant, so is edge animate doing something to prevent the video to start quicker?

 

Can anyone help?

 

Thanks!

Edge animation stops when hidden on a different browser tab

$
0
0

Hey All,

 

I noticed when I play an animation in a browser and then switch to another browser tab, the animation stops but the audio continues to play. Obviously, this opens the door for some issues in the viewing experience. Is there a way to have the animation continue to play even if the tab in which it's being displayed isn't active.

 

Thanks in advance for any assistance


Symbol timelines inconsistent when viewed online

$
0
0

Hi Everyone,

I have a 2 minute and 2 MB (with audio track) animation created in Adobe Edge 2014. Within the main timeline, I used a symbol that contains a miniature animation. When the full scene is previewed online, the symbol appears glitchy. In many cases, it skips to the end of the symbol animation without displaying the actual animation and just pops up all at once. In other cases, it may show up a few seconds early. Upon refreshing the browser, the symbol animation runs properly. I found this only happens when viewed online which led me to believe it may have something to do with preloading.

I'm using the built-in preloader for Edge Animate (preloading sound). In the interests of time, I ended up taking the animation out of the symbol and adding it to the main timeline but I'm still very curious to know what may have caused this. Any assistance or insight would be greatly appreciated.

Thanks!

SEO for slide shows

$
0
0

Hello,

I have made a slideshow with Edge Animate to place into a Muse website.  The slideshow contains text and images that I'd like to make searchable on the web.  I am not being able to find any information on how to do this in Edge Animate.  Does anyone have an idea?  Many thanks!

How do I insert my Edge animation into my html page and make it animate when it scrolls into view?

$
0
0

Hello I am doing a rather complex website for school where I have a man that walks through a theme park and all the little components animate. Where Edge comes into play is animating the roller coasters. I have coded the website using TextWrangler and just need to take these roller coaster animations created in Edge and place them in certain positions in my HTML and make them run as they scroll in and out of view, just like parallax scrolling works. Please help! Thanks guys.

layering animations when triggered

$
0
0

I have a series of animations in my edge project where each one when triggered positions over the other animations. Im having an issue where the layering system is not allowing me dictate when an animation is triggered it always sits on the very top layer so it doesn't get obstructed by any other content in the project. Is it possible to add some code that works on the basis of z-index, so when ever an triggered animation is running it always is on the top layer so it doesn't get covered by the other animations when overlapping. Or is it a case of creating completely separate animation files? - please help.

How to get a symbol to follow the mouse?

$
0
0

     I have a crosshair like in a lightgun style game at an arcade. What code would I use to have the symbol follow the mouse, and if at all possible, could the symbol's origin be in the middle of the symbol and not in top left corner of the symbol?

Viewing all 9897 articles
Browse latest View live


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