Hi,
I have an Adobe Edge composition with a fair amount of animation - the compressed *_edge.js file is 75kb compressed or 675kb uncompressed.
If I load the default published index.html file with a cold cache on a slow connection (~80kbps) I invariably get a two fatal errors thrown. Loading it up in a faster environment and everything works fine.
Here is a dump of the errorsm including the stack trace:
As you can see, edgeActions is being called before jQuery has finished loading, which is obviously a problem with your preloading code. Also the _edgePreload file is trying to complete before it's loaded the actual edge.1.5.0.min.js file.
Here's Chrome's network panel (sorry I split the images so they didn't end up too tiny)
Image may be NSFW.
Clik here to view.Image may be NSFW.
Clik here to view.
I'm going to be looking into this further, but thought I'd raise it with you.
Many thanks,
Pete