This is a message.

Forum user: hups

Basic information

Registered Jan 18, 2009
Last login Dec 3, 2009
Forum posts 31
Direct URL http://www.flowplayer.org/forum/users/7698

Latest forum posts

Posts:

Registered:

please help csroller and tooltip

Posted: Dec 3, 2009

this is my code



$('#chained').scrollable().find("img").tooltip({


tip: '#tooltip1',
position: 'top center',
position: 'top center',
offset : [-400, -300]

}).circular().navigator().mousewheel().autoscroll({
steps: ".$step.",
interval: 3000,


});

tooltip is ok but the scroller is not scrolling where is my mistake ?

Posts:

Registered:

» Multiple tooltip on a page and block tags

Posted: Dec 3, 2009

yes that is my interesting when i take moore then 1 i have an error ##

how can i make tooltips with html code inside

http://flowplayer.org/tools/demos/tooltip/any-html.html

this with many other tips on the same page please

Posts:

Registered:

vertical scrolable

Posted: Nov 27, 2009

please hel an newbi

how can i take from this horizontal scrollable to vertical ?

http://flowplayer.org/tools/demos/scrollable/plugins/chain.htm

Posts:

Registered:

» overlay error

Posted: Jun 24, 2009

sorry but i cant post code here ?

Posts:

Registered:

overlay error

Posted: Jun 24, 2009

hello i have a proplem when i take the jquery toll in the head my acordion is going but the overlay not

i have change this

jquery.min.js
jquery.expose-0.14.min.js
jquery.overlay-0.14.min.js

to this
jquery.tools.min.js

wehre is the mistake ?

Posts:

Registered:

overlay has no properties??

Posted: May 2, 2009

hello i have an error in the overlay with scroller

i have this code



$(function() {

	
	$("a[rel]").overlay({
		
		
		onBeforeLoad: function() {
			this.expose({color: '#273942'});
			
		},				
		
		onLoad: function(content) {
			
			$("a.player2", content).flowplayer(0).load();					
		},
		
		onClose: function(content) {
			$("a.player2", content).flowplayer(0).unload();
			
			
			$.unexpose();
		}
	});				
	
	$f("a.player2", "http://www.jquerytools.org/swf/flowplayer-3.1.0.swf", {
	
		clip: {
			baseUrl: 'http://127.0.0.1/e107_2/e107_plugins/flow/uploads/',
			duration: 5 
		
		} 
		
		
	
	});
	

});	

and this

$(function() {
$("#pl").scrollable({
					items:'div.entries', 
					size:4, 
					clickable:false
					})
//$f("a.player", "http://127.0.0.1/e107_2/e107_plugins/flow/player/swf/flowplayer-3.1.0.swf", {


and in the php this



<div class='overlay' id='". $row->flow_id ."' style='background-image:url(player/css/img/petrol.png)'>
		<a class='myplayer2' href='". $row->flow_video ."'>	</a>

but i have an error in it

error calling overlay onload type error (a.player2", content).flowplayer(0) has no proberties

what is this where is my mistake ??

Posts:

Registered:

2 diferent players on one site ?

Posted: Apr 28, 2009

hello,i need help please.

i have two different player scripts on one site but i hav an error

with the scripts.

here ist the first:


<div class='overlay' id='". $row->id ."' style='background-image:url(player/css/img/petrol.png)'>
		<a class='player' href='". $row->video ."'>	</a>
       </div>

and the script for the first:

$(function() {

	
	$("a[rel]").overlay({
		
		
		onBeforeLoad: function() {
			this.expose({color: '#273942'});
			
		},				
		
		onLoad: function(content) {
			
			$("a.player", content).flowplayer(0).load();					
		},
		
		onClose: function(content) {
			$("a.player", content).flowplayer(0).unload();
			
			
			$.unexpose();
		}
	});				
	
	$f("a.player", "http://www.jquerytools.org/swf/flowplayer-3.1.0.swf", {
	
		clip: {
			baseUrl: '/flow/uploads/',
			duration: 5 
		
		} 
		
		
	
	});

and

$(function() {
$("#pl").scrollable({
					items:'div.entries', 
					size:4, 
					clickable:false
					})

and here the second:


<div class="row">
	<a class="player" style="background-image: url('.$row->image.');" href="". $row->video ."">
		<img src="videoseite-Dateien/play.png">
	</a>

       </div>

and the script for the second:

$(function() {
	
$f("a.player", "/swf/flowplayer-3.1.0.swf", {
	
	// perform custom stuff before default click action
	onBeforeClick: function() {
		
		// unload previously loaded player
		$f().unload();
		
		// get wrapper element as jQuery object
		var wrap = $(this.getParent());
		
		// hide nested play button
		wrap.find("img").fadeOut();
		
		// start growing animation
		wrap.animate({width:406, height:303}, 500, function() {
		
			// when animation finishes we will load our player
			$f(this).load();
			
		});	
		
		// disable default click behaviour (player loading)
		return false; 
	}, 

	// unload action resumes to original state		
	onUnload: function() {
		$(this.getParent()).animate({width:190, height:150}, 500, function()  {
				
			// make play button visible again
			$(this).find("img").fadeIn();		
		});				
	}, 
	
	// when playback finishes perform our custom unload action
	onFinish: function() {
		this.unload();	
	}
	
});

});
	
	

now the error is when the first code is aktiv the script with the overlay.

whe this is on the player from the second is not going.

please where is the right way for this?

sorry for bad english.

mfg

Posts:

Registered:

plugin for e107cms ? and copyright?

Posted: Apr 24, 2009

hello,

i will make a plugin for the e107 cms is that ok ?

can i make it with the free flowplayer ?

what should I be aware because the copyright

sorry for bad english

Posts:

Registered:

overlay external pages without wrap?

Posted: Feb 20, 2009

hello i have seen this great thing

$(function() {

// if function argument is given to overlay it is assumed onBeforeLoad event listener
$("a[rel]").overlay(function() {

// grab wrapper element inside content
var wrap = this.getContent().find("div.wrap");

// load only for the first time it is opened
if (wrap.is(":empty")) {
wrap.load(this.getTrigger().attr("href"));
}
});
});

can you help me to modify the code without wrab ?

csn i take this as a normaly iframe i mean load external pages without a div.wrap complete internet pages ?

Posts:

Registered:

» » flowplayer and multiple overlays?

Posted: Feb 15, 2009

hello yes i have seen this but this example is only for swf i will take another thing too in the overlay , how can i take this please.

Posts:

Registered:

flowplayer and multiple overlays?

Posted: Feb 13, 2009

hello have the flowplayer with this code.


<script>
$(function() {

	
	$("a[rel]").overlay({
		
		
		onBeforeLoad: function() {
			this.expose();	
		},				
		
		onLoad: function(content) {
			
			$("a.player", content).flowplayer(0).load();					
		},
		
		onClose: function(content) {
			$("a.player", content).flowplayer(0).unload();
			
			
			$.unexpose();
		}
	});				
	
	
	$("a.player").flowplayer("".THEME."player/flowplayer-3.0.3.swf");
	 

});	

and now i will take ouer example with hello World but an error is comming

what is the right code for flowplayer with multiple verlays?