[FLASH8] Need Help : LoadMovie() jump to specific frame (another swf.file)

[COLOR=Blue]My problem is :

A.swf : 5 frame (ie, page1, page2, page3, page4, page5)
B.swf : 2 frame (ie, page6, page7)

When click on back button in the page6(B.swf), wish to jump back to page5(A.swf) instead of page1 as normally[/COLOR]
[COLOR=Red]**
Script using :**

back_btn.onRelease = function() {
loadMovie(“A.swf”,0);
};[/COLOR]

B.swf jump to A.swf, but go to frame 5 instead of frame 1 in A.swf.

What should i do for the script to achieve what i mentioned above?

[COLOR=Black]Hope somebody can help me, your early reply is greatly appreciated.
Thank you.

p/s : hope can give me a simple explanation, example attached will be great.:slight_smile:
[/COLOR]