
Welcome Guest
|
#1
|
|||
|
|||
|
I have create a mp3 player that appears whenyou rool over a certain area, this was created by using a hidden button. This all works fine, execpt when you move from the hidden button area on to the mp3 player it dissapears as the code in the hidden button tells it to disappear when you move out of the area.
I have tried switching round the layers but this make it so that the mp3 appears, but cannot be clicked. Here is some of my code. code fo the hidden button mp3_btn.addEventListener(MouseEvent.ROLL_OVER, mp3in); mp3_btn.addEventListener(MouseEvent.ROLL_OUT, mp3out); function mp3in(event:MouseEvent):void { playerBk.gotoAndPlay("mp3in"); } function mp3out(event:MouseEvent):void { playerBk.gotoAndPlay("mp3out"); } the mp3 player is located inside a movie clip called playerBk, if that helps. The mp3 player works fine, it just disappears when i go to click on it!!! probably something simple, but it is annoying!
|
«
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 |
| Script Working In Flash 6 Player But Not Flash 7 | eabigelow | Flash 8 |
4 | 11-17-2006 08:12 PM |
| a really basic mp3 player | vivendi | Flash MX |
0 | 10-25-2005 08:41 PM |
| back button not working after loading swf | asadzubi | Newbies |
3 | 11-26-2004 02:55 PM |
| downloading an mp3 to disk from a flash button? | damienschaefer | Flash 5 Actionscript |
4 | 01-29-2003 03:11 PM |
| fullscreen close button not working in IE5.5 | Vincent Yee | Client Side | 0 | 08-14-2001 03:30 AM |





