Edge Animate CC :: Adding To Link Text

Aug 28, 2013

I published my Animate composition and inserted it into DW. Animate added "edgeanimate_assets/menu" to all of my button links so they don't work. How can I prevent that from happening?

View 1 Replies


ADVERTISEMENT

Edge Animate CC :: How To Set Text / Image And Link For A Symbol Used Multiple Times On Stage

Oct 7, 2013

I have a logic problem in my code that I need solving,
 
here's the bit of code which is supposed to set the text, image and link for a symbol used multiple times on the Stage.
 
var names = ["melz", "brom", "calm", "micj", "mick", "brir", "mato", "brym", "azin", "hugh", "nicl", "bonr", "lisa"];
var name = null;
for(var x = 0; x < names.length; x++){
          name = names[x];
          var initials = (name[0]+""+name[3]).toUpperCase();
          var cursymbol = sym.getSymbol(name);

 [Code]...
 
The text and image code work, however my problem is with setting the link. It always sets all the symbols to the last name in the names[] array. What I want it to do is to set the link to the personalised name in the array. So the HH button will link to hugh.html and the BM button will link to brym.html etc.
 
For now I'm going to play around a bit and see what happens.

View 1 Replies View Related

Edge Animate CC :: How To Animate A Link With A Hover Feature

Dec 6, 2013

I'm looking for a way to animate a link with a hover feature. I would like the link to be initally blank, but after hovering hover the link, a colored rectangle of sorts slides in from left to right, essentially creating a new background color. When the cursor moves off of the link, the colored rectangle in the background would slide back to the left, disappearing.
 
After some thought, initially it sounds like an animation of clipping masks. Not sure if this is possible in Edge, or if I am on the right track.
 
Another hover animation that looks as if it would be some sort of clipping mask is found here on this site: [URL]....
 
I love the link to the right of the screen that says "Watch the trailer." It's a simple, beautiful animation that gives the site a great look.

View 2 Replies View Related

Edge Animate CC :: Target Link To An Iframe?

Feb 24, 2013

In my project I have an iframe, and I want to open a link in that iframe. But with a button which is outside the iframe. I thought that putting the name of the iframe in the target area might work. And in Safari work, but not in Firefox and Internet Explorer. These browsers opens the link in a new window, even changing the name in the target.

View 2 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 :: Down-Level Poster Loading Link In Frame

Dec 5, 2013

I have an animating banner on my homepage that I want to link to another page. The same way that static image banners work.The click action set up inside the animation works perfectly in all browsers other than IE 8 and below.In IE 8 and below, the animation is replaced with a frame with the "Poster. png" image with a link; as expected.When the image is clicked, it loads the new page inside the frame where "Poster.png" was located. Not in the enclosing window. I've tried every Link Target that is available as well as some custom JS and JQuery scripts with no resolve.

View 3 Replies View Related

Edge Animate CC :: How To Link From HTML Page Button To Within A Point (label) On Timeline

Aug 14, 2013

I want to link from an html page button to within a point (label) on the timeline. What code would I need to put on the button?

View 4 Replies View Related

Edge Animate CC :: Adding A ColorPicker ComboBox

May 20, 2013

I watched a tutorial on Youtube about using Edge Animate to allow interactive color changes on an SVG image.  In the youtube video he had 3 or 4 color swatches that he would select from to change the colors to.  However I have a much bigger color chart I would like to offer and about 18 different groups on the SVG that can change in color.  I am hoping to be able to offer a drop-down box of color swatches with a combo box that says the name of the color swatch so that when they have the design the way they want they can copy the color swatch/SVG group name and include in their order. 
 
I have found some different code on the Internet but I don't know how to implement it in Edge Animate.  Can you show me an example of how to add a ColorPicker ComboBox where I can add my own color swatches to it?  I want the ColorPicker to be something that I can use again and again for every design.

View 5 Replies View Related

Edge Animate CC :: Text Colour To Animate With The Lines Of Code?

Nov 22, 2013

Is it possible to get the text color to FadeIn or the opacity of the text color to animate with the lines of code below? I simply want the color to fade in when the mouse rolls over the text.

Symbol.bindElementAction(compId, symbolName, "${_writing_btn}", "mouseover", function(sym, e) sym.$("writing_btn").css("color","#88ACBE");
});
[Code].....

