ebaumsworld is not working for me.
I'm trying to embed this video from ebaumsworld.com
(SFW)
http://www.ebaumsworld.com/video/watch/81099947/
I think it may be that they have changed their embed script as I see a few differences when comparing the embed script in the AME definition with the script from their site:
Embed script from ebaumsworld:
Code:
<embed src="http://www.ebaumsworld.com/player.swf" allowScriptAccess="always" flashvars="pageurl=http://www.ebaumsworld.com/video/watch/81099947/&file=http://media.ebaumsworld.com/mediaFiles/video/569251/81099947.mp4&mediaid=81099947&title=Fat Cat Climbs Into Pot&tags=fat,cat,climbs,into,pot&description=A Pot, Climbs Into A Pot.&displayheight=325&backcolor=0x0d0d0d&lightoclor=0x336699&frontcolor=0xcccccc&image=http://images.ebaumsworld.com/2010/09/81099947/cat-pot.jpg&username=thaddeuspresley" wmode="transparent" loop="false" menu="false" quality="high" bgcolor="#ffffff" width="425" height="345" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
Embed script from AME definition:
Code:
<embed src="http://www.ebaumsworld.com/mediaplayer.swf" flashvars="pageurl=http://www.ebaumsworld.com/video/watch/$p2/&file=http://media.ebaumsworld.com/$p1.flv&mediaid=$p2&title=$p3&tags=$p4&description=$p5&displayheight=$ameinfo[height]&backcolor=0x0d0d0d&lightoclor=0x336699&frontcolor=0xcccccc&image=http://media.ebaumsworld.com/$p6" wmode="transparent" loop="false" menu="false" quality="high" bgcolor="#ffffff" width="$ameinfo[width]" height="$ameinfo[height]" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />