MyBB.de Forum
Youtube Mycode Problem mit IE - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Diskussionen (https://www.mybb.de/forum/forum-38.html)
+--- Thema: Youtube Mycode Problem mit IE (/thread-12910.html)



Youtube Mycode Problem mit IE - RhymeFront - 09.04.2009

Hallo Leute ich habe da ein merkwürdiges Problem.

Ich habe einen eigenen Mycode erstellt um Youtube Videos einzubinden, funktioniert auch im FF, nur der IE macht mucken er bricht ab und gibt folgende Fehlermeldung:

Zitat:Die Internetseite http://diehoerbar.net/forum/showthread.php?tid=160 kann nicht geöffnet werden.

Vorgang Abgebrochen

Mein Mycode sieht so aus:

Regulärer Ausdruck:
PHP-Code:
\[youtube\](.*?)\[/youtube\] 

Ersetzung
PHP-Code:
<table border="1" bordercolor "blue" cellspacing="0" cellpadding="0"  >
<
tr>
<
td class="thead" align="center"><strong><a href "http://www.youtube.com/watch?v=$1" title "Dieses Video bei YouTube ansehen" target "_new">YouTube</a></stong></td>
</
tr>
<
tr>
<
td>
<
object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/$1"></param><embed src="http://www.youtube.com/v/$1" type="application/x-shockwave-flash" width="425" height="350"></embed></object>
</
td>
</
tr>
</
table

Ich hoffe ihr könnt mir helfen... Ich habe auch schon mehrere "Youtube Codes" probiert es ist bei allen gleiche Dilemma...


RE: Youtube Mycode Problem mit IE - querschlaeger - 09.04.2009

Hallo,

nimm diesen Code: https://www.mybb.de/forum/thread-12908-post-92333.html#pid92333

Der ist (X)HTML-konform und funktioniert eigentlich in jeden Browser.

gruß querschlaeger


RE: Youtube Mycode Problem mit IE - RhymeFront - 09.04.2009

Hallo querschläger,

Danke, erstmal für deine Hilfe, hat geklappt. Komisch ist nur das ich diesen Code auch schon drinne hatte aber es nicht funktioniert hat rofl... Jetzt gehts aufeinmal, muss ich das verstehen ? ^^

Naja hauptsache es funktioniert Smile

gruß
Alex