Glitches and Load Speed Issues with Edge Animate Site

I recently created a website at www.goshowpro.com and am having some glitches and load issues occur and would appreciate any help or insight into the matter. The site loads relatively quickly on my computer and my hosting servers technical support system but when I show it to my client it takes anywhere from 15-20 seconds, even after I have cleared the cache and cookies. All my image files are 'gifs' as to alleviate memory usage and I don't know what else to do that I haven't tried yet. Additionally, when you go to the services page from the about page, the light beams don't connect to the lighting fixtures and the text is placed differently than what I initially had in Adobe Edge Animate before I published the files. And the facebook link doesn't go to facebook but to www.goshowpro.com/facebook.... (ie I get a 404 error) even though in the program I have the link set as www.facebook.com....  I don't know what else to do besides what I have been doing and would very much appreciate any insight into these issues.
I should also mention that I used more html files than I initially planned due to lack of support on creating complete animation functionality with Edge Animate. I would like to have everything on one page but I don't know if that would be possible with the current version of Adobe Edge Animate (1.0.1.204.22434). Thank you again for your help.
Mike

Hi, Mike-
Have you tried profiling?  You can use Firefox's Firebug or Google Chrome Inspector to see what's taking so long to download.
http://blogs.adobe.com/edge/2012/01/04/why-cant-it-just-work/
-Elaine

Similar Messages

  • New infinity line and major speed issues with almo...

    Hi,
    Just has infinity installed after moving from my previous FTTC provider.  With the previous provider i was getting 16 down / 1-2 up and it worked great.
    Had my my new inifnity line put in on thrsday and i am getting 17 down / 0.5 up!! 
    I work from home and connect to the office via vpn and remote desktop and its almost unusable.  Laggy, slow, unrepsonsive and is constantly dropping the connection with a failed to read from socket error and is making it very difficult to work form home effectively.
    I have a 4g EE modem also and if i switch to this it is like lightening compared.
    I also had absolutely no connection issues with my previous provider and as i posted above had a mich better uplink speed - which is where i think im getting most of my issues.
    When i signed up to BT this is what i was sent via email:
    We estimate your download speed will be 19.1Mb.
    We estimate your upload speed will be 3.9Mb.
    Im fine with the download but the uplink is shocking compared to the estimate - and as i had much better before i think something is amiss.
    Also when i signed up i was told that if i had any connection issues with the new line i had to notify BT within 7 days and it woudl eb investingated but it seems there are so many roadblocks to creating support tickets etc.. Its like it s been hard to report a fault on purpose.
    Where can i create a support ticket or similar to get this looked at?
    Thanks
    Damian

    dgreenuk wrote:
    Hi,
    I work from home and connect to the office via vpn and remote desktop and its almost unusable.  Laggy, slow, unrepsonsive and is constantly dropping the connection with a failed to read from socket error and is making it very difficult to work form home effectively.
    Thanks
    Damian
    As you use the internet for work purposes did you have business broadband with your previous provider ?
    This is the Residential forum. You may be better posting on the BT Business forum.
    Best regards,
    dfenceman

  • Scrubbing a wheel and turning a pot with Edge Animate!

    Hi all!
    With the wonderful Edge Animate and the external JQuery Ui library (for the drag), I've made a wheel that you can move with a scrubber-bar.
    The original, super-useful code from wich I started is made by JackPister in this thread: http://forums.adobe.com/message/4752554#4752554.
    I've used Jquery Ui for dragging so I've simplified the code.
    Here's a  prototype: http://www.terredainventare.it/edge/wheel/Wheel.html.
    Here are the Edge project files: http://www.terredainventare.it/edge/wheel/Wheel.zip
    Now, (almost) all is working, but I have two question for the Forum readers and the Edge Animate experts and staff:
    1) do you see that when I hover with the mouse on the scrubber, the wheel moves? Why this?
    2) What if I would (and I want!) build a circular scrubber that moves together with the wheel? I'm more explicit with these picture. It would be like a pot that you move dragging the handle!!
    Many thanks for your help!!!
    Davide

    Thanks for you quick feedback, Jack!
    1) Yes, your/Darrel's solution it's sure more elegant but I need to use JQuery Ui library so I can use the handle-option to build the handle of the pot.... Any hint about the use of JQuery Ui for dragging without this tedious "over" effetct?
    2) Here http://threedubmedia.com/code/event/drag I've found this code:
    <script type="text/javascript">
    jQuery(function($){
       $('.drag')
          .drag('start',function( ev, dd ){
             if ( !$.data( this, 'circle' ) )
                $.data( this, 'circle', {
                   radius: 160,
                   centerX: dd.originalX + 160 + 30,
                   centerY: dd.originalY + 30
          .drag(function( ev, dd ){
             var data = $.data( this, 'circle' ),
             angle = Math.atan2( ev.pageX - data.centerX, ev.pageY - data.centerY );
             $( this ).css({
                top: data.centerY + Math.cos( angle ) * data.radius - 30,
                left: data.centerX + Math.sin( angle ) * data.radius - 30
    </script>
    <h1>Circular Drag Demo</h1>
    <p>Drag the boxes around the page, they only move along a circular path.</p>
    <div class="drag" style="left:60px;">&bull;</div>
    <div class="drag" style="left:170px;">&bull;</div>
    <div class="drag" style="left:280px;">&bull;</div>
    <style type="text/css">
    body {
       background: #FFF url("http://threedubmedia.com/inc/img/circles.gif") no-repeat 0px 0px;
    .drag {
       position: absolute;
       border: 1px solid #89B;
       background: #BCE;
       height: 58px;
       width: 58px;
       top: 180px;
       cursor: move;
       text-align: center;
       font: 24px/62px "Courier New", Courier, monospace;
       filter: alpha(opacity=75);
       -moz-opacity: 0.75;
       opacity: 0.75;
    </style>
    Do you think can be useful?
    Many many thanks!!!
    Davide

  • How to zoom and pan with Edge animate?

    Hi,
    I have been trying to make a project with Edge Animate, it is all about an image, but I want to be able to zoom and pan the image. Can you please send me an example if there is any around? or Can you explain me how to zoom and pan with Edge Animate?
    Thanks,
    Guasch

    I am having this same issue! I am searching through forums on what tools to use to create a good zoom and pan on an image that contains hyperlinks an other things, developed in Adobe Edge Animate.
    So far, here are some solutions I have come across:
    http://craigfrancis.github.io/zoomify/
    http://zynga.github.io/scroller/demo/dom.html
    These two seem to be the closest solutions to what I'm looking for. Now I just have to integrate the javascript into my adobe ege animate composition. Hopefully that won't be too hard. Are there any suggestions from the adobe community on how to do this?

  • Hi, someone please help me out... am Nelson and got an issue with my apple Qmaster... I got OSX maverix and on my system preferences the Apple Qmaster dosent load but only gives an error, someone please help.

    hi, someone please help me out... am Nelson and got an issue with my apple Qmaster... I got OSX maverix and on my system preferences the Apple Qmaster dosent load but only gives an error, someone please help.

    the error is like "Could not load Apple Qmaster preference pane"
    if there is a way around it please help me coz I cannot render my video projects on Compressor anymore...

  • Buttons created with edge animate are not working on android and windows devices

    Hello, I created a moble version of my website with edge animate (3.0).
    The menue-bars/buttons work fine with iphone and ipad, but not with android and windows devices.
    http://www.design-werk.org/buchgestaltung_kunstbuch.html
    Does anyone have an idea and can help me with that?
    Thank you guys,
    Wolfram

    Hello, I created a moble version of my website with edge animate (3.0).
    The menue-bars/buttons work fine with iphone and ipad, but not with android and windows devices.
    http://www.design-werk.org/buchgestaltung_kunstbuch.html
    Does anyone have an idea and can help me with that?
    Thank you guys,
    Wolfram

  • Update only a part of a project with Edge Animate CC 2014.1.1 PROBLEM

    WIN 8.1
    Edge Animate CC 2014.1.1
    Firefox 35.0
    The Problem started after Update to Edge Animate CC 2014.1.1
    I want to update text which is an Edge Animate file
    The original Project was programmed with Edge Animate 1.0(not CC)
    After I made the changes and saved the file I get a “updatedtext_upgraded” folder that contains the new files.
    I am not sure what to do with that folder:
    A) Do I have to exchange the data from the Folder ”updatedtext_upgraded”?
    or
    B) Do I have to put the whole project into the folder “updatedtext1_upgraded”?
    or
    C) Do I have to develop the whole Project new with AN CC 2014.1.1?
    Thank you

    I am currently having issues opening older compositions in 2014.1.1
    I have never used an earlier version but have a large project and I am using EA for the first time.
    Before I started it I gathered many tutorials and downloaded examples of the features I would need in my new project only to find that they all were created in earlier versions of EA and when I publish from my version they are not working properly in a wide variety of ways.
    It seems there are few tutorials built for the very latest version - things like custom scrollbars for text and loading and unloading composiitons - see huge lists online of things Adobe have apparently 'fixed' with this version but it feels like other things are broken.
    I am now desperately searching for information on what exactly is deprecated and what I need to do to get files working correctly.
    Very worried indeed.

  • JS error on export with Edge Animate?

    Ive just started messing around with Edge Animate and Muse.  The first time or two that I exported it worked.  But I'm not sure what I did but now everytime I export I ge tthis:
    http://i.imgur.com/gtqQDiH.png
    It runs FINE in the preview, but when I export I get this error everytime.
    Even with a new site and a new animation.

    Hi,
    Great. I must tell you that the most common cause of JavaScript errors on a Muse page is .js files missing from the server or .js files, or other files on the server, not all being from the save version of Muse. If you're using an external FTP client, you must re-upload all files and folders whenever a site is exported using an updated version of Muse (since the code generated by Muse changes from release to release to improve page load performance, support new features, address new browser versions and/or devices, etc., etc.).
    The second most common cause of JavaScript errors on a Muse page is buggy embed code and/or embed code that conflicts with the JavaScript used by Muse.
    Regards,
    Rohit Nair

  • I am using an early 2008 MacBook Pro and am having issues with it deleting text on its own (in word, emails, etc.). As I am typing it all of a sudden starts deleting and I can't stop it. What can I do?

    I am using an early 2008 MacBook Pro and am having issues with it deleting text on its own (in word, emails, etc.). As I am typing it all of a sudden starts deleting and I can't stop it. This happened once before and it was due to a buldging battery pressing on the track pad. I checked the battery and it appears to be fine. What can I do?

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. For instructions, launch the System Preferences application, select Help from the menu bar, and enter “Set up guest users” (without the quotes) in the search box. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode* and log in to the account with the problem. The instructions provided by Apple are as follows:
    Shut down your computer, wait 30 seconds, and then hold down the shift key while pressing the power button.
    When you see the gray Apple logo, release the shift key.
    If you are prompted to log in, type your password, and then hold down the shift key again as you click Log in.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.  The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    *Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t boot in safe mode.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • SIP load balancing issue with ACE 4710

    SIP Load balancing Issue with ACE 4710
    I have a Cisco ace 4710 with vesion Version A4(2.2). i configued simple SIP load balancing first without stickiness. without stikeiness we are having a problem because bye packet at the was not going to the same server all the time that left our port in used even though user hang up the phone. its happen randmly. i have a total 20 licenced ports and its fill out very quickly. so i dicided to use the stickiness with call-ID but still same issue. below is the config
    rserver host CIN-VOX-31
      ip address 172.20.130.31
      inservice
    rserver host CIN-VOX-32
      ip address 172.20.130.32
      inservice
    serverfarm host CIN-VOX
      probe SIP-5060
      rserver CIN-VOX-31
        inservice
      rserver CIN-VOX-32
        inservice
    sticky sip-header Call-ID VOX_SIP_GROUP
      timeout 1
      timeout activeconns
      replicate sticky
      serverfarm CIN-VOX
    class-map match-all CIN_VOX_L4_CLASS
      2 match virtual-address 172.22.12.30 any
    class-map match-all CIN_VOX_SIP_L4_CLASS
      2 match virtual-address 172.22.12.30 udp eq sip
    policy-map type loadbalance sip first-match CIN_VOX_LB_SIP_POLICY
      class class-default
        sticky-serverfarm VOX_SIP_GROUP
    policy-map multi-match GLOBAL_DMZ_POLICY
       class CIN_VOX_SIP_L4_CLASS
        loadbalance vip inservice
        loadbalance policy CIN_VOX_LB_SIP_POLICY
        loadbalance vip icmp-reply
      class CIN_VOX_L4_CLASS
        loadbalance vip inservice
        loadbalance policy CIN_VOX_LB_SIP_POLICY
        loadbalance vip icmp-reply
    interface vlan 20
      description VIP_DMZ_VLAN
      ip address 172.22.12.4 255.255.255.192
      alias 172.22.12.3 255.255.255.192
      peer ip address 172.22.12.5 255.255.255.192
      access-group input PERMIT-ANY-LB
      service-policy input GLOBAL_DMZ_POLICY
    could you please help me on this...
    thanks
    Rakesh Patel

    I mean there should be one more statement-
    class-map type sip loadbalance match-any CIN_VOX_LB_SIP_POLICY 
    match sip header Call_ID header-value sip:
    and that will be called under-
    policy-map multi-match GLOBAL_DMZ_POLICY
       class CIN_VOX_SIP_L4_CLASS
        loadbalance vip inservice
        loadbalance policy CIN_VOX_LB_SIP_POLICY
        loadbalance vip icmp-reply
    is that missing in your config ?

  • Is snippet master compatible with edge animate? Or another easy to use cms?

    I am looking for an easy way for clients to update their website text, and am looking at making a whole site with edge animate.
    Any ideas? From anyone who has tried this?
    Thank you.

    Hi there,
    Thanks for your suggestions! We're looking at ways to make the timeline more flexible as far as nesting and/or hiding elements, so hopefully these types of improvements will come as Animate continues to grow. Just wanted to quickly pop in to address a few of your bullet points - hopefully, other Animate users can answer regarding whether they use Animate for software simulation.
    Your first two points (I think) can be at least somewhat addressed by using symbols. Each symbol has its own timeline which can contain many elements, but it will appear as a single element in the main (Stage) timeline.
    Regarding video, there's currently only one HTML5 browser that natively supports video with alpha transparency: Chrome, using video encoded to the webm format. See here for more info: Alpha transparency in Chrome video - HTML5Rocks Updates
    Once other browsers start incorporating native support for video with transparency, this could be pretty cool. But as of now, native browser support is still quite limited.
    Thanks,
    Joe

  • How can I capture a snapshot/screenshot from my game made with edge animate

    I am wondering if its possible to put a symbol button inside edge animate once the user clicks on it it downloads a screenshot from the current screen the user is on because it's a required inside the project I have made and the client is really asking for this advantage and I made the whole game with edge animate so please if anyone has any solutions to tell me about them..Thanks

    Hey, HeavenChains-
    We don't use canvas natively, so the html5 canvas screenshot may not work for you.  I did a quick websearch and there are libraries out there that may take a screenshot for you, but you may want to be wary due to privacy concerns with using third party software.
    Here's one of the ones I found (please don't take this as a recommendation, as I haven't tried it myself):
    http://grabz.it/api/javascript/
    Hope that helps,
    -Elaine

  • I have a serious (and bizarre!) issue with my novation impulse (Although i've tried it with two other keyboards and i still have the same problem) and its compatibility with mainstage 3

    i have a serious (and bizarre!) issue with my novation impulse (Although i've tried it with two other keyboards and i still have the same problem) and its compatibility with mainstage 3.
    the problem is best explained on the following one - page thread: 
    https://discussions.apple.com/thread/3951518?start=0&tstart=0
    (Clearly i'm not alone in this problem, although i think i figured out what's going wrong a little more than he did...read on!)
    his solution, to put mainstage in jump mode, is very unsatisfactory to me, as it bounces all of a sudden to drastically different settings.
    basically, my analysis is that my controller is NOT receiving MIDI date from mainstage.  in other words, mainstage knows what my controller is doing, but my controller doens't know what mainstage is doing.
     let's say i turn the knob all the way to the right ... 127...and the virtual fader goes to the right like it's supposed to. 
    now...next...let's say i change to a different patch, where that same VIRTUAL fader is not at the max clockwise position..maybe it's only at 1pm.  now when i turn the physical knob to the RIGHT, the midi data is still at 127 on the controller!  it didn't "reset" to sync up with the new level (say 80 or so) setting on the new patch.  so i can't increase that new setting of 80 by continuing to turn the knob to the right.  i have to turn it all the way to zero,...and then continue PAST zero until the controller thinks that IT is at 0...at that point the controller and mainstage are in agreement, and things work fine....so bascially, the keyboard thinks the level is at max...but mainstage thinks the level is at 1pm.
    i am using Logic 9, and i have a macbook pro 2.9 Ghz I7 with 8 gigs of memory and OS X 10.8.4

    Hi Josh,
    Thanks for taking the time to contact us here a Novation for technical support. Lets continue to correspond via email so we can get your issue resolved.
    Thanks.
    Mike Towns

  • I downloaded CS6 and am having issues with my print driver. It is not compatible with the HP 2600n and have tried to download drivers given to me by adobe ( (Jupiter 3) but it is not working. after a few days. Its a temporary fix and is still looking for

    I downloaded CS6 and am having issues with my print driver. It is not compatible with the HP 2600n and have tried to download drivers given to me by adobe ( (Jupiter 3) but it is not working. after a few days. Its a temporary fix and is still looking for the HP driver when i boot up. It also will not save in any print or postscript format. Does anyone know how to fix?
    Currently use a Mac with the latest Mavericks 10.9.4

        Oh boy! Acting kind of weird seems to be an understatement, aquaequus!
    What type of troubleshooting were we able to do with you? I want to make sure that we can get some sort of resolution for this problem.
    It is quite possible the battery door may get your phone in working order again. I'm not sure if the store has it in stock, but it is available in our warehouse for $14.99 which can be ordered via customer service.
    Tamara H.
    Follow us on Twitter @VZWSupport

  • I have Iphone 5 and have an issue with deleting part of the messages in Imessage conversation. The trash button is not displayed to delete part of the imessage. I see only delete all option. Is it a bug?

    I have Iphone 5 and have an issue with deleting part of the messages in Imessage conversation. The trash button is not displayed to delete part of the imessage. I see only delete all option. Is it a bug?

    Hi An Iphone user,
    If you are having issues deleting a specific message from an iMessage conversation (not seeing the Trash icon), you may want to double-check that you are following the steps outlined in the following article:
    How do I delete a message?
    To delete a message, tap and hold the message bubble, then tap More.
    Tap Delete All to delete all the messages. Or tap to select the messages you want to delete, then tap .
    After you delete a message, you can recover it only by restoring from a backup.
    Send messages with your iPhone, iPad, or iPod touch - Apple Support
    Regards,
    - Brenden

Maybe you are looking for