I've been selected to try the private beta of longtail invideo ads and I got the following code to implement them:

Code:
Step 1: At the bottom of your page, above the </body> tag, insert the following piece of code:

	<script language="JavaScript" src="http://www.ltassrv.com/serve/api5.asp?d=xxxxxxxxxxxxxx"></script>

Step 2: Add the following parameters to your FLV Player:

2.1 If you are using SWFObject Code 	
	s1.addParam("wmode","transparent");
	s1.addParam("allowScriptAccess", "always");
	s1.addVariable("enablejs", "true");

2.2 If you are using Object Code	
	<param name="wmode" value="transparent" />
	<param name="allowScriptAccess" value="always" />
	&enablejs=true (in flashvars)

Step 3: Wrap your FLV Player with the following DIV tags:

	<div name='mediaspace' id='mediaspace'> FLV PLAYER CODE </div>
I've done step 1, step 2 is SWFObject i think? and I've added it to player.inc but have changed them to s0 instead of s1 and i've done step 3 but still doesnt work.

Could someone view the source of one of my video pages and see if you can spot why its not working? http://www.gamerzvids.com

Thanks guys!