This content has been marked as final.
Show 2 replies
-
1. Re: preloader code in wordpress template
Kartik Mehta Apr 9, 2010 10:31 PM (in response to k.loy)Hi,
Why you are using this line
removeChildAt(0);
I think to remove preloader.
I suggest you to use :-
removeChild(this.getChildByName('PreloaderName"));
Let me Know how its work
-
2. Re: preloader code in wordpress template
k.loy Apr 10, 2010 6:55 AM (in response to Kartik Mehta)Thanks, but when I use that line I get this....
TypeError: Error #2007: Parameter child must be non-null.
at flash.display::DisplayObjectContainer/removeChild()
at ns_preloader_fla::MainTimeline/done()

