Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

slider gallery help

Status
Not open for further replies.

edd1eg

Programmer
Jun 27, 2003
123
GB
Hi there, i have got a bit of a problem here, at this page
now click on the button "seville", i have created a flash scrolling gallery, with a loader scene before each gallery, but after each gallery is loaded, if you go back to the previous gallery's you were at you still see a flashing image of the loader. Does anyone know how to fix this problem?

thanks

edd
 
What's your preloading code?

Regards,

cubalibre2.gif
 
here it is

ifFrameLoaded ("Scene 1", 1) {
}

this is the way i have put my scenes

loader scene 1

gallery scene 2

loader scene 3

gallery scene 4

loader scene 5

gallery scene 6

i'm not sure if this is the correct way of doing this.

thanks for any help

edd
 
I actually ment the preloading code itself, not the preloading structure.

By the way, the ifFrameLoaded action is deprecated, and if all your galleries are in the same movie, only one preloader would be necessary and actually work. You can't individually load scenes with several preloaders in alternate scenes in the same movie.

Regards,

cubalibre2.gif
 
thats the preloading code here

ifFrameLoaded ("Scene 1", 1) {
}
 
That wouldn't preload anything!
That's just a conditional statement, with no code to execute if it's true or not.

Regards,

cubalibre2.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top