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

Parrallax Mouse Move Effect

$
0
0

Hello,

 

I am wanting to create this effect in my Edge Animate project (http://wagerfield.github.io/parallax/).  Is this possible or am i waisting my time?  I have looked at Paul Trani's 'Aftica' example (http://paultrani.com/2013/03/follow-mouse-movement-in-edge-animate/) which was helpful to understand how to make the timeline follow your mouse on either the X or Y axis, but he doesn't go into how to make them work togeather.  I have used the e.pageX and Y code to create either a X or Y axis movement as per my mouse, but cant figure out how to make them move together.

 

If this is possible what do i have to do???

 

 

Thanks heaps,

 

Tom


OAM file won't upload

$
0
0

I'm trying to upload an Edge composition in WordPress 4.0 using an OAM deployment package and I'm getting the following message and the OAM won't upload:

Cannot find main JS edge file /home/highland/www/www/wp-content/uploads/edge_suite/edge_tmp/src_1414587454/Assets/luxur ySearch_edgePreload.js. I've never had an issue with this before. Any help would be greatly appreciated.

Walking animation in Edge?

$
0
0

I am brand new to edge but am trying to create a stick figure animation for a web design class project.

 

I have done walking animations in Flash and that is the only program I've animated with.  I am wondering what process I should go through to make this animation in edge.

 

Would I just make it in flash and export it as a sprite sheet?

 

Any tips on what workflow I would use to get something like this done would be appreciated.

 

Thank you

Is it possible to create a vote counter using Adobe Edge Animate CC?

$
0
0

Hello all,

 

I was in a meeting and a co-worker mentioned that they would like to create a project that allows users to vote on student artwork.  The wheels in my mind started turning and I am thinking that this may be possible using Adobe Edge Animate CC.  My only question is if I can use this program to create a vote counter/calculator. 

 

Basically each student's artwork should have its on page.  The page will contain a vote button and display the total of votes for the student's artwork displayed on that page.  Users will be able to see the artwork and place only one vote on that page.  Is this possible?  If so, what will I need to achieve this?  Any advice you can provide would be greatly appreciated.  Thank you.

Edge Animate, create "Next" and "Back" buttons that play from current position

$
0
0

Hey Everyone,

 

I'm trying to do something fairly simple but I could use some help in getting it to work and couldn't find any examples out there of this... here's all i'm trying to do.

 

 

I have animations along a timeline with labels and stop points for 1, 2, 3, 4, 5.  I want to create simple "Back" and "Next" buttons that will get your current label/position and play forwards or backwards to the next or previous label/position.  My attempt to show what It looks like logically in text:

 

Back  1 - 2 - 3 - 4 - 5  Next

 

And that's it, I know someone must have already done this or knows how, any help would be greatly appreciated 

 

Cheers,

Jeff

I would like to see sliding menu widgets for mobile devices.

$
0
0

I would like to see sliding menu widgets for mobile devices.

Sliding Menu Widgets

$
0
0

Is Adobe going to add slidding menu widgets in Muse or the ability to create them in Adobe Edge Animate for mobile touch devices like the ones found on web sites like FB or You tube ? Or am I asking too much ?

set and get variables - what am I doing wrong?

$
0
0

I have a relatively small composition and I have almost everything figured out except one major problem - I need to set a variable and then retrieve the results. I've watched the Paul Trani video on this, and read the docs, and it's just not working for me.

 

I have a symbol on the stage with the following code:

 

***************************

 

// insert code for mouse click here

// set the selected answer for later correct/incorrect omparison

var current_selection = sym.setVariable("CURRENT_SELECTED_EQUATION", "1");

alert(sym.getVariable(current_selection));

 

****************************

 

When the composition is previewed I get simply 'undefined' in the alert.

 

What am I doing wrong?


Recycle code and dynamic data

$
0
0

resdesign helped me create a function earlier today which I just tidied up a bit below…. my code was sloppy.

It got me thinking, what if you wanted to recycle the code.

 

1) Is it logical to assume that this would make the file load time even faster.

2) It would make the project / object / method scalable from project to project.

 

So for example, lets say the following controls a drop menu

 

var A=1;

var mymenu = sym.getSymbol("themenu")

mymenu.$("thebttn").click(function(){

  if(A==0){

  mymenu.playReverse('closeit');

  A=1;

  }else{

  mymenu.play('openit');

  A=0;

  }

});

 

 

What if you wanted now to say you had 2 iterations (or any other number for that matter) of the same menu object but it was going to load in unique data.  How would or even could you automate that?

