在导航菜单中闪烁 [英] Flash in navigation menu

查看:75
本文介绍了在导航菜单中闪烁的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,专家
我在为ASP.NET制作导航菜单时需要FLASH的帮助.我现在为按钮创建了设计.当我单击按钮时,它应该打开该站点.我正在使用此代码:

Hi Experts,
I want a little help of FLASH as I am making a Navigation Menu for my ASP.NET. I created the design, now for button. When I click on button it should open the site. I am using this code:

on (rollOver) {
_root.mouse_over_button1 = true;
}
on (rollOut) {
_root.mouse_over_button1 = fstartlse;
}
on (release){
getURL("http://www.google.com/", "blank");
}


但这给出了错误: 1087:语法错误:程序结束后发现了多余的字符.在(rollOver){

请帮助我.


But it''s giving error: 1087: Syntax error: extra characters found after end of program. on (rollOver) {

Help me please.

推荐答案

"fstartlse"

可能与它有关吗?
"fstartlse"

Could that maybe have something to do with it?


好吧,我遇到了我的错误,即我没有键入实例名称...问题解决了thnx
ok i got my mistake i.e i havent typed my instance name ... problem solved thnx


这篇关于在导航菜单中闪烁的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