Topic: load order for embedded gallery

I embedded my juicbox generated galleries under a menu which was created in Adobe Edge.

When a page is reached the juicebox gallery loads before the edge menus -and the whole then suddenly needs to shift down the page. It would be nice for the menu to draw first. I tried putting the juicebox embed code into Edge as a CreationComplete action for the stage - thinking it would only draw after the menu was done but all that does is freeze the javascript for the entire page - so nothing is drawn at all

Appreciate any suggestions

thanks

Re: load order for embedded gallery

Perhaps you could use the <script> defer attribute or use jQuery to queue the JavaScript events on your page.