djpety alias "Pety" | #6, Lófasz (953) |
1066 | #1254 | ^ | Idézet | Sat, 25 Dec 2010 12:19:19 +01 |
81.182.*.* | *.pool.t-online.hu |
TCH, youtube embed linből automatikus embed: function ytEmbed($url) { $id = parse_url($url[1]); preg_match("/v=([a-z0-9\-\=\_]+)/i", $id["query"], $id); $id = end($id); return '<object width="300" height="193"><param name="movie" value="http://www.youtube.com/v/'.$id.'?fs=1&hl=hu_HU"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/'.$id.'?fs=1&hl=hu_HU" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="300" height="193"></embed></object>'; } mondjuk egy youtube link-nek el tudom itt képzelni:D most írtam az egyik oldalamra. preg_replace_callback("/\[yt](.*?)\[\/yt\]/is", "ytEmbed", $texto); |