Edge Animate CC :: Access Element In Parent Document From Function?

Apr 5, 2013

Very, very new to Edge Animate.
 
I want to know if I can access elements in the parent document from the Function I attach to the Stage or other element within my animation.i.e. the equivalent of window.parent.document.getElementById

I notice that the function automatically passes 'sym' which I'm guessing is the animation document reference so can I get to sym.parent?

View 3 Replies


ADVERTISEMENT

Edge Animate CC :: Three Links To Open In Parent Window?

Apr 17, 2014

I have built a slider that includes three different links (one for each slide) that need to open in the parent window.  When I apply the Action using Open URL and target the parent window they still open in a new window. 
 
Is there a way to configure the window.open action to target the parent window when an Edge Animate object is placed into an index file?

View 4 Replies View Related

Edge Animate CC :: Control Elements In IFrame From Parent Doc?

May 12, 2013

I've placed my Edge animation in an iFrame.I would like to be able to trigger the animations in the Edge file, by clicking on links in the parent document.

View 3 Replies View Related

Edge Animate CC :: How To Move Element Layer

Oct 5, 2012

how do i, by animation of function move an elements arrange, like : on click arrange element to front

View 7 Replies View Related

Edge Animate CC :: Animating Element On Wordpress

Mar 29, 2013

i want animate the menu wordpress using edge animate.i already create animation, and the place is in header, when i click i want the menu will show and hide..

View 2 Replies View Related

Edge Animate CC :: How To Set Element Names With Script

Dec 3, 2012

I created symbols on the Stage by this script below.

for(k=0; k<5; k++){
          sym.createChildSymbol("mySymB" , "Stage" );
}

How can I set the element names with the script? Because, when I try to control one of the symbols using  getSymbol("-----") command,I need to know the element name given to each symbol.

View 22 Replies View Related

Edge Animate CC :: Adding Effects Without Moving The Element?

Jul 6, 2013

There is an element that I don't want to move (x and y co-ordinates) but I want to add effects to it (like bounce effects). How do I do this?

View 1 Replies View Related

Edge Animate CC :: Changing Element On A Copied Symbol

Nov 6, 2013

Currently, if you convert a rectangle (which contains elements, for example, a book title) into a Symbol, and copy that Symbol, you get the same elements (same book title).
 
I want to change that book title in the Copied Symbol, but any changes you make in the Copied Symbol, automatically changes the Original Symbol to the same. 
 
How can I make changes to Elements in Copied Symbols so it won't affect the Elements in the Original Symbol?

View 2 Replies View Related

Edge Animate CC :: How Can The Properties Of Symbol / Element From A Button

Jun 13, 2013

modifiy, for example, scale and position of that element calling it from a button

View 1 Replies View Related

Edge Animate CC :: Finding Top And Left Location Of An Element When Clicked?

Nov 26, 2013

I am working on a project with several nested DIVs, and I would like to be able to get the top and left coordinates of a DIV when I click on it, relative to the Stage.
 
I used this code in the On Click action for the DIV:
 
var objTop = sym.$(e.currentTarget).css("top");
var objLeft = sym.$(e.currentTarget).css("left");
 
But, since this is a nested DIV, it seems to be giving me the coordinates relative to the parent, not the Stage.

View 1 Replies View Related

Edge Animate CC :: Making Object Or Element Spins Repeatedly?

Feb 7, 2014

How do I make an object or element spins repeatedly in Edge Animate?  I am new with Edge Animate.

View 7 Replies View Related

Edge Animate CC :: How To Do The Animation Looping Element Without Any Visual Jumping

Oct 7, 2013

I have created the following simple animation:
 
http:[url].....
the files are at: http:[url]....

I want the background to loop seamlessly, I have created the illustration so it will join ok at either end I just cant figure out how to do the Animation 'looping' element so its nice and smooth without any visual jumping? or without it jumping back to the beginning - 

View 4 Replies View Related

Edge Animate CC :: Change ID Of Dynamically Created Child Element?

