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

Your preferred username that is used when logging in.

playist with overlay plugin? Created Jan 15, 2009

This thread is solved

Views: 3295     Replies: 3     Last reply Aug 7, 2011  
You must login first before you can use this feature

eiserloh

Posts: 2

Registered:
Nov 12, 2008

playist with overlay plugin?

Posted: Jan 15, 2009

Is it possible to have a playlist when using the overlay plugin? My goal is to be able to attach a certain FLV(an intro flv) in front of another FLV(mainvideoA), but only with this FLV(mainvideoA). The rest of the FLVs on the page will play without this intro flv.

My code:


	$(function() {

		$("img[@rel]").overlay({
			speed: 1000,
			clip: {  
				autoPlay: false,
				loop: false		 
			},
			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("http://www.lightwavedigital.com/clients/promisebuildings/swf/flowplayer-3.0.3.swf", {
			clip: { autoPlay:false, autoBuffering: true  },
			plugins: { 
						controls: { 
									autoHide: 'always',
									fullscreen:false
								  }
					 }
		}); 
		
	});	

A url to preview what I have thus far:

http://www.lightwavedigital.com/clients/promisebuildings/

THANKS!

Slavi
http://seofilter.org

Posts: 6

Registered:
Jul 31, 2008

playlist & overlay errors

Posted: Feb 17, 2009

Reply to: playist with overlay plugin?, from eiserloh
I am experiencing the same problem with playlist & overlay

The error that I am getting is :

The page athttp://domain.com says:Error calling overlay.onBeforeLoad: TypeError: api["fp_" + name] is not a function

amphitube

Posts: 12

Registered:
Jan 6, 2010

any solution for this

Posted: Feb 25, 2010

Reply to: playlist & overlay errors, from lordspace
we are looking to resolve this problem any help will be greatly appreciated