[jQuery] Re: jqModal, Flash, and Timing Event Firing

2007-10-11 Thread abierose
Hi Benjamin, thank you so much for your response to my issues. I ended up not using the jqModal plugin at all and using just the latest version of jQuery (1.2) and adding/modifying your suggestion. Below is the code I implemented to get it to work the way I wanted it to. (If anyone else would

[jQuery] Re: jqModal, Flash, and Timing Event Firing

2007-09-29 Thread Benjamin Sterling
for question 1: setTimeOut(myModalFunction, 2000); or setTimeOut(function(){ // your modal code }, 2000) for question 2: There is a fix for keeping the flash behind a div, but I could not find it right away, I will look around a little later for one of the projects that I had that issue with,

[jQuery] Re: jqModal, Flash, and Timing Event Firing

2007-09-29 Thread Karl Swedberg
On Sep 29, 2007, at 10:54 AM, Benjamin Sterling wrote: for question 2: There is a fix for keeping the flash behind a div, but I could not find it right away, I will look around a little later for one of the projects that I had that issue with, but in the mean time, do a search for flash

[jQuery] Re: jqModal, Flash, and Timing Event Firing

2007-09-29 Thread Benjamin Sterling
Karl, I do think you are correct. On 9/29/07, Karl Swedberg [EMAIL PROTECTED] wrote: On Sep 29, 2007, at 10:54 AM, Benjamin Sterling wrote: for question 2: There is a fix for keeping the flash behind a div, but I could not find it right away, I will look around a little later for one of