Results 1 to 2 of 2

Thread: Longtail Ads

  1. #1

    Default Longtail Ads

    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!

  2. #2

    Default Re: Longtail Ads

    doesn't matter, got invideo ads working now. had to upgrade the player

    thanks anyway

Similar Threads

  1. Installing LongTail
    By Quakerjacks in forum Installation Support
    Replies: 1
    Last Post: 08-02-2008, 06:26 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •