solution for back button problem using localConnection Class

below figure shows the sequence of pages loading and messages passing that make a better Back button.

diagram.gif
*HTML parameter인 FlashVars tag를 이용해 flash movie에 직접 변수를 전달.
*아래의 Java Script 구문을 이용하여 브라우저의 history 기록에 타이틀을 남길 수 있다.
docment.title = “sec “+window.lodcation.search.substring(9);


Phllip Kerman, Flash MX 2004 for rich internet applications, 2003, New Riders. pp. 159 ~ 165