Hi,
I am having a problem but after all tries i cannot find out the cause of it. I added a movie clip in a .fla file and in that movie clip i called added an empty movie clip. I called a .swf file in the empty movie clip. Now i want to access a particular frame in .swf file and i have tried using telltarget with gotoandstop("label") to do this but this isn't working.
It only loads the .swf from frame1 at loadmovie().
If i simple add the empty movie to .fla file and call .swf at frame(3) then it works.
I cannot understand the problem???
Regards