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

Your preferred username that is used when logging in.

Forum user: hahaha

Basic information

Registered Apr 18, 2010
Last login May 10, 2010
Forum posts 11
Direct URL http://www.flowplayer.org/forum/users/26437

Latest forum posts

Posts:

Registered:

» » What lightbox plugins work with Jquery Tools?

Posted: Jun 5, 2010

You need to distinguish:

flowplayer.org jquery tools or

jquery tools!

If you use any flowplayer.org jquery tools be aware that you will have HUGE problems using any original jquery tools. flowplayer .org tools are developed to work as a "stand alone" tool only and does not like any other tools beside!

So after all, since you have much greater flexibility and choices with the original jquery tools AND FILES, why bother with flowplayer tools?

Posts:

Registered:

» jquery interference

Posted: Jun 3, 2010

Maybe that's the reason for not getting an answer!

What a wast of talent! Simply not good enough, Sorry mate but 99% is not a 100% and with your tools interfering with the original jquery files - there is no way we'd be using and recommending your tools!

Last we'd do is pay money for half completed work!

Posts:

Registered:

jquery interference

Posted: Jun 1, 2010

Why are flowplayer' .js files interfering with jquery' normal .js files? (like the latest 1.4.2.js) Why can't flowplayer produce .js files they would run together with other applications?

Flowplayer's concept reminds me a bit on the old days of IE, whereas you'd be forced to using IE in order to view anything!

In other words, flowplayer' tools are fantastic, indeed. BUT WARNING - try to add another tool to your page that is not a floplayer tool - forget it ... your jquery.min. ...whatever.js is interfering with flowplayer'

Certainly not a nice move!

Posts:

Registered:

» » Slideshow not showing in IE7

Posted: May 11, 2010

And the autoplay and interval issue for the slideshow I'd solved myself, too. Take a look at
http://flowplayer.org/tools/forum/25/30623 and scroll down to the 5th reply!

Thanks, jQuery, your tools are awesome!

Posts:

Registered:

» confirm that effect "fade" fails in 1.2.0

Posted: May 11, 2010

I don't know your source code but why do you have ul.headerTaps ? have you tried it without the "ul"?

Posts:

Registered:

» Its work

Posted: May 11, 2010

ARE YOU SURE ???
did you try that yourself or is it just a guess? Because I have

$(function() {

$(".slidetabs").tabs(".images > div", {

// enable "cross-fading" effect
effect: "fade",
fadeOutSpeed: 1500,
fadeInSpeed: 1100,
interval: 8000,

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

// enable autoplay
}).slideshow({autoplay: true});
});

And my word ... the interval doesn't work! But the following works:

$(function() {

$(".slidetabs").tabs(".images > div", {

// enable "cross-fading" effect
effect: "fade",
fadeOutSpeed: 1500,
fadeInSpeed: 1100,

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

// set autoplay loop
}).slideshow({autoplay: true, interval: 8000});
});

Kinda logic to add the loop to autoplay! Just figured it out myself and I have no clue about jQuery or javascripting at all ;-)

Posts:

Registered:

» Slideshow not showing in IE7

Posted: May 10, 2010

How Stupid Can Stupid Get ??? Much !!!

To everyone who reads this post... don't get as stupid as I am !

<span> I ignored stuff I wrapped into here </span>
<map> When is fact it should be here </map>
<blockquote> or here </blockquote>

While this doesn't matter to Opera/Safari/Google Chrome or Mozilla, it is not W3C validated and IE will punish you wasting perhaps as much time as I did! All shame on me!

And the morale - never be arrogant to believe you know! CHECK CHECK CHECK!

All the best and hope I made someone else' life a bit easier

Posts:

Registered:

same here I believe

Posted: May 10, 2010

Hello Junni

I think I have a similar problem, but my brain is not good enough to pick up on your solution. I posted my issue here...
http://flowplayer.org/tools/forum/25/40898

Anyway, here is a recap of my page layout and everything works just fantastic within every single modern browser, EXCEPT IE (pick any version you like) - it won't display the slide show images! Here is my layout...
= = = = = = = = = = = = = = = = = = =




<div class="imp"> put all my stuff in here for the 1. slide</div>
<div class="imp"> put all my stuff in here for the 2. slide</div>
<div class="imp"> put all my stuff in here for the 3. slide</div>
<div class="imp"> put all my stuff in here for the 4. slide</div>
<div class="imp"> put all my stuff in here for the 5. slide</div>

</div> <!-- close images div-->

<!-- SPECIAL CSS POSITIONING OF BACK/PREVIOUS BUTTONS -->
prevnext

<!-- SPECIAL CSS POSITIONING OF PLAY/STOP BUTTONS -->
<div class="startgo">
<button onclick='$(".slidetabs").data("slideshow").play();'>Play</button>
<button onclick='$(".slidetabs").data("slideshow").stop();'>Stop</button>

<!-- HIDING OF BACK/PREVIOUS BUTTONS TABS (don't want them but need them for the jafascript to work)--">
<div class="slidetabs">





</div>
</div> <!-- close startgo div-->

<div class="dock" id="dock2"> Here goes all my CSS DOCK MENU stuff </div> <!-- close dock div-->

<!-- close all 4open divs-->

<!-- close table-->

= = = = = = = = = = = = = = = = = = =
you can view a sample of the page here:
http://wemseo.com/testserver/cb22/cb24/homeshow2.html

Your help is really very much appreciated, thank heaps in advance

MITCH

Posts:

Registered:

» » Tabs + slideshow, makes page jump to top

Posted: May 10, 2010

I have no idea, indeed, but from reading through your post, I can tell you what I would do to try fix it! I'd make all images the same size first and see if that does the job. Sometimes we think too complicated ...

(it would be the easiest fix then, wouldn't it?) ;-)

Posts:

Registered:

» » Tabs and Slideshow - Autoplay

Posted: May 10, 2010

Didn't you miss the
});

at the very end? ;-)

Posts:

Registered:

Slideshow not showing in IE7

Posted: May 10, 2010

Hello.

I am a newbie on the block and like the tools here on flowplayer, Thanks for sharing!

Though, I'm having an issue with the slideshow not showing the background images. The CSS W3C check is OK (a few errors but they are mostly regarding moz rounded corners and shadows (not to mention).

The page works (almost) fine in all other major browsers with Opera giving me the best (flickering free) transition.

I checked the forum and other places for the last three days and see myself at the end of a cul-des-sac.

Would someone with a much better brain then me mind taking a look at the sample, please?http://wemseo.com/testserver/cb22/cb24/homeshow2.html

I also tried to add a "setInterval: 5000;" to get a delay on the transition (it's too fast right now between the slide transition) but it wouldn't take it neither.

Your help is very much appreciated, Thank You a 8B times.

Rene