Or would you have to write out the code block twice like….

 

var A=1;

var mymenu = sym.getSymbol("themenu")

mymenu.$("thebttn").click(function(){

  if(A==0){

  mymenu.playReverse('closeit');

  A=1;

  }else{

  mymenu.play('openit');

  A=0;

  }

});

 

//second menu

var B=1;

var mymenu2 = sym.getSymbol("themenu2")

mymenu2.$("thebttn").click(function(){

  if(B==0){

  mymenu2.playReverse('closeit');

  B=1;

  }else{

  mymenu2.play('openit');

  B=0;

  }

});

 

 

mymenu.stop("openit");

mymenu2.stop("openit");

 

I've added the base file set up that I used to create this at this link for anyone to view / modify https://www.dropbox.com/sh/farjoa32vnv0fyh/AACOpnerkKNdSSH1cqW_Q3bPa?dl=0

I'll pull them down in about a week though. just keeping things tidy.

How to centre element on stage?

$
0
0

Hi community!
i'm having trouble trying to centre an animation on my stage. The "centre stage" function centres my stage relative to the browser window but i'd like my element to be centred within the stage. I eventually intend to export this as oam for my muse site.

 

Here's the files if anyone would like to take a crack at it. It's basically a collage of buttons. I currently have them all individually animated to a fixed position, but wat i'd really like is for the buttons to animate to the centre of the stage from their respective positions every time. I found some js/jq/css(?) here, here n here but i've no idea how to fit it in.

 

Also, i'm not sure if centering the animation would create new problems when the user scrolls the stage while the button is still active, ie will the reverse animation still return the button to its original position?

 

Thx for any assistance!

ian

Edge Animate

$
0
0

I need to hear directly from Adobe or community experts as to whether or not Edge Animate is designed to use for designing a complete website in any capacity, or if it cannot be used for that. Adobe Flash was capable of building complete sites. But it was no good for mobile or for really good accessibility. How does Adobe Edge Animate compare to Flash in this regard? No info I can find answers this question specifically.  I know it is used for motion graphics and some HTML, but I am not sure if it can be used to build an entire site without having to use Dreamweaver. Can it link to other web pages of the same site, etc etc... I have seen tutorials about it being able to get external web pages. But no tutorial explains or teaches if complete websites are designed with Edge.

info

$
0
0

Hi i just have a quick question regarding a template design that was in the adobe add ons. called Drag Image Upload. what is? it was created by Edge animate cc. Its in the ad ons when you sign into adobe creative cloud.

 

This is what i am trying to do. I am trying to add an uploader for image files or anything. that i can fix up and re send back. for example. if you ever took photo shop class in school, where you have to fix up and restore old photos. well i had to do so as part of a project for school. anyhow i just want to add a way for clients to upload there photos without sending emails. . so then i can download them and send them back for a small fee.

 

and but to also add it to muse web site.

how to replay entire composition including video and other animation in edge animate cc 2014.1

$
0
0

I am working on a project but i am stuck now. The basic flow of my project is: intro slides then a video plays then next and back buttons fade in that will control the next set of slides. Another button to replay the whole thing from start. My problem is i am able to replay the slides but not the video. My slides consists of text animations. I am using  the new edge animate cc 2014.1 All the slides play from the beginning but the video does not follow that lead. I also managed to replay the video but thats not the desired thing i want. I want the whole composition to play again when i click a button. Can anyone help ?

Adobe Edge CC 2014.1 bugs!!!

$
0
0

Looks like 2014.1 has some bugs that weren't there before (well not for me anyhow).

 

When I adjust the order of layers in the Element panel or go to delete certain keyframes I'm getting these errors (which is very frustrating)...

 

error.jpg

Hi, I need help with three issues

$
0
0

1. Audio is not getting played in iOS devices. My requirement is when I play animation audio should start automatically without user interaction.

I tried to play audio at some time on timeline instead of autoplay. But still its not working for me

 

2. I have applied clipping to main symbol and I have text inside that symbol. I want to move text out of its main symbol. so in this case text is getting clipped.

Is there any solution for this or I need to change my animation ?(like I can use opacity effect instead of clipping)

 

3. Animation is not working properly on changing tab(chrome,IE,firefox). After starting animation if I switch to other tab or app(in case of devices) then when I come back animation is not showing proper and sync. Any solution

 

Please help asap.

Thanks


embed videos in edge and force outplay in google chrome

$
0
0

hi guys,

i have got a problem.

 

