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

Older files no longer work after update

$
0
0

I just updated Edge Animate (from the 2014.0.1 Release to the 2014.1 Release), and now none of my previous projects work.

I also get the error TypeError: h is undefined when I try to preview the files in a browser.


MP4 videos will play on mac and adroid tablets but a blank/black screen appears when trying to play on iphone/ipad?

$
0
0

I have recently created a digital ad using adobe edge. It has a few basic transitions such as zoom, fade ins etc. I have also added an mp4 video to the ad which opens and plays when clicked, however this does not work on an ipad or iphone... I have tested it on mac at it works perfectly in chrome and safair, I have also tested it on an android device and it works perfectly too. Does anyone have any suggestions as to why the iphone/ipad is unable to play this mp4 video and why a blank/black screen is all that appears and none of my play functions work. Cheers

How do I create a single html file from animate to use on a service like Doublclick by google? They require a single html file.

$
0
0

Does anyone know how to create a single html file out of Animate (or afterwards)for uploading to a service like Doubleclick by Google? They require a single html file, not a folder which is what animate creates. Seems like this shouldn't be so difficult.

Upgrade v5.0 Error: Cannot read property 'timeline' of undefined

$
0
0

Hi, I have this Error Uncaught TypeError: Cannot read property 'timeline' of undefined after upgrade to version 5.0 the older version of project works fine, any idea how to fix it?

Adobe edge embed video for ipad

$
0
0

Hi,

 

I've got a problem similar to this one :

 

http://forums.adobe.com/thread/951962

 

I'am playing a video file (mp4) on an animation made with edge.

The video start at a trigger position.

It work fine on my browser on my computer.

but the video doesnt start on iPad.

 

I work with DPS.

The animation is included like an HTML page.

It work exept the video.

 

my video is embed this way :

 

var vid = $("<video width='518' height='357'  id='videoID'>" +

"<source src='video/myVideo.mp4' type='video/mp4' />" +

    "<source src='video/myVideo.webm' type='video/webm' />" +

   "<source src='video/myVideo.ogv' type='video/ogg' />" +

   "This browser is not compatible with HTML 5" +

"</video>");

 

sym.$("videoContainer").append(vid);

 

Is there an other way to embed the video for iPad ?

 

Thanks

Need help with Parallax scrolling

$
0
0

Hi,

 

I entered the following code in Edge Animate under actions for stage -> compositionReady -

 

yepnope({

load:"http://cdn.edgecommons.org/an/1.1.2/js/min/EdgeCommons.js",
complete: function(){

EC.Debug("Commons ready: "+EC.VERSION);
EC.centerStage(sym);

EC.Parallax.setup(sym);
}

 

});

 

I unchecked autoplay and made the stage length to around 3000 px. I am trying to activate parallax scrolling using a simple rectangle that I drew (want it to move from left to right as I scroll down the stage), but it is not working. Can you let me know where I am going wrong?

 

Regards,

RK

oct update broke my code

$
0
0

I'm getting the usual trio of unidentifiable errors:

Javascript error in event handler! Event Type = symbol

Javascript error in event handler! Event Type = timeline

Javascript error in event handler! Event Type = element

after the new update converted my working project to API 5.0

 

I assume my code stopped working because jQuery is now optional:

If you include jQuery as an external script in your composition, then Edge Animate Runtime redefines AdobeEdge.$ to jQuery and starts using the same internally. Thus any of the Edge Animate APIs which returns a wrapper, will now return a wrapper of type AdobeEdge.$. However, if jQuery is included in the composition as an external script, or is loaded before the edge runtime in the html page then the APIs will return a jQuery wrapper.

 

I have the jquery-2.0.3.js file in the js folder, where it was moved after updating. What do I need to change in my code to allow it to work as it did before? I tried changing all instances of $ to AdobeEdge.$, but that created syntax errors. Changing $ to jQuery gave me a reference error for the variable jQuery.

Relaunch an animation without refreshing the HTML page

$
0
0

I am just looking for a way to reload the animation on demand, but without refreshing the HTML page (that is no window.location.reload() JS method), say with a simple click on a button. A direct application would be a game restart button.

 

It is probably something that might be useful to a lot of people.


How to remove the white space of oam file?

$
0
0

I have done the oam in Adobe Edge Animate, when i insert it into Adobe Dreamweaver,

it turn into this:

123.JPG

There is a white space under the oam file.

How to get rid of it??

 

I'm a design student without any much of knowledge of coding >< Please help me.

Edge Animate launching in German - can't change language?

$
0
0

Hi,

All my other CC apps are in English

Have tried changing language in preferences..

Have tried uninstalling/reinstalling and restarting mac..

 

Anyone else had this problem?

edge animate and content management system

$
0
0

Since I'm having great difficulty getting this to work, I'm wondering if edge animate 2014.1 will work in an content management system? The previous version I was using created a _edgePreload.js which among other things, loaded the javascript files and had a path to those .js files that could be changed, which is how I managed to get about half working with my cms. Now that Edge has updated to v2014.1 the _edgePreload.js is no longer automatically generated as a separate file and when set to publish preload DOM as separate file, this preload.js  does not have the same "paths" section. Also, publish settings will not let you use relative paths, Can anyone explain if and how edge animate 2014.1 can work in an content management system I would greatly appreciate it.

Put an input box between html text

$
0
0

Hello EA friends.

 

Someone has experimented on how to put an input box between html text, I have a box that was created with the rectangle tool and it serves as input field. But i want this box between html code, like this:

 

sym.$('text1').html("Hello"+myElementBox+"world");


Can you help me with that please?

 

Thanks and regards.

 

Fer

How do you format pasted text

$
0
0

I have a list of attractions and hiking trail names that I am trying to copy from Microsoft Word and paste into Edge Animate. The pasting part works fine. In Edge Animate I use the text tool to drag open a text box and the paste the text into it.  However, when I attempt to format individual words in the text box (e.g. apply bold styling to the main headers), any formatting changes get applied to everything in the text box.  Is there a way to make formatting changes to selections of text?  I am assuming Edge Animate is treating the pasted text as a single <p> tag. Is it possible to open the Edge Animate composition in a code editor like Aptana and apply the <li> tags and CSS styling to the text there and then save and open it up in Edge Animate?  Any workflow suggestions would be appreciated.  Attached below is a screenshot of the project. 

Thanks,

Paul

 

edgetext.jpg

Bug. Can't put two Edge Animate animations on same page

$
0
0

Alrighty. Just thanked Adobe for fixing responsive scaling issue. Now there seems to be a new one. When I put two Edge Animate animations on the same page, they both disappear entirely from view! Both in live view (or what was fluid grid view) and when trying to preview in any browser. The responsive design is working great but if I put two animations on the same page they both just disappear! GONE!

Maybe there is some code I can use to stop this from happening. I have done a number of tests over the last hour or so. My smile (from the responsive fix) is now a frown again. I can not continue to work like this. Please let me know if there is something I am doing wrong. I could have two animations in one page no worries before this release but the responsive design wasn't working properly. NOW the responsive design works but I can not have MORE THAN ONE ANIMATION on same page. Thanks for your time. Kind regards Julian.

CSS: Display

$
0
0

Hi all,

 

Did something happen to the CSS: Display in the last Edge update? I now have strange things happening on my time line when trying to toggle Always on, Off and On.

 

The greyed effect that was on my time line to show an object/symbol was no longer visible seems to appear randomly and it is very hard (now) to get this to work in the right places.

 

If this was changed in the last update is there any tutorials any where to point me in the right direction on the change? 

 

 

Please help

 

Kind regards

Ollie


crashes when deleting keyframe!

$
0
0

my old project from the previous version crashes when i delete a keyframe also i can't directly delete the transitions. so much bugs

Edge Animate 2014.1 upgraded files makes keyframes unable to be deleted

$
0
0

My Edge Animate files which were upgraded for the new 2014.1 version consistently have a bug where keyframes are not able to be deleted. Existing keyframes can be moved, properties can be readjusted, and new keyframes can be created. But if I try to delete a keyframe, either nothing happens or I receive an error message and that I should save and restart Edge Animate.

 

Noticing this on multiple machines, seems like a consistent issue, hope a fix is underway.

Play MP4 with Edge Animate on iOS / iPhone - not working

$
0
0

I have placed an MP4 into my Edge Animate file. When I view the HTML file on the iPhone there is a black box where the video should be.

I have added the TouchStart function to my MP4 on the stage. "sym.$("Ambush_MotionPoster_Web")[0].play();"

I have touch/tapped like crazy. nothing happens.

I can navigate directly to the MP4 in the media folder and it plays fine on the iPhone so I know the iPhone will play the MP4.

 

I can view it in the Safari browser on the desktop. I have searched the web and forums but no luck.

The Adobe help makes it sound like a cake walk: Edge Animate Help | Add video to animations

 

Any input would be appreciated.

 

Thanks.

Edge Animate 2014.1 won't open project because of js error

$
0
0

After upgrading to the latest version yesterday, one of my projects won't open in 2014.1 because of a js error ("Loading Failed, please check your page for JavaScript errors").

 

I redownloaded the previous version and can confirm it works in 2014. Prior discussions concerning this issue have been no help and I don't understand why the latest version has issues opening this project.

Adobe Edge CC 2014.1 .js files overwrites html content

$
0
0

I created animation .js files on Edge 2014.1, made a static HTML file in Dreamweaver where I have DIV’s with content (text or image). Example <div>DummyText</div>.


But Edge CC 2014.1 .js files overwrites DIV’s content. In browser DIV doesn't have text. Old version Edge CC works fine.

Is it a bug or very nice feature?

Viewing all 9897 articles
Browse latest View live


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