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


ADVERTISEMENT

Edge Animate CC :: How To Setup And Read A Text Field

Jun 14, 2013

We need to put a text field (email address) and be able to read the contents.  I already have the code to send the email, I just need to get the value the user puts in as well as allow the user to enter data.

View 3 Replies View Related

Edge Animate CC :: Save Value Of A Variable In Database?

Apr 7, 2013

how I can save the value of a variable in a database? I need to keep the # of times you press click animation. to know how many times it has been seen.I connect to msql database, using php, javascript, ajax and jquery, but not how to save the variable counter clicks from adobe edge Animate.so I can connect to the database from adobe edge animate.

View 3 Replies View Related

Edge Animate CC :: How To Set A Numeric Value Into A Variable When Each Trigger Is Clicked

Jan 22, 2014

I have created a symbol that is a horizontal banner consisting of six paragraphs of text P1 thru P6.  Each paragraph is no more than 300 px wide.
 
I then created six trigger symbols and placed them beneath a 300 x 300 vieweing window on the stage.
 
When the stage opens, paragraph 1 (P1) is viewable in the window.  If the user clicks a trigger, I want the banner to scroll left or right, from its current position, to display the corresponding paragraph.
 
Example : P1 is showing in the viewing window.  The user clicks trigger #4.  The banner scrolls right and eases P4 into view in the window.  The user then clicks trigger #2.  The banner then scrolls left and eases P2 into viewing position in the window.
 
My old (very old) Flash training tells me I need to set a numeric value into a variable when each trigger is clicked and then use that value and concatenate it with label text to tell the play head to play from the proper postion (play ("Para1")), (play ("Para2")), etc.  where Para# is the label on the timeline.
 
I feel like I'm close to getting this to work, but after a number of hours of trying I've concluded that over time I've either forgotten a key step or there's some easier way to do this in Edge Animate.  (I'm very new to CC and EA).

View 3 Replies View Related

Edge Animate CC :: Set A Variable On The Main Timeline From Within A Symbol?

May 12, 2013

Just getting started with Animate and coming to it from Flash, as may be apparent from my question. How do you set a variable to the main timeline from within a symbol?
 
I have 24 pairs of clickable elements, each in their own symbols, and all 24 of those symbols sit inside another symbol. I want all 24 to be able to set the same global variable when clicked. I can't find that this question is addressed anywhere, which makes me think I may be stuck in a Flash mindset and approaching the task in the wrong way. (There are however MANY discussions of how to address objects at different levels in the hierarchy. That's well covered.)
 
Relatedly, how do you access a function on the main timeline from within a symbol?
 
Adobe should consider putting together a support page (or pages) just for folks migrating form Flash. In the materials I've encountered so far there seems to be a studied effort to refrain from mentioning Flash in any way. I imagine there are a lot of people out there like me who have a deep background in Flash coding, but are just getting started with Animate.

View 6 Replies View Related

Edge Animate CC :: How To Set And Read Cookies

Dec 31, 2012

writing and reading cookies using adobe edge.

View 4 Replies View Related

Edge Animate CC :: Loop Code X Times With Counting Parameter / Variable

Mar 3, 2014

I want to loop a code / function .. let's say 100 times and each time one parameter or variable is counted up.I found "for"-loops and some with a counter.. but I coudn't get it to work in Edge Animate.Here is a fragment of the code I want to loop ->
 
$.get("URL...+Num, {}, function(ask, code) {        
 switch(ask) {
        case '9':
    sym.$("leaf"+Num).show();
    var leaf = sym.$("leaf"+Num);   // How can I count the setting variable? "var leaf+Num = ... " doesn't work I guess..
[code]....   

View 3 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 :: 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

AutoCAD Visual LISP / AutoLISP :: Unable To Read Plot Settings From Variable In Text File

Sep 2, 2012

I’m trying to create a plot command that reads settings in from a variable stored in a text file but its becoming muddled up somewhere.

(defun c:MYPLOT ();Setting nessesary variables...(setq fname "C:/ICT/AutoCAD_Architecture_Suite_2012/CUSTOM/TREADSTONE/PEN/MYOUTPUTDEVICE.PEN")(if(setq f(open fname "r"))(while (setq MYOUTPUTDEVICE (read-line f))(close)))(setq fname "C:/ICT/AutoCAD_Architecture_Suite_2012/CUSTOM/TREADSTONE/PEN/MYPAPERSIZE.PEN")
[code].......

View 5 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 :: 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 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

Edge Animate CC :: How To Set Resizable Text According To Stage Percentage

Feb 3, 2013

I have built a product walk through demo using edge animate, in this demo i have set  stage to percentage but when i see my demo in ipad, the text remain its original size .

how to set text according my stage persentage.

View 7 Replies View Related

Edge Animate CC :: Reading Text Files And Databases

Nov 20, 2012

Are there any good tutorials on reading/parsing text files and databases out there? I've been looking around, but I can't really find anything.

View 12 Replies View Related

Edge Animate CC :: How To Set To Bold A Single Word In The Text Box

Jul 12, 2013

How can I set to bold a single word in the text box? When I try, it puts the whole text bold.

View 2 Replies View Related

Edge Animate CC :: Return Carriage In Body Text?

Dec 11, 2013

How do I do a return carriage in body text?

View 4 Replies View Related







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