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




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 10-29-2006, 05:12 PM
seidel1 seidel1 is offline
Registered User
 
Join Date: Oct 2006
Posts: 1
Rep Power: 0
seidel1 is on a distinguished road
Flash Button in ASP2.0?

I am pretty proficient in Flash, but I'm experiencing something I can't seem to fix. I have an area (flash) that I want to have the effect such that when the mouse moves over it text appears. and when the mouse moves off it returns to its normal state.

I have it working as I desire when its stand alone, however when I place the button in the ASP page, the button requires me to initially click on it, before the effects take place. Has anyone experienced this issue?

Here's the code I use to imbed the movie:
Quote:
<objectcodebase="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"

height="347"width="250">

<paramname="movie"value=".\App_Themes\Flash\technology-en.swf">

<paramname="quality"value="high">

<embedheight="347"pluginspage="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"

src=".\App_Themes\Flash\technology-en.swf"width="250">
</embed>

</object>
Here's the code on the button event (Layer1):

on (rollOver){
gotoandplay(5);
}
on (rollOut){
gotoandplay(25);
}

On Layer8, frame 5 I tell the movie to stop() and wait for the mouseover event.

Any ideas?
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
Flash Encrypt protects action script sintrix.com New Softwares 4 08-08-2007 05:07 AM
submit form with flash button and validate dshallenberger Flash MX ActionScript 2 12-20-2006 06:42 PM
HTML Form, Flash Button Submit nraum Flash MX 1 09-14-2004 09:02 PM
How to make a button invisible in Flash 5?? HELP!! djake76 Flash 5 Actionscript 3 09-04-2004 04:13 PM
Back button - Flash button that jumps back to last page visited alexps4249 Flash MX 3 02-20-2004 05:41 PM




All times are GMT. The time now is 09:50 AM.