I released a new version of SFBrowser containing some minor fixes plus a new CTRL-C feature which copies the full or relative path to your clipboard. Go check out the examples here. You can download or do a repository checkout at Googlecode, or install it as a WordPress plugin.
3 Comments
Hello there,
I’m using your SFBrowser for my cms and had a couple questions. if you could shoot me an email so that I can contact you back about some things that would be great.
John
hello,
please help me with SFBrowser 3.2.2
how can i open SFBrowser 3.2.2 by window load in inline mode ??
i have take this $(window).load(function() {
$.fn.sfbrowser({swfupload:true,preview:true,x:0,y:0,w:750,h:500});
});
but i need it for inline .
thanks
Have you tried: $.sfb({ inline:’#inhere’}); ?