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

Error when opening a new file: "Could not find the user documents directory"

$
0
0

Why can't I create a new file and I get this error everytime: "Could not find the user documents directory"?


Edge Animate animation (hide/show) not working

$
0
0

Ever since I installed the new version of Edge Animate the (hide/show) function doesn't work. When I open projects created with the previous version everything works fine. What gives? Is this a bug?

I Just Created My First Web Ad Using Edge, What Do I Need To Submit To The Website I am Advertising With?

$
0
0

I know it is a novice question and I understand I need to "publish" which creates a folder with some sub folders and a few loose files. In general, what do I send my rep for the website I am advertising with?

 

Thank you!

how to change z-index in edge animate

$
0
0

Hi guys,

 

i am trying to create a 3d rotating carousel in which the object on the right should move to the left behind the objects in the middle.

for this i need to change the z-index.

 

is it possible to change the z-index from label to label??

 

or do i have to create a new layer-order from label to label??

Embed animate file in Dreamweaver, make the drag and drop stop working

$
0
0

The drag and drop works fine when I open the Animate file, but when I embed it using the "Media > Edge Animate", it does not work. How can I solve this problem?

 

I'm using an external js file.

 

Thanks.

div total height

$
0
0

Hello, I am asking me if there is a way to know the real div height, full of element visible outside the original div height ?

 

I don't want to calculate by adding all the elements height !

 

thanks

Getting Edge animate website online

$
0
0

Hi all,

 

I had a flash site, then decided to re-vamp it in html5. So I made a bare bone site on Edge animate, published to web, and it made a bunch of nice organized files to upload. I went into Dreamweaver CS6, deleted old files, and uploaded the new files. However, I kept getting the following message. After a bit of googling, I realize that I need an index.html. But I am not sure how to generate it since it doesn't seemed to be generated by Edge Animate.

 

Any guidance is greatly appreciated.

 

Thanks

 

Angela

 

-----------------------------------

Forbidden

You don't have permission to access / on this server.


Apache/2.2 Server at www.nowastedpaper.com Port 80

Chrome Frame Support?

$
0
0

Hi..Not sure if I have missed this completely, but does this version of edge (2014.1) have a Chrome Frame option for older browsers?


Concatenate a loaded JSON URL

$
0
0

If you have a JSON file that's being loaded (no problems there), and one of the JSON variables is named "thelink"  with a value of "http://www.somewebsite.com"

 

How would you concatenate that in Animate.  Although the following syntax gave me back no error, it didn't work on a click.

 

$.getJSON(myjson, function(data){

    {

            sym.getSymbol("taboption2").click(function(){

        window.open((data[0].thelink), "_parent");})

    }

});

Edge animate countdown

$
0
0

Hi,

 

I'm trying to create a 7 day count down in adobe edge animate. which should include days, hours and minutes like in the picture below.

I'm seriously struggling and I am a super noob at anything that involves coding.

Waiting in anticipation.

 

example.PNG

scroll events

$
0
0

Scroll events created in previous version don't work after updating in last one. Tried to create from the very begging in last version of An 2014.1, not working as well. Do I need to include jQuery as an external script  for scroll events?

URL links

$
0
0

The url links in an edge composition won't work

Problem deleting nested symbols

$
0
0

Hi there,

 

My company has been developing interactive content using Edge Animate since version 2. After upgrading to 5.0, many of our compositions stopped working properly, with the console returning this error:

 

Uncaught TypeError: Cannot read property 'id' of null

 

After some investigation, I was able to isolate the problem: it seems that when a child symbol is created within another child symbol, the script stops being able to differentiate between the parent symbol's children and grandchildren. So, when you delete the nested symbol, then go to delete the parent symbol, this error occurs and the whole composition breaks.

 

Here's a test file demonstrating the problem: Dropbox - test2.zip

 

Rolling back to 4.0 for now, as we need to begin content production ASAP. Please let me know if this is a bug that will be resolved, or if there's a new way of implementing this kind of functionality.

 

Cheers

Can't stop an Edge animation effect starting automatically in Muse

$
0
0

I have created a simple animation in edge - an app screen simply slides up from the bottom.  When I bring the edge file into Muse, it always animates automatically. What I want it to do is begin animating when hitting the key position in Muse scroll effects. I have tried with the "Autoplay" setting both on and off in Edge, and all setting in the Scroll Effects in Muse.

Deleting parent symbol after deleting child symbol throws "Uncaught TypeError: Cannot read property 'id' of null " in 2014.1

$
0
0

If a child symbol is deleted first and then the parent it throws the error "Uncaught TypeError: Cannot read property 'id' of null". Its also strange that when listing all the child symbols on the stage it also lists the grand children. These codes worked perfectly with the previous versions but not with 2014.1.

 

The code used to print all stage symbols:

var chldns = sym.getComposition().getStage().getChildSymbols();

for(i=0; i<chldns.length; i++){

      console.log('->'+chldns[i].name);

}

 

Can someone tell me if this is a bug or is there a new way of doing these?

 

Thank you.


Problem with Muse compatibility, with the latest build of Edge Animate CC 2014?

$
0
0

The older build of Edge seems to have no problems with packaging up animations that are compatible with Muse's scroll FX. The latest version appears to have an issue, where the animations can't be controlled by scroll FX. As well, when attempting to export into HTML with scroll FX, the Edge animation will show up as a graphical glitch. I'm getting the same results with Mac as well as Windows versions, so that should rule out hardware or OS related problems.  Has anyone else had this happen to them?

Animation plays OK on desktop but is a mess on Ipad

$
0
0

I have an Edge animation that plays as it should (almost) on desktop, but when viewed on my Ipad it´s just chaos with a triggered pauses that doesn´t work and objects being placed half outside the artboard.

 

What´s going on? I guess someone else must have experienced the same type of problems.

Massive problems in Edge Animate CC

$
0
0

Since the last update in october i havent been able to get anything working in Edge Animate:

 

I cant:

 

-Animate

-Show/hide elements

-Startup documents without error-messages

 

I'm out of here. Unless something happens. FAST...

Looking for definitive quick guide for jQuery/CSS techniques in Edge

$
0
0

Can anyone point me to a straightforward guide for creating effects via scripting? For example:

 

  • To animate the opacity of an image element using jQuery:
    Do this: sym.$('image').attr('src','images/slide.png').animate({'opacity':1.00},5000);

  • To change the background color of a rectangle element using CSS:
    Do this: sym.$("Rectangle").css( "background-color","#FC0");

  • To animate the background color of a rectangle element over time:
    Do this: ??????????


I'm having a hard time finding a source that can tell what to use (CSS vs. jQuery) to do simple types of effects.  Any recommendations are appreciated!

Edge Animate CC 2014.1 issues on Mac

$
0
0

I am getting a lot of odd, glitchy issues when working with the latest version of Edge Animate CC 2014.1.

 

The issues are varied and irregular such as:

  • nested symbols displaying inside parents and out of position
  • images in nested symbols displaying when set to 'display:none'
  • timeline animations bars not displaying when lane is collapsed
  • animation lanes 'grayed-out' when display is set to 'on'
  • asset folders not publishing correctly, causing broken links
  • overall 'glitchy' behavior

 

Most of the issues I am having are fleeting (except for the asset folder publishing), and will work properly with enough reboots or refreshes. I am wondering if anyone else is having issues since the update and/or if Adobe has noticed these bugs (that's what it seems like they are) and will push and update soon?

 

-J Sean

Viewing all 9897 articles
Browse latest View live


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