
Welcome Guest
|
#1
|
|||
|
|||
|
working on external scroll, within main timeline,help
hello everyone,I need help. I am getting constant flash-mate for the last few days. I ‘ve tried to applied button function to external swf,that is thumbnail panel with images, however, if I try url link (code is inside external panelc scroll):
panelc.img1_btn.addEventListener(MouseEvent.MOUSE_ DOWN, thumbDownHandler); function thumbDownHandler(event:MouseEvent):void { navigateToURL(new URLRequest(”http://www.google.com”)); } panelc.img2_btn.addEventListener(MouseEvent.MOUSE_ DOWN, thumbDownHandler2); function thumbDownHandler2(event:MouseEvent):void { navigateToURL(new URLRequest(”http://www.yahoo.com”)); } everything works, once scroll downloaded , I click image 1 goes to google, image 2 goes to yahoo, however, if I try to apply function to goto certain frame within the main timeline, using : panelc.img3_btn.addEventListener(MouseEvent.MOUSE_ DOWN, mouseDownHandler3); function mouseDownHandler3(event:MouseEvent):void { gotoAndStop(80); } panelc.img4_btn.addEventListener(MouseEvent.MOUSE_ DOWN, mouseDownHandler4); function mouseDownHandler4(event:MouseEvent):void { gotoAndStop(81); } panelc.img5_btn.addEventListener(MouseEvent.MOUSE_ DOWN, mouseDownHandler5); function mouseDownHandler5(event:MouseEvent):void { gotoAndStop(82); } etc… -buttons dont react, I dont get any errors either, not sure what to do, first time flash user, want to go out take photos instead, pls can anyone give me any suggestions/hints, I ‘ve read every possible article, can’t make it working, thanks |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| playing external movies while the main application still open | finn_martin | Flash MX 2004 |
5 | 09-04-2006 07:40 AM |
| links & music not working in external movie | heyme | Sound and Music |
1 | 08-23-2005 10:40 PM |
| Scroll function not working in loaded movie | bildog | Flash MX ActionScript |
1 | 03-24-2005 12:00 AM |
| Loading external movie clip into main movie | rhizome909 | Flash MX |
2 | 08-29-2004 03:57 PM |
| Resolved: preloading external swf's on the main timeline | smelsco | Flash MX |
1 | 03-23-2004 06:25 PM |

Programming Languages



