You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Forum user: Tero Author of jQuery Tools and this website + JavaScript developer of Flowplayer.

Basic information

Registered Nov 16, 2007
Last login 20 hours ago
Forum posts 1656
Direct URL http://www.flowplayer.org/forum/users/1421

Latest forum posts

Posts:

Registered:

» An complex playlist

Posted: yesterday 07:20

Hello ppalermo. Unfortunately we cannot find your payment. We are searching with your email address: piermichele.palermo@irpe.it. Do you have a PayPal receipt? If not what is your email address at PayPal?

Posts:

Registered:

» Solution to multiple events triggered by children elements

Posted: on saturday

noticed your tweet on this issue. sounds like a proper modification for the tool. I'll test this and add to the next release.

Much appreciated! thanks.

Posts:

Registered:

» forum: some posts only accessable when logged in

Posted: 10 days ago

Fixed.

THANK YOU (again)

Posts:

Registered:

» forum: some posts only accessable when logged in

Posted: 10 days ago

yes. noticed that. I'm working on it right now.

Posts:

Registered:

» » » » » » » » (cant edit post) - there is definetly a flowplayer bug in all this

Posted: 4 weeks and 4 days ago

yes. but the correct URL is:

http://beta.flowplayer.org/demos/test/wmode.htm

(note the beta subdomain). I'm sorry I cannot help you any further since I don't know about Flash.

Posts:

Registered:

» off topic, forum and blog

Posted: Oct 9, 2009

I did those both from scratch with Java. I'm also the author of these jQuery Tools. Good old programming work!

Posts:

Registered:

» modal overlay demo is broken

Posted: Oct 8, 2009

This is now fixed.

Thanks!

Posts:

Registered:

» » » » » » (cant edit post) - there is definetly a flowplayer bug in all this

Posted: Oct 8, 2009

Hello guys,

You are definitely on the right track here. I setup a test page here:

http://beta.flowplayer.org/demos/test/wmode.htm

And it works fine with the browsers I test except the Firefox 3.5.3 on Windows (XP). At least we have now a test page to start investicating this issue.

Posts:

Registered:

» » preventing first tab to be selected

Posted: Oct 8, 2009

By default the initialization does not return the API but a jQuery object instead. Use api: true to override this


var api = $("ul.tabs").tabs("div.panes > div", {
  onClick: function(event, tabIndex) {

  },
  api: true
});

Posts:

Registered:

» Could not find Overlay: nofollow

Posted: Oct 7, 2009

You are making all links with rel attribute to work as overlay triggers. one of them has a value nofollow. Porpably the one you are instructing web crawlers to stay away. Please specify a little more precisely the selector for triggers.

Posts:

Registered:

» onBeforeSeek does not work if on last item

Posted: Oct 7, 2009

If you think logically then onBeforeSeek should not be called if there is no need to scroll. The fact that it may not harm your setup cannot be generalized to all environments. You need to find some sort of workaround for this.

I've had thoughts of making a working AJAX'ed scrollable setup some day.

Posts:

Registered:

» » » Issue with Slideshow plugin

Posted: Oct 7, 2009

THANKS! This is now fixed and the fixed release will be released today.

Posts:

Registered:

» Cache buster option

Posted: Oct 6, 2009

This will be fixed on the upcoming Flowplayer release. Should be out next week. There was a loading error on the Flowplayer SWF object on IE when cachebusting was disabled.

Posts:

Registered:

» » » » » jQuery tools must be loaded right after jQuery

Posted: Oct 6, 2009

OK. Thanks for the tip. I think that at least the donwload page says this pretty clearly:

http://flowplayer.org/tools/download.html

Posts:

Registered:

» » » Overlay "top: center" on ie8/7

Posted: Oct 5, 2009

This is now implementd