This is a message.

Forum user: godfather

Basic information

Registered Nov 11, 2008
Last login Nov 27, 2008
Forum posts 7
Direct URL http://www.flowplayer.org/forum/users/6177

Latest forum posts

Posts:

Registered:

» » » api (Flash coder) is on vacation

Posted: Nov 27, 2008

wow - a response from your vacation - I think you live for your product, don't you :-D

That works really great - seems now that even the loop works faster.

How is Finland - never been there but I will one day - there is not such a far distance between germany and finnland. Could you see some polar lights?

Thanks a lot for your engagement.

Godfather

Posts:

Registered:

» api (Flash coder) is on vacation

Posted: Nov 27, 2008

Thanks for your answer. But it seems that we found a way to solve the "problem".

You just have to add the option

play: null

:-D

Don't know if that was planned so - but this works.

So - he should just enjoy his vacation ;-)

Godfather

Posts:

Registered:

» » » Now even looping does not work anymore - and the LPC is still present

Posted: Nov 27, 2008

No further help on this topic?

Posts:

Registered:

» » Now even looping does not work anymore - and the LPC is still present

Posted: Nov 24, 2008

OK, now looping works again. Thanks a lot.

But the Loading-Progress-Circle still is present.

I'll change the scripting and upload it again, so you can see the LPC.

Hope you can help me. It just does not look fine.

Please check the link again

http://www.goddess-universe.com/flashtest1/

Thanks a lot in advance

Godfather

Posts:

Registered:

Now even looping does not work anymore - and the LPC is still present

Posted: Nov 24, 2008

Thanks for your answer, but that hint does not work.
Now, with the new realease Candidate even the AutoLoop does not work anymore.

This is the Code I wrote:


<script src="../flowplayer/flowplayer.min.js"></script>

<a href="My.flv" style="display:block;width:90px;height:110px"id="player"></a>
<script language="JavaScript"> 
	flowplayer("player", "js/flowplayer.swf",{
			
		plugins: {
			controls: null
		},
		clip: {
			autoPlay: true,
			autoBuffering: true,
	  	},
		logo: {
			opacity: 0
		}

			
	}); 
</script>

You can take a look at what I am triing to do at:

www.goddess-universe.com/flashtest1

Their faces should move continuously (without the loading-bar after a sequnce ended and is loaded again). If they stop for a while after the sequence, that soesn't matter - only the loading bar "breaks" the picture.
I really don't know how to fix it.

Posts:

Registered:

» Can I turn off the Loading-Progress-Circle

Posted: Nov 22, 2008

Hi again,
I wonder that there is no answer, yet. Sorry, if my Englsh is not good enough to give you a more detailed description of what I am triing. Perhaps the question too hard to understand?

Or is there even no possibility to turn off the caching-circle?

Thanks

Godfather

Posts:

Registered:

Can I turn off the Loading-Progress-Circle

Posted: Nov 18, 2008

Hi again,
now I am triing to integrate the floy-player into a web-site. This works fine. With a div-tag I can set the position on a website.

We have a picture as background-graphics. We animated a part of the picture and then converted it to flv. After this we changed the position of the player, so that it "overlays" the original part of the background. The animation is loaded and plays fine.

But after the animation ended there is the loading-progress-circle and then the animation repeats.

Is there a way not to show that the flowplayer is loading?

thanks in advance.