Yes, I'm using 2.5. Heres what it shows on my installed products
AME - The Automatic Media Embeder 2.5.5 Automatically embeds media URLs with posts
Here's what Im using for the youtube definitions:
regular expression:
Code:
http://[\w]+\.youtube\.[\w]+/watch\?v=([\w-]+)[\w&;=]*[\#t=]*([\d]*)s?
replacement:
Code:
<object width="$ameinfo[width]" height="$ameinfo[height]">
<param name="movie" value="http://www.youtube.com/v/$p1&start=$p2"></param>
<param name="allowFullScreen" value="true"></param>
<embed src="http://www.youtube.com/v/$p1&start=$p2" type="application/x-shockwave-flash" allowfullscreen="true" width="$ameinfo[width]" height="$ameinfo[height]" wmode="transparent"></embed></object>
Quote:
Originally Posted by Digital Jedi
Are you actually using AME 2.5, because it looks to me like your height and width parameters are being stripped out? Your source code shows the height and width for your videos blank. That would only happen if you were using a 2.0- version of AME and the definitions for 2.5.
|