LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-02-2009, 04:55 PM
47rickym 47rickym is offline
Registered User
 
Join Date: Feb 2009
Location: United Kingdom
Posts: 3
Rep Power: 0
47rickym is on a distinguished road
Aid Hidden button with mp3 player - working too well! help!

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!
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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




All times are GMT. The time now is 08:56 PM.