| mpaquette 2006-08-21, 6:22 pm |
| Hi, i've created a flash image that I have inserted into my home page and am
having trouble with the drop down menu. When a drop down menu is selected, it
loads menu behind the image. I know it has to do with flash becasuse it doesn't
do this when I'm using a static image. Here is the object code I'm using:
<object priority="bottom" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,79,0"
id="index" width="800" height="280">
<param name="movie" value="images/index/home3.swf">
<param name="bgcolor" value="#FFFFFF">
<param name="quality" value="high">
<param name="allowscriptaccess" value="samedomain">
<embed
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
name="index"
width="800" height="280"
src="home3.swf"
bgcolor="#FFFFFF"
quality="high"
swliveconnect="true"
allowscriptaccess="samedomain"
>
</embed>
</object>
If you have any recommenations on how to made the image bottom priority please
forward.
Thanks!
mp
|