terça-feira, 22 de novembro de 2011
Botoes Flash
/* 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 ("").
*/
google.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage);
function fl_ClickToGoToWebPage(event:MouseEvent):void
{
navigateToURL(new URLRequest("http://www.google.com"), "_blank");
}
/* 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 ("").
*/
blogturma.addEventListener(MouseEvent.CLICK, fl_Click);
function fl_Click(event:MouseEvent):void
{
navigateToURL(new URLRequest("http://www.multimediaazambuja.blogspot.com"), "_blank");
}
/* 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 ("").
*/
meublog.addEventListener(MouseEvent.CLICK, fl_ClickTopage);
function fl_ClickTopage(event:MouseEvent):void
{
navigateToURL(new URLRequest("http://multimediaduarte2.blogspot.com/"), "_blank");
}
segunda-feira, 21 de novembro de 2011
Subscrever:
Mensagens (Atom)