Hello,
I built my site a while back on edge animate 3.0 and it worked fine. I've recently I have come back to update some bits but a few things no longer work.
My preloader is no longer centred to the stage. I have a 100% width stage so I used absolute positioning and auto margins to centre the preloader before, this was the snippet of code on my Preloader actions
$("#preloader").css({
width : '120px',
height : '120px',
margin : 'auto',
position: 'absolute',
top: 0, left: 0, bottom: 0, right: 0
});
This no longer works, is there anything I need to change on this code?
Or anything I can change in the HTML file which is being displayed as follows:
{
id: 'preloader',
type: 'image',
tag: 'img',
rect: ['0px', '0px', '120px', '120px', 'auto', 'auto'],
fill: ["rgba(0,0,0,0)",'images/Loader.gif','0px','0px']
}
Thanks in advance,
Nick
There was a bug in chrome that was corrected in 2014.0.1 version. Update to that version to correct the problem.
If you want to try 2014.1. you can upgrade directly from the cloud. If you have problems with it you will be able to use the link below to have both versions at the same time. this way you will be able to open the original version in ver 2014.0.1
I personally recommend that you wait to update to the new version since there are several issues right now.
Below is the link for 2014.0.1. Log to the cloud and chose version 2014 (not 2014.1).
Thanks for the suggestion, I downloaded 2014.0.1 and everything seems to be back to normal. I'll wait before I use 2014.1 again