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, but in the mean time, do a search for "flash under div"
or something like that.

On 9/28/07, abierose <[EMAIL PROTECTED]> wrote:
>
>
>
> Hello, I am new to jQuery but I absolutely love it.
>
> I am currently using jQuery for a client project I am working on. I am
> also using the jqModal plugin to automatically display a modal window
> when the user goes to the site. The questions I have are as follows:
>
> 1. How can I delay the display of the modal window so that it displays
> a couple of seconds after the document loads?
>
> and
>
> 2. How do I get the flash content to show beneath the modal window
> overlay? Currently, the flash content does not show at all until the
> modal window is closed.
>
> Here is the page I am working on:
>
> http://abierose.com/clients/hcalvin/index.html
>
> Any help would be greatly appreciated!
>
> abierose
>
> --
> View this message in context:
> http://www.nabble.com/jqModal%2C-Flash%2C-and-Timing-Event-Firing-tf4537705s15494.html#a12951183
> Sent from the JQuery mailing list archive at Nabble.com.
>
>


-- 
Benjamin Sterling
http://www.KenzoMedia.com
http://www.KenzoHosting.com
http://www.benjaminsterling.com

Reply via email to