Strange Swf Load Problem
January 6th, 2009
skip intro, and click history. this history.swf loads fine, as do any other swf files from the intro, but once in the site some of the swf's won't load. Actually they load on my safari browser, but not my boss'. Too strange.... any thoughts on what might be goin on here?
heres the code from the btns:
on(release){
moveSlider(429);
mainApp.clipholder.loadMovie("http://71designteam.com/pursue/flash/press.swf");
}
mainApp is a global var where clipholder is located... (moveSlider is a function for a animated item)
heres a sample from one of my btn actionscript:
on(release){
mainApp.clipholder.loadMovie("http://71designteam.com/pursue/flash/press.swf");
}
mainApp is a global var I declared on the main timeline to get specific addressing. what I'm noticing is that the empty mc "clipholder", once loaded with content, won't load new swf's replacing the existing. This has never happened to me... and it seems like a problem unique to certain browsers....
*pressing location ruined the movie, the intro restarts without finishing non-stop & contact didnt unload
#If you have any other info about this subject , Please add it free.# |