i have to prepare a presentation, for a new product, so i can't tell you yet what it is and how it works.

 

but for this presentation it is necessary to use google chrome AND the autoplay function.

my Problem is now that google chrome won't automatically start the video.

but in every other browser it is working with the native auto play function in edge animate.

 

for this video i have to disable the controls as well, this is why i have to force the autoplay.

 

i tried to load the video via youtube with this code:

 

var youtubevid = $("<iframe/>");

sym.$("vcontainer").append(youtubevid);

 

youtubevid.attr('type','text/html');

youtubevid.attr('width','1920');

youtubevid.attr('height','1080');

youtubevid.attr('src','http://www.youtube.com/embed/XXX?autoplay=1');  // url/Video_Id

youtubevid.attr('frameborder','1');   // 1 | 0

youtubevid.attr('allowfullscreen','1');   // 1 | 0

 

 

and it worked.

 

but today my boss told we won't have internet while we are presenting  :/

so i have to embed the video in the presentation itself, but as i told you, the nativ auto play function in the panel won't work.

 

is there another way to force the autoplay, like the script i posted, for videos which are in my presentation?

 

Sry for my bad english, i am german.

I hope you understand what i am meaning

.oam daesnt work with DPS the export with .ipa on ipad 2 mini with i0S 8.1

$
0
0

Hello,

 

I have a big problem.

Like in the title .oam daesnt work with DPS she export with .ipa on ipad 2 mini with i0S 8.1

Of course It's working well on i0S 7 !

When I want to update my Apps they are reject by Apple.

And the old version don't work very well on iOs 8.1.

 

When I export my .ipa I have empty screen when I want to see my Apps on the iPad.

On the forum in DPS they don't know, and I have no news.

iOS 8.1 empty screen when I open my Apps

 

Daes someone have an idear ?

 

Thank you for your help

Stéphane

 

IMG_0002.PNG

Edge Animation won't scale to width and height parent div

$
0
0

We have an existing site that was built in 2007, but was designed to mesh perfectly with responsive css, there have been a few hiccups but this has by far been the biggest issue I have encountered. I am working on replacing a flash animation with an animation I made in edge animate cc 2014,  and everything went lovely until I asked it to play nicely with my existing webpage.

 

I have been messing with my files for a few days now, and I was wondering if anyone else is having this issue. (I have been placing the code manually as html, not as an .oam) It seems that my edge animation, on the responsive settings available, insists on scaling to the size of the view port rather than the size of the parent div I have placed it in. I've come up with one rough fix which modifies the javascript so that the animation shows up at 90% of the viewport, but as soon as you resize the window it goes back to 100%. Which is bothersome because I need it to be at 90% with a 5% margin/padding on each side (which is what the content div is set at anyway, so when the edge animate is set to width 100% it should only go to 100% width of the content div that it is in) and even more bothersome because that doesn't even begin to solve my problems with the desktop version of the site. As much as I love the sarcastic musings of my friend in IT during the afternoons, I think we are both ready to abandon this aspect of the project entirely.

 

When I  tried importing it as a media file .oam it just doesn't show up at all, no code, no javascrip, nothing shows up past the parent div and the empty stage in the developer tools (I check the code for troubleshooting purposes through google chrome).

 

I really am at the point where I am hoping that I just did something terribly wrong and I will be able to salvage this new way to add in animation. That would be the best case scenario at this point.

 

Please help!

Y value problem

$
0
0

Hello, I need some help because I will going crazy

 

On my stage I have a symbol, and inside this one I have a text area

I need to modify the Y position of the text area to align it at the end of a box that scale when I resize the screen + at the same time the symbole with the box and the text area has new Y position also

 

but the result is never the one I expect

In my idea, I take the Box.height and I put the Text area at Box.height !! But the Y position is not the good one !! I think that that the x,y origine in the symbole is different in function of  the symbole position on the stage !

 

Am I wrong ? is their a solution for that ?

 

Thank you for your help and excuse my english

Error message at adobe edge start-up.

$
0
0

I get an error message when i open or create a new project. I've looked on the internet for a solution but I couldn't find one that has my error in it. I've included the message below, as you can see I've barely done anything in the new file except import the images, which have disappeared from the library as well. I just bought the full version for a month and haven't had the opportunity to use this program because of this error. I'm using windows 7 (64bits) 4gigabyte RAM memory with an Intel(R) Core(TM)2 Duo CPU E8400 @3.00GHz.

Any help would be appreciated.

Adobe_edge_errormessage.PNG

Viewing all 9897 articles
Browse latest View live


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