Hi.
I have longtail player on ...Hi.
I have longtail player on my site and I am currently using the ltas plugin.
Im also using the viral plugin so that users can use the < embed > code to embed the vids on their websites.
But, I found out, that if they use the < embed > , the longtail ads do not work anymore.
Is there a way to get around this ?
thanks

Lucky,
You need to include the <object> tag around the <embed> for maximum browser compatibility.
Youtube does the same thing when you embed their videos (example below).
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/ufIISUVDkj0&hl=en&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/ufIISUVDkj0&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
Best,
Darjan