Edge Animate not working....Mkay...

I have a Creative Cloud Membership, mkay...active for a month mkay (ok enough!)
Have had problems with my home Mac not recogising my account and running trial versions of everything. Last night a very helpful Adobe Tech Assistant chatted with me telling me that I had to alter the 'Host' file......
I did this and Photoshop, illustrator and Muse opened without asking for a serial number   .....However Animate now opens but crashs without showing the interface. Why??? It opened fine before changing Host file.
Anyone else been in this quandary?
Many thanks
Luke

Hi
Please share page url, also checkout this post where same topic is discussed and suggestions are mentioned :
https://forums.adobe.com/message/6052023#6052023
https://forums.adobe.com/message/5905070#5905070
https://forums.adobe.com/message/5918458#5918458#5918458
Thanks,
Sanjit

Similar Messages

  • Include an interactive Youtube player in Edge Animate - Not working properly!

    Hi folks!
    I am working on a new project which is based on a interactive web video.
    In the Edge Animate proyect I have implemented a Youtube fullscreen player which has interactivity. On the one side, in the Edge project I have included a JS which contains the definition of the Youtube player API and all its functions in order to enable the interactivity. On the other side, in the HTML which creates Edge Animate I have included the div for the player and some buttons to play and stop the Youtube video.
    When I launch the website using Edge Animate everything works fine, but when I open the HTML file without Edge Animate, the Youtube player is not being defined (the player div is empty). I think the problem may be related to the external JS file in the Edge project.
    I don't recognise why this external JS with the Youtube functions only load when it is launched from the Edge Animation app.
    My aim is to load this project as a OAM file at the end in Wordpress with the Youtube player and its interactivity included.
    Need help for this issue! Does some know how to fix it?
    Conclusion:
    Fullscreen animation with Youtube Player as background with some buttons in the HTML project file to play and stop the youtube video. Youtube API functions inside an external JS file and included in the Edge Animate project. Only works when the animation is launched with Edge Animate. If the HTML file is open directly, Youtube player is empty.
    PD: I have attached some images in order to offer a clearer vision of this problem.

    Actually yes...!
    Failed to load resource: net::ERR_FILE_NOT_FOUND file://www.youtube.com/player_api
    But why only when opening the HTML directly...?
    There is another error...maybe this is the problem source:
    Uncaught SecurityError: Blocked a frame with origin "https://www.youtube.com" from accessing a frame with origin "http://localhost:54321". The frame requesting access has a protocol of "https", the frame being accessed has a protocol of "http". Protocols must match.

  • Twitter API and Edge Animate not working

    Hi,
    I have watched great video about using Twitter API in Edge Animate on Adobe TV and I thought I would give it a go.
    I followed the steps and unfortunately it's not working for me.... Not even an error message when tested in a browser, nothing...
    Here's my code for compositionReady:
    try {
        // Read tweets, set number of tweets to display
        var 0 = { username: "adobeedge", count: 4};
        var twitterUrl = "http://api.twitter.com/1/statuses/user_timeline.json?screen_name="+o.username+"&count="+o.count;
        // AJAX function for communicating to Twitter API
        $.ajax( {url: twitterUrl, dataType: "jsonp"} )
            .success(function(data) {
            $.each(data, function(index, item) {
                var itemRenderer = sym.createChildSymbol("itemRenderer", "tweetContainer");
                itemRenderer.$("tweet").html( item.text );
                itemRenderer.$("image").css("background-image", "url("+item.user.profile_image_url+")");
    catch(error) {
            alert("Error: "+error.toString());
    Any suggestions?

    Please, could you replace "adobeedge" by "adobeanimate".
    Before:
    After:
    try {
                var o = { username: 'edgeanimate', count: 4 };
                var twitterUrl = 'http://api.twitter.com/1/statuses/user_timeline.json?screen_name='+o.username+'&count='+o.count;
                $.ajax({url: twitterUrl, dataType: 'jsonp'})
                    .success(function(data) {
                       $.each(data, function(index, item){
                            var itemRenderer = sym.createChildSymbol("itemRenderer", "tweetContainer");
                            itemRenderer.$('tweet').html( item.text );
                            itemRenderer.$('image').css( "background-image", "url("+item.user.profile_image_url+")" );
                            itemRenderer.play( index * -100 );
    catch(error) { alert("Error: "+error.toString()); }

  • Edge animate not working in IE11?

    Anyone having this problem?

    What is the issue you are facing? Is the published content from Edge Animate working on other browsers? Do you see any errors in the console panel?
    -Sudeshna

  • Edge animate Not working with Safari

    I made an index file with some Audio effect with edge Animate.
    I works on any browser besides Safari,,
    Does anyone has similar problem?

    Possibly an encoding issue, more than anything, with that particular audio file.
    Care to share the project url for others to test in Chrome?
    Are you using Edge Animate v3? It supports audio now.
    Darrell

  • Edge animate - Not working  why ???

    Hello all
    i just downloaded edge animate and this is what i get.
    some kind of error.
    someone know whats the problem ??
    thanx

    Hi Andrei123123,
    Are you on Windows OS? If yes can you try the following:
    Close Animate if already launched.
    You can download TCPView from this link - TCPView for Windows
    Launch TCPView, make sure that you are not running Edge Animate. It will show you a list of all the processes and the ports in use. Sort on the port number and check if 54321 is listed. If it is listed then try closing the program which is using the port and
    Re-launch Edge Animate and check if it launches fine with the start page rendered properly.
    -Sujai

  • Help required - animation created in edge animate not working on chrome mobile

    Hi,
    Here is the link :
    www.knowledge-hive.com
    The animation is working well on default mobile browsers for android and iOS but it is not working on chrome mobile. Has anybody faced a similar issue?
    Thanks,
    Ankur

    Actually yes...!
    Failed to load resource: net::ERR_FILE_NOT_FOUND file://www.youtube.com/player_api
    But why only when opening the HTML directly...?
    There is another error...maybe this is the problem source:
    Uncaught SecurityError: Blocked a frame with origin "https://www.youtube.com" from accessing a frame with origin "http://localhost:54321". The frame requesting access has a protocol of "https", the frame being accessed has a protocol of "http". Protocols must match.

  • Edge Animate file working on main blog page but not on the individual blog post in BC

    I recently uploaded an edge animate file to my blog which is host on Business Catalyst (BC). The edge file works on the main blog page but not on the individual blog post. How can I solve this problem?
    I did the following steps:
    I added the required Adobe Edge scripts on my main blog template.
    Create folder on the server called "edge_includes" and uploaded the 'edge.5.0.0.min' file.
    Create folder on the server called "js" and uploaded the 'jquery-1.7.1.min' file.
    Copy and pasted the div to the part of the blog post I wanted the file to appear (<div id="Stage" class="EDGE-13973370"></div>).
    Uploaded the name of the js file to the root called 'World of Code_edge.'
    Uploaded the images to the existing folder called 'images.'

    I'm still unable to figure out the problem.
    Here is the link to the blog: http://goo.gl/sPW62j (the post titled "Basic Computer Science is a Fundamental Skill in the 21st Century Society").
    Here is the link to the individual post: http://goo.gl/jTSgZH
    Also, I get mixed results on the main blog page. Sometimes the image (Edge Animate file) on the main page shows and other times it does not. However, the image never shows on the individual blog post.

  • Adobe Edge links not working

    Yeah I have also experienced links not working when I import my .oam file from Adobe Edge Animate also. Is there anything the Muse team is doing to fix this issue? I need a response from you guys by the end of the week. my company website is malfunctioning due to issues with your software. If there is some sort of hotfix please let us know.

    When you install the software illegally, using a volume license, there is a script you can run that will enter all of the adobe servers into your local DNS hosts file so the software can be activated. This makes accessing those domains impossible. This scenario fits the description of your issue, not suggesting anything beyond that.
    The hosts file is in /private/etc/hosts and can be accessed through the terminal:
    sudo nano /private/etc/hosts
    If you see a bunch of adobe servers in there, that is your problem.

  • Imported SVG from Edge Animate not rendering properly in Safari

    Hi,
    We are having problems with an animation we created in Edge Animate, when we import it into Adobe Muse and then view it in Safari it becomes jagged and doesn't render properly.
    It works perfectly on Chrome, Firefox and when using a retina screen.
    We are using CC 2014 version now, previously when we used the old version of CC it worked on all browsers.
    Is there any settings we need to change when exporting from Edge or importing into Muse?
    Here is the link to the Animated SVG: Spining Wheel

    Thanks vivekuma that seems to work now using the below steps.
    1. In "Position and Size" subsection of the property panel, note down somewhere, the values of "X", "Y", "W" & "H" of an svg file used on stage.
    2. In "Transform" subsection of the property panel, change the CSS Transform ScaleX and ScaleY from 10% to 100%.
    3. The above change will change the values for "X", "Y", "W" & "H". So, you have to set their values as you have noted down in the first step.
    4. Repeat the first 3 steps for every svg file used on stage.

  • Edge animation not working firefox 17,18

    hello,
    when i run adobe edge animation like.
    file:///C:/Documents%20and%20Settings/------/My%20Documents/L_Domain_2_e_5/L_Domain_2_e_5. html
    not working i got this error msg
    Error: TypeError: AdobeEdge.okToLaunchComposition is not a function
    Source File: file:///C:/Documents%20and%20Settings/------/My%20Documents/L_Domain_2_e_5/L_Domain_2_e_5 .html

    It is a scary thing to see the blank page come up after spending hours creating a composition
    Please take this error serious !!
    i took some Pictures of this error with one of adobe samples Link
    In Chrome Canary Standard Mode Version 29.0.1530.2 canary
    In FireFox Standard Mode Version 21
    In FireFox Private Mode Version 21
    With these Errors Adobe Edge Animate Will never get popular, Please Find a Way to fix this problem or Solve it in Adobe Edge Animate 2.0 CC
    Thanks
    Zaxist

  • My Adobe Edge animation not work in IE8

    hello,
    I just make animation slideshow in Adobe Edge Animate
    and this is work nicely in Firefox, Chrome, Opera, Safari and IE9 but i have problem with IE8.
    My slideshow is not view in IE8.
    help me if you know this issues.
    thanks

    i got solution from this blog
    http://forums.adobe.com/message/4758370
    but my image background is Gray. so how to make transparent BG?

  • Edge Animate - not available to download

    I cannot figure out how to download Edge Animate - it's not listed in the AAM / Adobe Application Manager window

    When I posted over on the Adobe Community>Edge Animate> Discussion forum, Wayne gave me the following link which works for me under Windows 8. If it works for you, all credit should go to Wayne (member - carrzkiss). The link opens up a new Adobe Application Manager window from which I could download and install the products.
    “I am on Windows 8, through a virtual machine.
    Here is the link.
    http://ccmdl.adobe.com/AdobeProducts/EDGE/1_5/win32/AAMmetadataLS17/Ad obeApplicationManager.exe
    It is no longer in preview version, so you have to download the application manager and install from there.
    Also, the link that you provided, downloads fine through IE on Win8 as well.
    Warning!!
    You have to have a 64-Bit system in order to install it.
    Good Luck
    Wayne”

  • Edge Animate not playing in Chrome or Firefox?

    Hi guy's,
    I've embeded an Edge Animate file as an i-Frame so the animation can be viewed in our companies LMS (as it uses a WIZIWIG editor to create the content), the animation plays in Safari and on iPad etc, but it wont play on Chrome or Firefeox?
    Does anyone have any idea on how I can make sure it plays on all browsers please?
    I'm a bit of a newbie, so sorry if this is a stupid question?
    Cheers,
    Stu

    Hi Elaine,
    I've checked the comsole, It looks like there might be an error on our Firewall as it says 'display: blocked'
    However, as the file is hosted externally it shouldn't make a difference? I've tried veiwing the slider on an 'un-networked' machine on both Chrome and Firefox, and it doesn't seem to play still.
    Here's the link to my Google Drive so you can have a look at the files: https://drive.google.com/folderview?id=0B7_E2OecMf0aRFFnOVMtWE9zMVE&usp=sharing
    Also, using the HTML button on this WIZIWG editor, I've embeded the HTML in here too:
    It's not loading in Chrome on here either? I'm using an iframe too as the WIZIWIG Editor in our LMS srtips out the code

  • Edge Animate not installed

    I recently downloaded Edge Animate CC (2014).  It shows as installed in the Creative Cloud manager, but can't be found in my start menu (Win 7, 32 bit), my installed programs, or browsed into under Program Files.  I was hoping to uninstall and reinstall it from CC, but I have no uninstall options and no clue where to find the Edge Animate files.  Any help would be greatly appreciated.

    Hi ,
    Can you quit Creative Cloud and then relaunch it again?Does Edge Animate CC 2014 show up now in CC?
    You can check this link for more info : CC desktop lists applications as "Up to Date" when not installed
    Regards,
    Sudeshna

Maybe you are looking for

  • Video playback controls in full-screen mode???

    I just downloaded a TV show and want to watch it full screen. Unfortunately, in full-screen mode I can't seem to figure out how to control the playback (e.g. Rewind a few seconds to hear something I missed). I tried all sorts of keyboard shortcuts to

  • Single chart report

    Hi all, I have a chart report which showing yearly country revenue data,country is on x-axis & revenue is on y-axis. Its showing data for country A,B &C But I want a report which shows data like for country A with related revenue view in first then f

  • Equium A100 (PSAAQ) LAN Card issue

    Dear All I am using *Equium A100 (PSAAQ)* laptop for past 3 years. Suddenly it developed a typical kind problem. I am using Vista. The LAN is installed and I was able to access network through it till copule od days back. Now even though LAN card is

  • How to Create a system for connecting to mysql 5.0 in VC

    Hi    I am new to SAP. I am working with SAP Netweaver 7 J2EE Version and Visual Composer. I defined systems in SAP EP but i am getting SSO error.   I need to connect to Mysql 5.0 database.  I have to access that database in Visual Composer.   Please

  • ICal doesn't install correctly when reinstalling Mac Tiger OS X

    I have been trying to help my dad with his Mac. This weekend we went ahead and wiped out the hard drive and reinstalled Mac Tiger OS X. When it came to installing Disk 2 (he doesn't have a DVD) it said error installing iCal, and we had to restart and