Audrius
January 20th, 2003, 05:11 AM
hey guys
I have situation:
I have couple externel SWF's for my web site; 1st - home.swf, which has some text , 2nd- swf is contact and the 3rd one is portfolio.swf
the problem i have is when i load externel swf (i.e contact info) into my home page it actually apears on the top of my home text
how i should program actionscript to avoid this problem.
ps I have F MX
the script i am using for mu buttons is as follow:
on (release) {
_root.contents.loadMovie("contact.swf");
}
thank you in advance
Andy
I have situation:
I have couple externel SWF's for my web site; 1st - home.swf, which has some text , 2nd- swf is contact and the 3rd one is portfolio.swf
the problem i have is when i load externel swf (i.e contact info) into my home page it actually apears on the top of my home text
how i should program actionscript to avoid this problem.
ps I have F MX
the script i am using for mu buttons is as follow:
on (release) {
_root.contents.loadMovie("contact.swf");
}
thank you in advance
Andy