[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

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

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