mbolandnazar
Member
سلام خدمت دوستان
من یه بنر درست کردم
ایه لایه درست می کنم و دکمه اش می کنم
بعد رو دکمه کد لینک رو می ذارم ولی نمیشه
هم با cs6 هم با cc امتحان کردم نشد
عکس ارور
کد لینک
[HTMLS]/* Click to Go to Web Page
Clicking on the specified symbol instance loads the URL in a new browser window.
Instructions:
1. Replace http://www.adobe.com with the desired URL address.
Keep the quotation marks ("").
*/
button.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage);
function fl_ClickToGoToWebPage(event:MouseEvent):void
{
navigateToURL(new URLRequest("http://adobe.net"), "_blank");
}
[/HTMLS]
من یه بنر درست کردم
ایه لایه درست می کنم و دکمه اش می کنم
بعد رو دکمه کد لینک رو می ذارم ولی نمیشه
هم با cs6 هم با cc امتحان کردم نشد
عکس ارور

کد لینک
[HTMLS]/* Click to Go to Web Page
Clicking on the specified symbol instance loads the URL in a new browser window.
Instructions:
1. Replace http://www.adobe.com with the desired URL address.
Keep the quotation marks ("").
*/
button.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage);
function fl_ClickToGoToWebPage(event:MouseEvent):void
{
navigateToURL(new URLRequest("http://adobe.net"), "_blank");
}
[/HTMLS]
آخرین ویرایش: