Develop PHP Website for Learning Web Design Free Online
  Home   |   Forums   |   DevCMS
  Join   |   Log In
 
   

Forum Index >> Flash and ActionScript 3 Forum

Holder
ActionScript flash 10 for a button
   THREAD CLOSED    
 
ActionScript flash 10 for a button
by davidlevine - Sat Jul 31, 2010 12:21:19 PM

Hi,
I have a button called butt I want it to goto this url http://www.davidlevine.co.uk/popicons
I have searched the web and even posted on this site the codes offered simply don't work.
I am a flash idiot but that dosen't mean i have to readt every word writen on flash to make it work.
Anyone what is the code to make my butt got the above url.

I have this code:
(butt).addEventListener(MouseEvent.MOUSE_DOWN, gotoweb);
 function gotoweb(event:MouseEvent):void {
 var goURL:URLRequest = new URLRequest("http://www.davidlevine.co.uk/popicons");
 navigateToURL(goURL, "_self");
 }

it returns this error:
scene 1, layer 'action script', frame 1, line 1 1120: Access of undefined property butt. (butt).addEventListener(MouseEvent.MOUSE_DOWN, gotoweb);

  anyone please I havre been one this since feb this year.
davidlevine
Forum & Site XP Level:

United Kingdom
East Sussex
Hove

GeminiGemini
Posts: 8
Joined: 03/02/10
Website: URL

RE: ActionScript flash 10 for a button
by davidlevine - Sat Jul 31, 2010 12:25:51 PM


davidlevine
Forum & Site XP Level:

United Kingdom
East Sussex
Hove

GeminiGemini
Posts: 8
Joined: 03/02/10
Website: URL

RE: ActionScript flash 10 for a button
by davidlevine - Sat Jul 31, 2010 12:28:04 PM


davidlevine
Forum & Site XP Level:

United Kingdom
East Sussex
Hove

GeminiGemini
Posts: 8
Joined: 03/02/10
Website: URL

   THREAD CLOSED  
 
 
Arbitrary Links and Archives
Home
Active Forums
Members
SIte News
Link To Us
Gear
2009 Forum Archive
Programming Courses
Learn HTML
Learn CSS
Learn PHP
Learn MySQL
Learn Javascript
Learn jQuery
Learn ActionScript 3.0
Learn Java
Learn XML
DevelopPHP Requires Flash Player
Get Adobe Flash player
___________________________________________

Terms of Use  •  Privacy  •  Admin Notes

©2010 developphp.com   |   Powered By FlashBuildingHolder