View 1 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 :: Adding A Strong Colour Above All Layers?

Dec 12, 2013

I'm new to Animate and just having a play making an animated Christmas card. Problem is all the symbols look fine if you go into each one in isolation, but when you are on the stage everything looks as though it's about a 50% tint of what it should be.
 
Animation plays as I want, just a lot paler that it should be. I've tried adding a strong colour above all my layers and the same thing happens... 

View 1 Replies View Related

Edge Animate CC :: Adding Wrong Answers To A Quiz

Mar 17, 2014

I have this code demo for a quiz that I downloaded from a old question answered by redesign. I was wondering how I would add a flase anaswer option. Is it just a case of adding another button?
 
i = 0;
sym.$("btn").click(function(){
i++;

[Code].....

View 2 Replies View Related

Edge Animate CC :: Insert Text Field Into Animate?

Dec 17, 2013

So I created my own subscription form, I have it appear and disapear when you are on the button. And when you click on it, it stays. But how can a put in an action to add text to it?

View 5 Replies View Related

Edge Animate CC :: Adding A Play / Pause Button Into An Animation

May 15, 2013

I have an animation that runs for around 2 minutes. I want to add a button that the user can click to pause/play this animation if they want extra time to read the content on screen. I'm not sure how to tell a button to pause at the current frame and resume when clicked by the user. The button will also need to change states from a pause image to a play image when clicked and vice-versa.

View 8 Replies View Related

Edge Animate CC :: How To Adjust The Position Of Text In Order For Animation Text To Be Visible

Mar 3, 2013

I have created my Animation:

The stage size you see above is H: 400px, W: 550px.
 
I would like for the stage to be smaller, say H:50px./W:400px
 
Ok so if I change the size of the stage the animation text will not show, so I need to adjust the position of the text in order for the animation text to be visible, but in doing that, I am disrupting the timeline and the animation goes all funny, is there another way of doing this without disrputing the timeline?

View 1 Replies View Related

Edge Animate CC :: How To Put Input Text To Other Text Field With Same Format

Jul 19, 2013

I've created an input text inside a symbol called "Asks" in a timeline triger i use:
 
message = sym.$("texto");                                  // texto is a textfield
message.html("Write here: ");                             
inputMessage = $('<textarea />').attr({'type':'textarea','value':'', 'id':'message'});
inputMessage .css ('font-size', 18);
inputMessage .css ('box-shadow', '#0a81fb');

[Code] ......

View 7 Replies View Related

Edge Animate CC :: Can Put Different Color In One Text Box

Jun 17, 2013

I am facing one problem to adding color in one text box.
 
For Ex i am writing a text in one text box - "Adobe edge is the best tool for creating html 5 animation".
 
 i need adobe edge red color and html 5 animation blue color and other text color will be black.
 
Is it possible for adding mutilple color in same text box.

View 6 Replies View Related

Edge Animate CC :: Get Text From Text Field?

Mar 17, 2014

What way can i read text from a text field on stage then put this value into a variable?
 
I can easily write text to a text field via:
 
sym.$("my_text_field").html("Some text..."); 
 
But I want to read this text into a vairable? For example:
 
var theText = my_text_field.text

View 1 Replies View Related

Edge Animate CC :: Text Within A Box Giving Action?

Mar 26, 2013

I'm using Animate to create a lesson/course and I would like to be able to click on a word in the text and have a new text box open with a definition/explanation of the word clicked.  Is there a way to do that in Animate?  I haven't been able to figure it out.

View 3 Replies View Related

Edge Animate CC :: Part Of Text Is Missing In FF And IE

Jun 14, 2013

This is the first time I have used Edge Animate..I have created a simple line of text that fades in from left to right. In chrome, the HTML file looks great. I FF and IE, the last part of the line of text is missing!

View 1 Replies View Related

Edge Animate CC :: Cannot Select Text In SVG File

Oct 17, 2013

I have an SVG file with text inside, if I open the file in the browser I can select the text, but when I import the file to Edge Animate and then exported as html I lose the ability to select the text with the web browser.

View 1 Replies View Related

Edge Animate CC :: Multiple Links Within Text?

Jan 16, 2014

I am working on my first Animate project.  The project has several screens with short paragraphs of text on each screen.  Within several of the paragraphs, I need to set up multiple links rather than linking the entire text box to one URL. 
 
If it can't be done, I can set up transparent boxes with the links to sit on top of the text - not the best way to do this but it seems to work.  In that case, is there an easy way to "stop" the link just before the user moves to a different place in the timeline?

View 3 Replies View Related

Edge Animate CC :: Dynamic Values For Text?

Sep 17, 2013

I just need to create a simple animation to be dropped into a MUSE creation and I think Edge Animate is the right way to do it.  For the life of me I cannot figure out how.
 
Basically, I want to create a simple animation to explain the dimensions of a product.  A line with arrows on both ends would grow to the length of a line drawing symbolizing its height for example.
 
Accompanying that would be a text box that I would like to simply count up from 0.0" to 3.5" for instance. how do I dynamically update the text from 0.0 to 3.5 across a 2 second animation in Edge Animate?

View 8 Replies View Related

Edge Animate CC :: How To Create Text Field

Dec 13, 2012

I can create symbols on the stage using "sym.createChildSymbol" command. But how can I cretare textFields with script?

View 2 Replies View Related

Edge Animate CC :: Visibility Of A Text Over Animation?

Oct 30, 2013

when I import a project .oam in InDesign, and over the project, into a higher level, there is text, the text is covered from the animation when it run in folio.

View 1 Replies View Related

Edge Animate CC :: Text As Inline Block?

May 19, 2013

I'm having a bit of a problem getting my text to behave the way I want. In Straight HTML (CSS) I can create a inline block div, place text in it and the text stays in the div, returns when it needs to at the end of the DIV, and expands the bottom/height of the div to fit text.
 
I can't figure out how a to get that same effect in animate. Can you do this with settings or do I need to code the Css into the div?

View 2 Replies View Related

Edge Animate CC :: Can Make Text Non Interactive

Jul 31, 2013

Is it possible for text or an object to overlay another object that is interactive but not inturupt the interactivity of the object below? As if the the text interactivity was trasparent.

View 2 Replies View Related

Edge Animate CC :: How To Read The Value Of A Text Box Into A Variable

Feb 21, 2013

I've tried the following: resVel = window.document.getElementById("txtVel").value;
 
this normally works in javascript, but crashes when using that line in the actions for a trigger.

View 1 Replies View Related

Edge Animate CC :: 5 Message Text Slider?

May 28, 2013

Right path to code a slideshow of 5 messages/captions which is looped??
 
all the messages are taken from a json file, I need the loop to be 3 messages long i.e. 1, 2, 3 start again then 4, 5, 1 

View 27 Replies View Related

Edge Animate CC :: Fontface Changes When Changing HTML Of Text

May 14, 2013

I have a textfield nested in a symbol and am using an Adobe web font (droid-sans). When I change the text inside the textbox with something like the following:
 
sym.getSymbol("captionButton").$("textBox").html("Hide Captions");
 
the fontFace APPEARS to go to some other sans font and seems bold from that point forward. Do I need to reset all the css properties of the fontface every time I change html text in a textbox.

View 3 Replies View Related

Edge Animate CC :: Validating Value From A Input Text Field

Mar 18, 2014

I'm new to the Edge Animate and I have been working on a project that requires text input. The code does not 'recognise' the value entered into the input field. The action is quite straight forward, Correct Answer (360) play label 02, Wrong Answer play label 03. Ideally I would like allow three attempts. 

var answer = sym.$("answer");
answer.html("Answer 1");
inputAnswer = $('<input />').attr({'type':'text', 'value':'', 'id':'answer'});
inputAnswer .css ('font-size', 14);
inputAnswer .css ('width', 150);
inputAnswer .css ('background-color','#ffffff');
inputAnswer .appendTo(answer);
[code]....

View 10 Replies View Related







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