Click here to Skip to main content
15,902,635 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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:
C#
on (rollOver) {
_root.mouse_over_button1 = true;
}
on (rollOut) {
_root.mouse_over_button1 = fstartlse;
}
on (release){
getURL("http://www.google.com/", "blank");
}

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

Help me please.
Posted
Updated 14-Aug-10 10:33am
v3

"fstartlse"

Could that maybe have something to do with it?
 
Share this answer
 
Comments
_illusionist_ 14-Aug-10 16:38pm    
but bro where to write this fstartlse .. could to plz describe thnx :)
AspDotNetDev 14-Aug-10 16:44pm    
You wrote that, in your sample code in your question. It looks like you typed "fstartlse" instead of "false".
ok i got my mistake i.e i havent typed my instance name ... problem solved thnx
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900