You are trying to achieve something here

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if
((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight;
onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH)
location.reload();
}
MM_reloadPage(true);


Please revisit this function in your HTML page .. hope this will help you.

On Sun, Jan 17, 2010 at 2:12 PM, Juan Alberto V. <[email protected]>wrote:

> Hi to all!,
> I have a strange problem with a flash embedded in a frame container.
> In Firefox, the URL::
> http://www.paginasamarillas.com.ar/externalUrl.jsp?url=HTTP://WWW.LEOCARONLINE.COM/&id=706289110178771
> is working very well, but when I open the same URL in IExplorer, the flash
> is blinking all the time.
> And HTTP://WWW.LEOCARONLINE.COM is working good in IExplorer and Firefox.
>
> does anyone know why i have this behavior?
>
> Thanks,
> Juan.
> _______________________________________________
> Flashcoders mailing list
> [email protected]
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to