Jump to content

Recommended Posts

Posted

I have written a bit of AS3 code (compiled to swf)

 

It reads in an xml file containing a list of Image files that should be displayed cyclically with a fade in/out

 

Code works in Flashdeveloper

Code works in local test html in Firefox on home pc

Code works in local test html in IE on home pc

 

Have got everything loaded up to the webserver

swfDemo Page | Upton Junior School - Working together for our children's future -

looks fine in Firefox

 

But in IE

All images load OK, then the first few images fail to fade in/out

 

so we get

 

image(1) load

fade out

image(2) load

fade out

......

 

image(1)

blank

image(2)

blank

image(3)

....

image(n)

fade out

fade in

image(n+1)

fade out

fade in

image(n+2)

fade out

fade in

.....

image(1)

blank

image(2)

.....

 

Any ideas what can be causing this ??

Posted
Do the paths change on the second rotation?

 

??Not sure what you mean by paths changing??

 

code loads an array of images then cycles through them - order never changes

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...