Quantcast
Channel: Adobe Community : All Content - Edge Animate
Viewing all 9897 articles
Browse latest View live

How to import a png sequence into edge animate

$
0
0

All-

 

I'm trying to import an image sequence into edge animate, no luck so far.

 

I saw a plugin for fireworks that exports the sequence but all the comments state buggy results.

 

I considered creating a sprite sheet but my animation is 800 x 600 so i'm not sure how to do this.

 

I also imported 360 images but well, that just took too long and it' seems cray cray to put all those images on 360 individual frames.

 

 

Any suggestions will be welcome


adding html into edge animate text box from external js file

$
0
0

I have a text field in edge animate that I want to update with a score. The function that is used to click and update the score is in an enternal file so I'm trying to figure out how to get my edge animate div to be read by jquery in the external file. This is what I have so far in the external js but it isn't reading the edge animate text field properly:

 

external .js file:

        AdobeEdge.coinCounter += 250; // this calls the variable coinCounter which was set in edgeActions.js and updates it from the original 0 value
                alert(AdobeEdge.coinCounter); // this shows it works and updated correctly
          
       var comp = AdobeEdge.getComposition("EDGE-172492634");

       var stage = comp.getStage();

 

 

     stage.sym.$("gameText").html(AdobeEdge.coinCounter); // this is where things go wrong. I want this updated value to read back into the textbox called "gameText" that is in the edgeAnimate composition

 

      stage.sym.$("gameText").html("NewText"); // nothing reads to the "gameText" textbox; something must be wrong how I am referencing it outside of edgeActions in the external .js file

 

Would someone mind helping me reference the textbox "gameText" correctly so I can input my new value? Thank you!!

Responsive images scale as they should, but setting a min width has no control over them.

$
0
0

Hello, I am looking for some help. I love edge animate, but the simple things always kill me. I have a responsive site I am trying to create. It scales great however is there a way to control how big an object is at a certain stage width? This seems like a common question and I have been looking for a similar issue, but have had no luck.

 

 

The real problem is my mobile and tablet resolutions scale the content down beyond readable. I would hate to make people zoom in. Can I set keyframes for elements to resize on stage width? Setting a min width seems to have zero effect on an object once the stage is responsive, and it has been told to scale and center as well.


http://www.lonestarlegends.org/goliad

SharePoint and Edge

$
0
0

I have recently taken a position within the Department of Defense. My location uses older software (they just made the change to SharePoint 2010) and they want me to start suggesting big changes for their sites. My question is, how can Adobe Edge integrate into SharePoint if at all. Will it allow me to build custom web parts that can live within SharePoint? Can I create animation and then export it as Javascript?

 

I'm just trying to get as much accurate information as I can before I try to sell them on the Creative cloud option.

 

Thanks in advance!!

I'm trying to play Symbol A and it's nested Symbol B and C with one button, and play Symbol B and C without playing Symbol A with a second button...

$
0
0

I can't seem to get the nested symbol to play without it's parent playing too.


This works for getting both symbols to play on button 1

sym.getComposition().getStage().getSymbol("marketing_buttons").getSymbol("online").play();

sym.getComposition().getStage().getSymbol("marketing_buttons").getSymbol("promotions").pla y();


Everything I've done to play just B and C play all three. Is what I'm trying to do even possible?


Thanks in advance.


-h

Draggable div inside "parent" div

$
0
0

Hi,

 

Newbie in Edge Animate and needing some help with draggable items..

 

So here's the problem:

 

I'm doing some kind of "map-application" and I want to do draggable "map"-div into div (the map-div is larger than the "upper" div - so this "upper" div should identify this lower's "map"-div edges).

This map-div contain map-image including some text elements and some actions.

 

I have tried to do this with jQuery draggable-function and added that containment-definition, but it won't work properly ( I think that syntax was incorrect also.. )

I found awesome jQuery-function draggable_background.  That works perfectly, BUT I need same function for div-element not background-image..


I hope you get the point.


Have anyone ideas or maybe even complete solution for my problem?


PS. This map should also work with touchable devices.


-Mariian-

Symbols - how to change fill color upon a mouse event?

$
0
0

I am in the process of converting some Flash animations into HTML.

 

I am experiencing some problems with Edge Symbols. As a test, if I create a new symbol out of a circle I draw, and call this the new Symbol "Test," I am then trying to change it's fill color on a hover event.

 

I tried this:

// insert code to be run when the mouse hovers over the object

sym.$("Test").css("background-color", "red");

 

This, in fact, changes the "background-color," but NOT the fill color of my symbol. See the example below.hover.png

 

So, how then do I address the Symbol "Test" if I want to change it's FILL color upon an event such as hover?

 

TIA!

Dynamically load edge animations using Jquery/Javascript

$
0
0

