Thanks for your help BirdOPrey5,
I deactivated other youtube definitions and it seems to work again. But still have some trouble.... it does not show the title of the youtube video, see this for example
http://www.sims3forum.de/die-sims-3-...rformance.html
This is the video link:
http://youtu.be/IRQuZQkBcG0
Actually I have acticated 2 youtube definitions in AME:
Youtu.be - Youtu.be
Code:
http:\/\/youtu\.be\/([A-Za-z0-9-_]+)
Code:
<object width="425" height="350">
<param name="movie" value="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1"></param>
<param name="allowFullScreen" value="true"></param>
<embed src="http://www.youtube.com/v/$p1&ap=%2526fmt%3D18&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="350" wmode="transparent"></embed></object>
YouTube - Embed YouTube.com Videos! (With Deep Linking Support - Seconds Only)
Code:
http://[\w.]+youtube\.[\w]+/watch[\?\#!]+v=([\w-]+)[\w&;+=-]*[\#t=]*([\d]*)[&;10shdq=]*
Code:
<object width="$ameinfo[width]" height="$ameinfo[height]">
<param name="movie" value="http://www.youtube.com/v/$p1&fs=1&start=$p2"></param>
<param name="allowFullScreen" value="true"></param>
<embed src="http://www.youtube.com/v/$p1&fs=1&start=$p2" type="application/x-shockwave-flash" allowfullscreen="true" width="$ameinfo[width]" height="$ameinfo[height]" wmode="transparent"></embed></object>
Can you help me to fix this?
Thanks a lot!