This content has been marked as final.
Show 9 replies
-
1. Re: Image Gallery - ArgumentError: Error #2025
kglad Oct 14, 2007 9:47 PM (in response to paulmason411)what do you mean by, "...if i click through the images in the image gallery"? -
2. Re: Image Gallery - ArgumentError: Error #2025
paulmason411 Oct 14, 2007 10:50 PM (in response to paulmason411)I just found out that clicking through the image gallery isn't the problem.
I editted my initial post to this thread, hope it makes more sense now. Cheers. -
3. Re: Image Gallery - ArgumentError: Error #2025
kglad Oct 15, 2007 7:29 AM (in response to paulmason411)what's happening in client_images.swf? ie, btn_home is on the main timeline. and that timeline has more than 1 frame, correct?
if yes, when 3 seconds expires the playhead is on a frame where btn_home does not exist. ie, make sure it's the same instance in frame 1 and frame whatever by clearing keyframes and re-creating them on btn_home's layer. -
4. Re: Image Gallery - ArgumentError: Error #2025
paulmason411 Oct 15, 2007 5:20 PM (in response to paulmason411)client_images only has one frame so it must be something in the actionscript.
Can I send you the fla's? I would be really grateful. -
5. Re: Image Gallery - ArgumentError: Error #2025
kglad Oct 15, 2007 10:18 PM (in response to paulmason411)post a link. -
6. Re: Image Gallery - ArgumentError: Error #2025
paulmason411 Oct 15, 2007 11:45 PM (in response to paulmason411)i made a zip of the files, you can download it at:
http://members.iinet.com.au/~ptmz/spacestaion.zip
Thanks for all your time so far. -
7. Re: Image Gallery - ArgumentError: Error #2025
kglad Oct 16, 2007 11:19 AM (in response to paulmason411)you're repeatedly executing the code in frame1 of home and that's causing two clientsLoader instances (among other things) to exist. when you try to remove the most recently created one, it's not been added to the display list, so it can't be removed.
to remedy, put a stop() on frame 1 of home.fla. -
8. Re: Image Gallery - ArgumentError: Error #2025
paulmason411 Oct 16, 2007 4:44 PM (in response to paulmason411)Thanks kglad that worked, can't believe the solution was so simple. Cheers. -
9. Re: Image Gallery - ArgumentError: Error #2025
kglad Oct 16, 2007 5:09 PM (in response to paulmason411)you're welcome.


