3

Flowplayer の jQuery Tools - Slideshow ( http://flowplayer.org/tools/tabs/slideshow.html ) に慣れようとしています。たとえば、tab2をデフォルトの起動として選択する方法、または起動時に別のタブに切り替える方法のヒントはありますか?

前もって感謝します、

ユルゲン

4

3 に答える 3

2

http://flowplayer.org/tools/tabs/index.html

構成プロパティで探しinitialIndexます...

于 2010-07-28T07:27:28.080 に答える
1
$(".slidetabs").tabs(".images > div", {

    // enable "cross-fading" effect
    effect: 'fade',
    fadeOutSpeed: "slow",

    // start from the beginning after the last tab
    rotate: true,

//set your default tab
current: "tab_2" //class name

// use the slideshow plugin. It accepts its own configuration
}).slideshow();
于 2010-07-28T07:28:55.793 に答える
0

この
http://flowplayer.org/tools/documentation/scripting.html#events を読む
必要があります

于 2010-07-28T07:28:53.897 に答える