Sorry guys to bother u all once again…
How do u guys use the delete action??? I mean like i have button “A” to play animation “A” and when i press on button “B”, animation B play over animation “A”. What I actually wanted is to delete animation “A” when button “B” is pressed and on the other hand animation “B” start to play too. Have any suggestions anyone??
Use loadMovie(); to load external SWF’s into an empty movieclip. When another movieclip is loaded inside the same movieclip, the other one is deleted and the new one is shown and played. That is what you wanted, right ?
wait is there is sound in my FOOTER??? I THOUGHT I CHANGED IT???
It depends on the structure of your fla. If you don’t want to load another swf, you can yourClip.removeMovieClip().
hey thanks for the help… it worked beautiful…but the swf doesnt seen to function as smoothly as the original one