Aug 9, 2013

I would like to change the id of the dynamically created elements in order to work easily with their later. Currently, edge automatically generate an random id like "eid_1376057792551" for each element.
 
There is my code :
 
sym.setVariable("labels", {
content2: "Visiteur",
content3: "Exposant",

[Code]....

View 8 Replies View Related

Edge Animate CC :: How To Control HTML Element Of Single Page From Custom Animated Button

Jan 9, 2014

how I can control another Edge animation and/or html element of a single page from a custom Edge animated button? For example, I created an animated tabbed buttons in Edge, then I want to animate a different Edge animate once I clicked on a button in the other Edge animation. I want to add multiple Edge animation in one page instead of one big Edge animation. This is partly because the design of the page is done is Muse with the parallax effect.

View 2 Replies View Related

Edge Animate CC :: Call A Function

Aug 13, 2013

I am setting this function in my compositionready and I want to call it from different places. That works fine but I also want to run myFunction() when the program launches.
 
sym.getComposition().getStage().myFunction();
 sym.myFunction = function()
{
alert("function called")
}

View 3 Replies View Related

Edge Animate CC :: How To Call Function From API

Dec 13, 2012

I have a webpage, where is my edge stage and a function in the script braces. How to call that function from edge api?

View 1 Replies View Related

Edge Animate CC :: How To Call CreateJS Function

Jan 8, 2013

Say you need a slightly more sophisticated animation and used a CreateJS from Flash.I've placed the CreateJS in a container, and I've been able to communicate from CreateJS to Edge symbol with no problem:
 
/* js
this.onClick = function () {
var comp = $.Edge.getComposition("EDGE-25177479");
var stage = comp.getStage();
stage.getSymbol("logo").play("playLogo");
}
 
But how do it the other way, and create a function from within Edge to call upon the CreateJS canvas ("myCanvas")?I want to call a "gotoAndPlay("start");" label on the main timeline of the canvas element. My syntax is completely wrong:
 
//on click
var canvas = document.getElementById("myCanvas");
var context = canvas.getContext("2d");
stage.gotoAndPlay("start");

View 2 Replies View Related

Edge Animate CC :: Add A ClickTag Type Function?

Feb 26, 2014

I need to add a clickTag type function to a banner I made so that it can be tracked. I read the thread on clickTag() and it tried swapping clickTag() with EB.clickthrough(). but that didnt work.
 
The media company has us put this code on a click through layer in the flash banners I've been making
 
EB.clickthrough();
 
how do I get this to work? The publisher gave me this code that ive added to the index file but the part where it says "onclick" I think needs to happen in edge?
 
<script type="text/javascript">
    function initEB(){
        if (!EB.isInitialized()){[code]....

how in edge to tell it to do this "onclick="javascript:handleUserActionButtonClick();"

View 4 Replies View Related

Edge Animate CC :: Access The IPad Accelerometer?

May 15, 2013

How do I access the iPad accelerometer in Edge Animate? Need code to be able to start an animation from a label once the iPad has been rotated by the viewer. 

View 3 Replies View Related

Edge Animate CC :: Can't Get Stop Trigger Function To Work

Aug 26, 2013

I have made several Adobe Edge Animate projects and have inserted a stop trigger for the "home" arrival after animation intro.  I just created a new project and can't get the stop trigger function to work.  When I preview it plays through the entire timeline.  I've tried several different combinations of triggers - sym.play from () at the beggining of the timeline and then adding a sym.stop at () and no matter what, it plays through the entire timeline.

View 3 Replies View Related

Edge Animate CC :: Play Function From External Link?

Dec 13, 2012

I have created an animation and I would like clicking on a button (javascript) that is within the outer body, start the animation.

View 1 Replies View Related

Edge Animate CC :: Making Two Animations Function From One Action?

Mar 30, 2013

I need to make two animtions function from one action. So it should look something like plsy.("transition1") then go and play .("transtion2"). All under the same action I want when I press one button from my wb page for it to play two animations the first to take a rectangle like element off screen and the second to bring a new fro the side on the screen all this with the press of one button.

View 23 Replies View Related

Edge Animate CC :: How To Create A Delay Function In A Trigger

Jul 2, 2013

I have a problem, i need create a function delay in the timeline with a trigger.
 
I want that my animation play every 3 seconds until the next sym.stop and then play again after 3 seconds.
 
Ej. I have 3 triggers in the timeline:
 
sym.stop(1000)
 
sym.stop(2000)
 
sym.stop(3000)
 
My idea is make a delay in all the triggers, like this:
 
sym.stop(1000)
delay.play (2000)
sym.play
 
sym.stop(2000)
delay.play (2000)
sym.play
 
sym.stop(3000)
delay.play (2000)
sym.play
 
Cause I dont know how to elaborate a function in jquery

View 5 Replies View Related

Edge Animate CC :: Trigger A Function In CompositionReady Using A Button?

Aug 5, 2013

How do I use a button being clicked to trigger a function within CompositionReady? My overall aim is an On/Off button, the 'OnOffStatus' of which can be used to determine other factors within the program.

View 3 Replies View Related

Edge Animate CC :: Access Iframe From Animation File?

Jul 8, 2013

I load an edge animation file into an iframe at my home page. How can i access the iframe when i clicked a button inside the edge animation file.

View 1 Replies View Related

Edge Animate CC :: Can't Access Switcher For W In Properties Panel

Jul 26, 2013

Cannot access switcher for W in properties panel. Title field comes up instead.

View 1 Replies View Related

Edge Animate CC :: Passing Parameter To Function On Stage From Symbol

Jun 24, 2013

I have a symbol on the stage: symbol1.Inside symbol1 I have an image: symbol1_image1...I have another symbol on the stage: symbol2 Inside symbol2 I have an image: symbol2_image2
 
in composition.ready I have an action on the mouseout for symbol1:

var theTarget = sym.getComposition().getStage().getSymbol('symbol2').$('symbol2_image2');
sym.getComposition().getStage().doMouseoutGS(theTarget);
 
In composition.ready i have the following function defined

sym.doMouseout = function (colorTile){
sym.$(colorTile.show());
}
 
I cannot get this to work and I am not understanding why.If I do an alert on the mouseout function for alert($(colorTile).attr("id")); I get the correct referenc to the element I want to show but it does not actually  happen

View 6 Replies View Related

Edge Animate CC :: How To Create A Function Which Triggers One Of Three Functions Randomly

Jul 26, 2013

I'd like to create a function which triggers one of three functions randomly.

View 5 Replies View Related

Edge Animate CC :: Calling Function From HTML Page Embedded In IFrame?

Mar 26, 2014

This is a tricky one, but it may just be that I don't understand the syntax,
 
Situation:I have an Edge Animate composition that is acting as an interface and container into which other content is embedded using an iFrame.  I have several functions in Stage > creationComplete, and for one of the embedded content pieces, I want to include a button that calls one of the Edge functions.
 
Challenge: I have read about referencing elements within Edge when it is the Edge file that is embedded on an HTML page, but I cannot figure out how to reference Edge in the reverse.
 
I have tried these options where headerselect(page) is my function:
 
AdobeEdge.getComposition("EDGE-531849691").getStage().headerSelect("co mmunity");
 
window.top.Edge.getComposition("EDGE-531849691").getStage().headerSele ct("community");

View 3 Replies View Related

Edge Animate CC :: How To Access Frame Label On Main Stage From A Nested Symbol

Apr 18, 2013

I have two buttons
 
btnA on the main stage
btnB is nested inside btnA
 
How do I access a frame lable on the main stage from btnB

View 6 Replies View Related

Photoshop :: Adding PSD Element To PDF Document

Nov 10, 2013

How do I add a psd element to a pdf file? I'm trying to add a logo in psd to a pdf document. 

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved