pls visit http://multimedia.blaze.in
this is my new site. i load all subpages (SWF) using this code
(Ex.)
on (rollOver) {
gotoAndPlay(2);
}
on (releaseOutside, rollOut) {
gotoAndPlay(11);
}
on (release) {
loadMovieNum (“Templates.swf”, 1)
}
all links work fine , but when i click other links the home page displayed as flicker.
how to avoid this . i putt all the code into index.swf ,
pls help me… thanks in advance…