Forum Moderators: open
the problem is that how I have them loading is on a timeline soo since they all dont load in the same time after a few minutes they foul up. <SNIP>
I have been over thinking this so much im not sure i am even approaching this the right way. Please point me in the right direction. Thanks-J
[edited by: BlobFisk at 9:36 am (utc) on June 23, 2005]
[edit reason] No URLs please! See TOS [webmasterworld.com] [/edit]
Is it a timing problem - in that you're trying to match the loaded .swf's with something going on in the main t-line? Or are certain actions not working as you expect them to - a path issue?
One thing I've started doing is to add:
mnTLine = this;
to the _root scripts, and a different var name for the loaded .swf's timeline...that way, I don't need to use _root as a reference [though _level0 does pretty well] at all and risk the chance of path prob's.
Sorry if that was completely unhelpful,
El