Note that there's three steps ...Note that there's three steps required to implement LTAS into your mediaplayer:
1. You have to wrap a <div id="mediaspace"> around your videoplayer.
2. If you use a Flash player, your mediaplayer should have the parameter "wmode" set to either "opaque" or "transparent"
3. You have to add a single line of javascript to your site. With my account, this line is:
<script type="text/javascript" src="http://www.ltassrv.com/serve/api4p.asp?d=57&s=68&c=100&v=1"></script>
One pitfall when using SWFObject: make sure you don't use the 'mediaspace' div as the replacement div for SWFObject. Place another element inside it that can be used as the replacement div. If you assign the 'mediaspace' as the replacement div, it might happen that the SWFObject also replaces the advertisement...