This is a message.

Forum user: Dn2k

Basic information

Registered Jun 3, 2009
Last login Jun 12, 2010
Forum posts 3
Direct URL http://www.flowplayer.org/forum/users/11307

Latest forum posts

Posts:

Registered:

» » » » » overlay on page load

Posted: Jun 3, 2009

cool that works perfectly ! :)

Posts:

Registered:

» » overlay on page load

Posted: Jun 3, 2009

with:

$(window).load(....
return the same error and with:

$(document).load(function(){ 
   var api = $("#overlay").overlay({api:true});
   api.load() 
});
the function doesn't seems to be called at all.. i think i'm missing something..

Posts:

Registered:

overlay on page load

Posted: Jun 3, 2009

Hi! seems that I'm the first to post (other than Tero :)), hope its the right place to do it :)

Im trying to load an overlay just after the page is loaded, so i've tried this:

$(function() {
	var api = $("#overlay").overlay({api:true});
	api.load();
});
but firebug says:


m is undefined    -  jquery.tools.js (line 35)

do you have any clue?
Thanks