Let's say that I have 100+ unique edge animations. I would like to programmatically/dynamically load these animations on-demand using Jquery/Javascript. HTML page cannot reload and cannot use iframes. The animation will load into a DIV - with subsequent animations loading into same DIV (in other words, based on the selection by the user) only one animation will be visible at a time (always loading into the same DIV).


Each animation will have it's own set of js (_edgePreload.js, _edge.js, _edgeActions.js) and assets. These must be dynamically loaded (?getScript, etc.) as well as the Stage DIVS.


Anyone have any thoughts or insight on how to go about doing this? Can it be done?




Edge Animate large project video import bug

$
0
0

I'm working on a large project in Edge Animate that will (hopefully) become a full website with lots of video assets.  The videos are various samples of work - not visible until they're selected by various links throughout the site.

 

I've already built much of the site and imported numerous videos and everything works, but lately when I import video, it comes in at the wrong frame size and aspect ratio.  It's happening even if I re-import video files that were already successfully imported.  If I create a new project and import video into it, the video comes in at the proper size and aspect ratio.  I've tried restarting the computer, recompressing the video, and deleting Edge Animate preferences, but these don't resolve the issue.

 

I'm using the latest version of Edge Animate CC 2014 (2014.0.1).  Here are my system specs:

 

OS:  Windows 8 Pro (fully updated)

Processor: Intel Core i7-3930 3.2Ghz

Ram:  64Gb

Video Card: NVidia GeForce GTX680

 

Any assistance would be greatly appreciated!

Is there a way to remove a code snippet from the library of my snippets in Edge Animate CC2014?

$
0
0

Is there a way to remove a code snippet  from the library of my snippets in Edge Animate CC2014?

Deleting last character in input field

$
0
0

How do you delete the last character of an input field?

This one deletes the whole thing

on click:

sym.$("textfield").empty();

 

Thanks!

Convert edge .oam file to SWF (was: Convertion to SWF?)

$
0
0

Hi,

 

I just made a web ad for my company in Edge Animate, it's all finished. My problem is that the ones who is going to upload it to their website, needs a SWF file from me.. Now, I don't have too much experience with these things - but is there a way of converting either HTML or OAM files to SWF format? I rather not make it one more time in another program.. all help is much appreciated!

 

Liz

Import edge animate project in Adobe Muse (Was: project edge for muse)

$
0
0

how to adobe muse I import a project made with adobe edge?

Howto set symPlay() from variable

$
0
0

Hi

 

I am trying to get a symbol to

sync one symbols timeline to another.

 

Currently i am thinking something like

 

var pos = symGetPosition

 

symPlay('here i want the value of pos')

 

Is there a way to do that?

 

 

Kind Regards

I am not getting the full panel in the Actions panel.

$
0
0

I am on a PC and I have uninstalled and reinstalled 4 times with no luck. Is there a problem with the actions panel on the PC?

 

I have been trying to expand the panel but the little code/action symbol that is suppose to be to the right of "Full Code" isn't there.

 

Can someone help me with this?

 

Thanks


Local html5 app in Edge Animate

$
0
0

Is there a way using Edge to get like a html5 app downloadable on Ipad or something like that? Something that can be abailable on the ipad without conection? Thanks ahead for any asssitance.

Autoplay audio in iOS8?

$
0
0

In iOS7, sounds in any autoplayed Edge Animations were not heard, they had to be triggered with a tap action.

Is it now possible in iOS8?

I don't have any available iOS8 device to try it but maybe somebody already tried?

Thank you!

Edge animate with parallax scrolling?

$
0
0

Hi,

 

I've made a small animation in Egde Animate that I would like to control with parallax scrolling, so the animation goes forwards/ backwards depending on the position of the scroll bar.

Also, I would like to insert this animation at the bottom of a Wordpress page, so I was wondering if the animation timeline can be controled through the scroll bar without giving the animation stage a large height inside Edge Animate. Since I plan to insert the animation inside a wordpress page, I'm trying to have the stage size the same as the content so I don't get a huge div inside the WP page.

 

Hope it makes any sense. Thanks.

adobe edge animation not playing properly on Google Chrome

$
0
0

hi, just noticed this. finishing up my website    http://www.thomasdrotardesign.com/work.html

 

i've just noticed that the edge animation plays the beginning of the animation then disappears completely except for a font here and there on Google Chrome.

it plays perfectly across all the other browsers. any idea what is going on here.

 

there is nothing nested. it is a straight time line. i am building it on a mac osX 10.9.4

Bootstrapping with JavaScript

$
0
0

Hello everyone,

 

I inserted few Edge Animate Composition into my project. I’m looking for a good reliable JSAP for my wrapper HTML page. Any suggestions?

 

Thanks,

Viewing all 9897 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>