[Flashcoders] Strange problem with a Flash animation.

2010-01-17 Thread Juan Alberto V.

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
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Strange problem with a Flash animation.

2010-01-17 Thread Deepanjan Das
Hi,
This seems to be a javascript issue and nothing to do with flash. I think
the flash is getting reloaded again and again and causing it to flicker.

Cheers
Deepanjan Das

On Mon, Jan 18, 2010 at 12:42 AM, Juan Alberto V. acctoujo...@gmail.comwrote:

 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
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




-- 
Warm Regards
Deepanjan Das
M: +91 9836582808

Think of the environment before printing this email
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Strange problem with a Flash animation.

2010-01-17 Thread Deepak Sahu
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. acctoujo...@gmail.comwrote:

 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
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders