Hi folks, it's been a few years since I've been here. My use of Flash has
slipped quite a bit since most of my clients only desire a little bit here
and there. 

Recently  though I've run into a problem that seems to have resulted with
the Adobe Scripts update last year.   Now, even Adobe's home page shows a
flash flicker in Safari... I was using a show/hide function to hide my flash
item and replace it with a jpg when a user scrolled over a menu. That seemed
to be he only way to prevent the z-index error I'm now seeing with the
submenus appearing beneath the Flash on the page in Safari ONLY, it appears:

http://www.PetersonSales.com

For some reason the show hide function is broken, probably by the Adobe
Scripts update. 
Here's a link to a picture of the behavior:
http://www.petersonsales.net/petersonMenu.jpg

The layout includes the 2 divisions:

> <div id="flashdiv1">
 
 > Flash Content here...
> </script>
> </div>
Alt content:
> <div id="flashdiv2" onMouseOver="P7_autoShowHide(0,'flashdiv1')"> <img
> src="/images/flash2006.jpg" alt="Peterson Design Studio " width="500"
> height="350"> </div>

And this is the function that no longer works, developed by PVII:
> function P7_autoShowHide() { //v1.2 by PVII-www.projectseven.com
>  var g,b,k,f,ag=arguments,a=parseInt(ag[0]);
>  if(!document.p7setc){p7c=new Array();document.p7setc=true;for(var
> u=0;u<10;u++){
>  p7c[u]=new 
> Array();}}for(k=0;k<p7c[a].length;k++){if((g=MM_findObj(p7c[a][k]))!=null){
>  
> 
b=(document.layers)?g:g.style;b.visibility="hidden";}}for(k=1;k<ag.length;k++)>
{
>  
> if((g=MM_findObj(ag[k]))!=null){b=(document.layers)?g:g.style;b.visibility="vi
> sible";
>  f=false;for(var j=0;j<p7c[a].length;j++){if(ag[k]==p7c[a][j]){f=true;}}
>  if(!f){p7c[a][p7c[a].length++]=ag[k];}}}
> }

Any help, greatly appreciated.


 
~~~~~~~~~~~~
Jefferis Peterson, Pres.
Web Design and Marketing
http://www.PetersonSales.com



_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to