HELP hello I'm new here, all my files when I insert the edge animate them in they muse begins alone ... I wish they got started when the User on the page where the file is inserted
HELP
hide/show element on click out of an other symbol
Hi,
i want to hide an element by click. The element which is clicked is inside an other symbol, which the one that should be hidden.
Please tell me how i can handle this.
Thank you very much
creating a horizontal carousel
Hi guys,
i just want to create a horizontal carousel, with 3 elements displayed but more elements in it (for example 10 pictures).
i want to display 3 elements at once next to each other, and the one in the middle is bigger than the others.
then i want to have buttons on the right and left to change elements and the elements should move their positions.
how to do that??
is there somewhere a tutorial for it?
i want to create something like this
http://coolcarousels.frebsite.nl/c/51/
but not in a circle just in a line.
i searched, but found nothing that fits close enough to combine it and create this carousel :/
Edge Suite Wordpress plugin not working
The Edge Suite plugin that Adobe says will integrate Edge Animate animations with Wordpress is not working. When trying to upload an animation package (.oam), an error appears ("Cannot find main JS edge file /...edgePreload.js") and the animation is not uploaded to Wordpress. Unfortunately, there seems to be no workaround to get Edge Animate animations working on Wordpress without this plugin; the plugin needs to be fixes ASAP.
The Adobe advertisements say we can "seamlessly" integrate Edge animations with Wordpress, but, for the moment, this is completely false. I know that the Edge Suite is a third party plugin, but I've paid for Adobe´s service, not third parties support.
I only work with Wordpress sites and if the plugin does not work, my subscription to Creative Cloud becomes useless. I really need this plugin to work, so I can deliver my project designs to my clients.
Please help forward this issue to the right developer teams within Adobe, not to just the "lonely one man third party Edge Suite plugin developer guy". He probably needs help getting this fixed. I think there is no need to remember this, but just in case: Wordpress is the largest CMS in the world, the base for a huge part of internet's websites, so it really strikes me to not be able to integrate Edge Animate with Wordpress.
best regards,
Giovanni Basso
The Edge Animate splash screen broken in v2014.1
User movable objects
Hi all - I've been away for awhile and I know I'd seen this multiple times in posts with people making games (or so I thought it was edge-maybe it was canvas?) but I can't seem to find it in my searches.
I want to create an object(rectangle with images on it) that can be scrolled from the bottom to the top by the user (just like a webpage scrolls with the mouse or on a tablet). I imagine this is quite simple and I'm just missing something?
I'm not looking for a custom scrollbar or anything - just the ability for the user to move a window vertically.
Any ideas?
Recreating super slick iPhone 6 video scroll effect in Edge Animate
On the iPhone 6 marketing page page, there are several HTML5 video elements (MP4) that react to scrolling in realtime. This is a super slick effect and I'm curious how it's working. Wondering if there's a way to do this in Edge Animate since frames are in absolute time and Edge Animate uses time as only a guide (no exact frames). Also working in Adobe Muse, so if there's a way to use that, great!
This would be a great alternative to using 100+ JPEGs as the file size with an MP4 for tons of the same data is MUCH lower.
Here's the page: http://www.apple.com/iphone-6/
Screenshot for reference: http://i.imgur.com/pCHkstw.png
You'll have to scroll down to the shot right above "iPhone at its largest. And thinnest." heading.
NOTE: This seems to work for MP4 only (not OGG-only browsers like FF for OSX). Tested in Chrome and Safari.
Edge Commons Spotlight not working any more on the new version of Edge Animate CC 2014.1
Hi, i am trying to use the Edge Commons Spotlight like time before but now with the new version of Edge Animate cc 2014.1 is not working right. The result is a black transparent backgraund with a little white spot on the center. Please help!!!
------------------------------------------------------------------------------------------ ------------
CompositionReady:
yepnope({
load: [
"js/style.css"
]
});
------------------------------------------------------------------------------------------ -----
Click:
var config = {
width: 800,
height: 508,
type: "image",
source: "spot/_01.png"
};
EC.Spotlight.open( config );
------------------------------------------------------------------------------------------
I also add js/EdgeCommons.js
and js/jquery-2.1.1.min.js from the disk.
This is the link to the proyect:
https://www.dropbox.com/sh/5w1qspe4vfw0wza/AACEk6ieJiaGGMe_IFpWlssba?dl=0
Thanks a lot!!
more
Java Scripting Help
Hi there,
I am no new to this J.S. and need help.
I have 3 question fields (named as Q1, Q2 and Q3) in a text format and another 3 answer fields (named as A1, A2 and A3) in number format. I need a J.S for this:
If Q1 = Yes, then A1=1, if Q1= No then A1=2, and so on..
The Field A4 needs to do a sum of A1, A2, A3.
How to write a J.S. for above fields A1, A2, A3 and A4.
Thanks.
JJ
doubleclick clickthrough/exit button question
So I made a banner in edge to be trafficked through doubleclick and I need to add a click through (they call it an "exit") to track the banner and have it go to a destination URL. I found information on this but am not exactly sure what to do. Here is what they say.
- Create a button element in your creative using a <div> tag. Create the element in the HTML file and style it in the CSS file. Then assign the ID
bg-exit
to your element.Sample <div> tag object in the HTML file:
Sample styling and ID selector in the CSS file:<div id="bg-exit"></div>
#bg-exit {
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
cursor: pointer;
opacity: 0;
}
This part I get and put it in my index file.
the second part says I need to put code in my java script file and I tried putting it in the "edge.js" file and I get a java script error when trying to open it in edge. Here is the code.
Add exit functionality to the JavaScript by calling this method: Enabler.exit('exit name goes here');
function bgExitHandler(e) {
Enabler.exit('Background Exit');
}
document.getElementById('bg-exit').addEventListener('click', bgExitHandler, false);
Website Not opening in Firefox or Chrome
So my website will not open in Firefox or Chrome, only safari. Why?
It also opens slowly... 8sec load... in Safari. My videos are on no preload and my images are web safe sizes.
cant see resizing corners
Edge Animate has been giving me some trouble lately in that the resizing corners for all my div's and my guides are disappearing.
When I save the project, close and open Animate I can see them again, but only for a couple of minutes (like maybe 2 or 3 at best).
Anyone know why they keep disappearing? Or hopefully what I can do to show them again after they disappear?
How to embed Edge Animate 2014.1 object in html page?
Since there is no more *_edgePreload.js file, I don't know how to embed my animation into an html page. I don't wanna use iframe.
play label in createChildSymbol timeline
Hi
How do i play a label in createChildSymbol time line?
I've tried ....
sym.$("content").empty();
sym.getComposition().getStage().createChildSymbol("Symbol1","content").play("label1");
and...
sym.$("content").empty();
var myNewChildSymbol = sym.getComposition().getStage().createChildSymbol("Symbol1", "content");
sym.myNewChildSymbol.play('label2');
but they only call up Symbol1 in the content box and play from the beginning of its timeline, not from label1
Any ideas?
Thanks in advance
How do I make the in-symbol artboard not shaded?
When I go inside a symbol the artboard goes kind of grey. Not very usefull since I can´t see as clear. Is there a way to make the symbol artboard look like the stage?
Where are the prices for edge animate?
Trying to find it on the adobe website is like looking for the proverbial needle in a haystack. I just want to know if a monthly subscription is available, if so how much and whether there is an outright purchase option. Thanks.
Page turn animation in edge animate
Hi there, I really need help in creating a page turn effect. I am trying to create a old fairytale book type animation,similar to a interactive flip book. I know you have to use a jQuery plugin but I have no idea how to install it or use the plugin, so can someone please provide me with specific steps on how to achieve this animation? Your help would really be appreciated. Thanks in advance.
Edge Animate post custom image to Facebook?
If I create an interface in Edge Animate that allows the user to create a custom image by dragging and dropping elements, how can I 1) print this new composed image and 2) share the image on Facebook?
Thanks!
Someone is willing to share how multiple load js effects tutorial?
When I learn the edge, I found that if I want to use other software to do HTML web page or a script, js, such as files, I want to write their adaptation in the edge, but some Chinese tutorial first didn't like that, so I want to please the friend can help me in the BBS, I share some of this tutorial, thank you
How to create a simple interactive puzzle for a book app.
Hi,
Can anyone help me with resources on how to create a simple interactive puzzle for a children's book app. The idea is that the pieces are movable but when they are placed correctly that lock into place until you complete the puzzle and then allowed to proceed. Can I do this in Edge Animate or do I need to use another program?
Thanks in advance. Most appreciated.