Hi I'm trying to find how to implement a custom cursor in Adobe Edge Animate. Anybody have a solution? There must a simple way of doing this but I can't find anything online. Thanks.
Custom Cursor
Web design
Hello,
I have a little problem. I downloaded an Adobe Edge Animate program yesterday and I was trying to create something. However, how can I make something in Adobe Edge Animate to have the background in form like in this onehttp://html.adobe.com/edge/animate/showcase/catch/catch.html. So you can resize it and the background will be always fixed, but I always have it like this: http://html.adobe.com/edge/animate/showcase/timeline/timeline.html So there is nothing around - just white backgrounf. Thank you.
Edge Animate October 2014 release is now live!
Hi all,
This release has exciting New features and top priority bug fixes. The latest update to the 2014 release of Edge Animate CC includes publishing and runtime changes that facilitate lesser number of downloads and smaller payload size. This update also provides you more control on asset organization. Read on for a quick introduction to these changes and other enhancements.
Please do not use this post to provide feedback on the product. Create separate posts for each of your requests.
Installation instructions
- Log out and log in to the CC desktop application. Update the application when prompted.
- You should see the list of new updates as soon as the new CC desktop application is launched.
- Install Edge Animate CC.
- After the application is installed, you can launch the application directly from the desktop app by clicking on it.
The October 2104 release of Edge Animate provides the following publishing and runtime enhancements.
- Reduced supporting runtime size by 55%
- Removed dependencies on 3rd party libraries
- Save your images, media and scripts to custom folders
- Fewer project output files to manage
- New Preloader options
For complete details of the changes, see the New features summary.
Regards,
Devendra
count up to a particular number in Edge?
I'd like to create a numerical animation that counts up to %100 in Edge Animate. Is this possible? I'm brand new to the program.
I am using Edge CC 2014. When I open up actions for a particular object (or in code view) the "toggle display of code snippets" does not show. Is there a preference setting I am missing?
I cannot get the code snippets to show. What am I missing here?
oct update broke my code
I'm getting the usual trio of unidentifiable errors:
Javascript error in event handler! Event Type = symbol
Javascript error in event handler! Event Type = timeline
Javascript error in event handler! Event Type = element
after the new update converted my working project to API 5.0
I assume my code stopped working because jQuery is now optional:
If you include jQuery as an external script in your composition, then Edge Animate Runtime redefines AdobeEdge.$ to jQuery and starts using the same internally. Thus any of the Edge Animate APIs which returns a wrapper, will now return a wrapper of type AdobeEdge.$. However, if jQuery is included in the composition as an external script, or is loaded before the edge runtime in the html page then the APIs will return a jQuery wrapper.
I have the jquery-2.0.3.js file in the js folder, where it was moved after updating. What do I need to change in my code to allow it to work as it did before? I tried changing all instances of $ to AdobeEdge.$, but that created syntax errors. Changing $ to jQuery gave me a reference error for the variable jQuery.
animations appear on all web pages
Hi
So I have crated a 4 animations and placed them on a page using the Stage ID's.
They work great. They are being triggered when they scroll into view. All working perfectly on the Index page.
But.
As I create other pages. The animations are appearing in the top left corner of all other pages, even thought I have not placed the html for the stage element on those pages.
I also found that the unique stage classes are being added to the body tag for the other page.
Am I doing something wrong?
I dont understand why the javascript it running and producing the animations if the Stage element is not present on that page.
Any help would be appreciated
Cheers
James
Can't Save, Can't Publish in New Version
I'm opening an old Animate file and am presented with this message: Dropbox - Screenshot 2014-10-06 12.47.34.png
I then make a change to the file, and attempt to save:Dropbox - Screenshot 2014-10-06 12.43.09.png
and am presented with this message: Dropbox - Screenshot 2014-10-06 12.44.10.png
Could someone explain to me what I'm doing wrong and what I need to do differently? Or is this a bug in the new version of Edge? Thanks!
Viewer3D Javascript
Hi,
I am a total noob when it comes to Edge Animate and Javascript. Has anyone successfully used jquery-Viewer3D with Edge Animate? Here is a link to instructions to make it work:
http://labs.michaelryanwhitson.com/jquery-viewer3d/
I have not managed to get it to work in my EA project. I would be very very happy if someone could give me step-by-step instructions how to make Viewer3D work in an EA project. I am not going to use it with sprites, but with an image sequence (img00.png, img01.png, etc.).
Thank you!
Symbol position issue in Edge animate (was:Positioning problem)
Hi
I have created a Symbol with no padding and I position it precisely in the middle of the animation: x:0 y:300
Visually the symbol is perfectly aligned.
But when I preview the animation, the Symbol is not perfectly aligned.
If I cheat on the position by setting X:-2 y:299
Then it is aligned perfectly on the final output.
I will send the source files to somebody with an adobe.com email address.
Thank you.
Composition less heavy
Hi,
I have a project that took too long in order to load.
The preloader is fast, but when the composition is starting to load it takes very long time.
I have a lot of json files with images. Do you know if these images are loading at the beginning of the loading or not?
The most of the code is place at stage -> compositionready
How I could reduce the loading time?
How to host assets (js, images, audio, video) on external domain
Really, really (really) excited about the new 5.0 runtime. One challenge that I'm having is hosting all assets on an external domain. I'm building a mobile app (Cordova) and **must** have the animate composition and all assets located on an external domain.
In the past, I was able to make some manual file path edits to the js files and everything worked as expected. However, with the new runtime, I'm finding it challenging to find where I can edit (or add scripting) to make this happen. I'm assuming that now I'll actually need to modify the runtime (edge.5.0.0.min.js) to make it work.
Anyone have any thoughts? Thanks.
if current frame == "closedDoor" go to position "openDoor" else, go to "closeDoor"
In Edge Animate: I want to have an if else condition and am having trouble.
If door_btn is clicked...
if (currentframe == "closedDoor") {
gotoAndPlay("openDoor");
}
else(
gotoAndPlay("closeDoor");
);
Can someone please help me write the proper syntax? Thank you!!!
Bad Bad BAD UPDATEsorry:(
This is the reason why its best to hand code....You BREAK code when you remove and change. I don't like this update
ADDing is a good thing...+video, +audio, +mysnippets,+scripts great job!! removing 3rd party dependencies, file structure changes scares me when you've built and maintain "websites" on this platform
New Update Broke My Widgets
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!
Adobe Edge update - bugs
Creating simple animations for e-cards and the new update definitely messed with timing of objects, and is creating erroneous instances of symbols.
Still can load the original version and plays fine, but just loading the version in the _updated folder that was created when original version was opened after update is messed up.
Really disappointed with this update, I really dislike doing my work twice.
Edge CC 2014.1 action panel shows white square (was: Open actions, white square only..)
Hi there, I've had a new update of edge animate.. When i click on "open actions" i now only see a white square instead of the actions window. Does anybody know how can i fix this?
new release - audio bar does not show on preview
Adobe Edge CC 2014.1 bugs!!!
button overlapping & nested button issues
Hi ppl
First up, here's my tiny sample project that i'm having issues with.
Issue #1: i plan to have an entire wall of the symbols that i created, so users can click on our mugshots to enlarge the image and see some contact details. Is there a way to always make the active(clicked) symbol appear on top of the rest? Right now it's locked in the default layer order in Edge.
Issue #2: Each symbol has its own mailto button nested in it which toggles on/off when its parent symbol is clicked. It works, BUT I cannot find a way to click that mailto button without activating the parent symbol's click event too.
Spaghetti code aside (i'm not a developer), i'd really appreciate any help with the above!
(Man it seems like i've been working on this forever *hysterical laughter*)