Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

 trouble wiff flash web browser, pop up wif no toolbar windows..how?

views
     
Stupid Khor
post May 15 2006, 08:55 AM

Getting Started
**
Junior Member
276 posts

Joined: May 2006
From: MMU, Cyberjaya


I'm not sure whether which button do you want to do navigation...
is it 'test', 'test2' or 'test3'?
if it's 'test', then try this code (the changes are commented) :

CODE
stop(); // this is for stopping the frame...

test.onRollOver = function(){
this.gotoAndStop(2);
}
test.onRollOut = function(){
this.gotoAndStop(1);
}
test.onRelease = function(){
_root.gotoAndStop(2); // change 'this' to '_root' to navigate the _root stage...
}




test2.onRelease = function(){
trace("KLIK2")
}

test3.onRelease = function(){
trace("KLIK2222")
}



to kidmad:
I guess you've included the wrong fla file... tongue.gif

This post has been edited by Stupid Khor: May 15 2006, 09:43 AM
Stupid Khor
post May 15 2006, 09:44 AM

Getting Started
**
Junior Member
276 posts

Joined: May 2006
From: MMU, Cyberjaya


hehe... not really...
just that the fla file you've inserted is the unchanged version,
I mean the one which junkieG submited... XD

 

Change to:
| Lo-Fi Version
0.0142sec    0.55    7 queries    GZIP Disabled
Time is now: 6th December 2025 - 03:55 AM