473,405 Members | 2,287 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

onmouseout event and flash movies

if an image which uses the onmouseout event is adjacent to a flash movie and the mouse goes directly from the image to an embedded flash movie the event will not fire

moving the mouse out of the movie will cause the event to fire

i notice this in firefox and safari (windows) but not in IE7

has anyone else seen this? i've searched for this problem and haven't had luck - can anyone point me in the right direction?

thanks
Jan 21 '08 #1
5 1681
acoder
16,027 Expert Mod 8TB
Does the Flash movie overlap part of the image?
Jan 22 '08 #2
they don't overlap - in this case they're both in separate table cells
Jan 22 '08 #3
acoder
16,027 Expert Mod 8TB
Can you post your code please.
Jan 22 '08 #4
Can you post your code please.
below is a simple example that reproduces the behavior - when moving the mouse out of the image to the left, bottom or right and the alert box appears - move the mouse out of the image to the top, into the flash animation, and it doesn't until you move out of there

thanks for the help!

Expand|Select|Wrap|Line Numbers
  1. <body>
  2.     <table border="0" cellpadding="0" cellspacing="0">
  3.         <tr>
  4.             <td>
  5. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="770" height="114">
  6.                             <param name="movie" value="userFiles/test_flash.swf" />
  7.                             <param name="quality" value="high" />
  8.                             <embed src="userFiles/test_flash.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="770" height="114"></embed>
  9.                     </object></td>
  10.         </tr>
  11.         <tr>
  12.             <td>
  13.                 <img src="images/test_image.jpg" width="770" height="114" onmouseout="alert('out!');" />
  14.             </td>
  15.         </tr>
  16.     </table>
  17. </body>
Jan 22 '08 #5
acoder
16,027 Expert Mod 8TB
The only thing I can think of at the moment is to add some spacing, e.g. cellpadding or cellspacing. That may not be ideal depending on your requirements.
Jan 23 '08 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: LL2000 | last post by:
Hello! I'd like to allow users to upload Flash movies to my website and have them displayed in a page. There are certain things that I either need in order to display them correctly, such as...
6
by: Sławek Mróz | last post by:
Hello! I'm a beginner in C# programming and I'm wondering if it's possible to put Macromedia Flash movies and C# applications working together. If yes and you know some good web-articles...
0
by: simchajoy2000 | last post by:
Hi, I have a series of flash movies imbedded in my webpage and for users who use dial-up, these movies obviously open up at a different rate. However, this not only makes the webpage look very...
6
by: Andy G | last post by:
I have a client that is really pushing me to start using Flash MX Professional to replace VS.NET. Main arguement is that it looks better and flows nicer than visual studio developed applcations...
13
by: Keith Wilby | last post by:
I've never used this event before and I'm struggling. I have this code in it: If MsgBox("You entered " & Me.cboManagerName _ & " - is this the manager's network logon ID?", vbYesNo, "Confrim...
2
by: Richard Maher | last post by:
Hi, I'm trying to use the Visibility Style attribute for a Div to effectively PopUp a lightweight window with some additional context-sensitive information, when a user mouses over a given...
2
dream party
by: dream party | last post by:
Inserting a Flash (SWF, FLV) file into HTML web page is already an old and familiar thing to all of us. It is a rather non-flexible thing that just to edit some options in the template. However, I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.