erpol
Member
عزیز دل برادر منظور اینه که شما گفتی آدرس ایندکس 2 روی هاردت رو بگو منم گفتم بجای هارد فک کن تو خود هاست قرار داره قسمت پابلیش و توی آدرس مرورگر ایندکس 2 همون ماین هستش که به صورت صفحه دوم قرار میگیره مثل www.itlor.com/main
/* Click to Go to Web Page
Clicking on the specified symbol instance loads the URL in a new browser window.
Instructions:
1. Replace http://itlor.com with the desired URL address.
Keep the quotation marks ("").
*/
movieClip_1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage);
function fl_ClickToGoToWebPage(event:MouseEvent):void
{
navigateToURL(new URLRequest("http://www.itlor.com"), "_present");
}
/* Click to Go to Web Page
Clicking on the specified symbol instance loads the URL in a new browser window.
Instructions:
1. Replace http://itlor.com with the desired URL address.
Keep the quotation marks ("").
*/
movieClip_1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage);
function fl_ClickToGoToWebPage(event:MouseEvent):void
{
navigateToURL(new URLRequest("http://www.itlor.com/main"), "_parent");
}