Seite 3 von 3

Verfasst: 05.02.2008 17:55
von Dal
Also bei mir klappt das bestens mit den Videos..Nur eine Frage hab ich noch.Wie kann ich die Buttons ändern..Bei mir steht jetzt dort youtube ,kann man für das einen button haben?Beser gesagt einfügen?

Verfasst: 19.03.2008 20:09
von Hellchaser
Dr.Death hat geschrieben:Ja, ein paar, allederings kannst Du evtl. das Yuotube Easy MOD von Jensemann verwenden --> http://www.phpbb.de/viewtopic.php?t=149146

Wenn nicht, hier die passenden BBCodes:
Myvideo

Code: Alles auswählen

[myvideo]{TEXT}[/myvideo]

Code: Alles auswählen

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="367"> 
<param name="movie" value="http://www.myvideo.de/movie/{TEXT}">
</param>
<embed src="http://www.myvideo.de/movie/{TEXT}" width="425" height="367" type="application/x-shockwave-flash">
</embed>
</object>

Hallo,
Youtube-Clipfish funktionieren bei mir.
Nur Myvideo nicht!
Wenn ich bbcode erstelle wie oben und z.B.

<object style='width:470px;height:406px;' width='470' height='406' type='application/x-shockwave-flash' data='http://www.myvideo.de/movie/3624987/Mit ... Pruefstand'> <param name='movie' value='http://www.myvideo.de/movie/3624987/Mit ... Pruefstand'/> <param name='AllowFullscreen' value='true' /> </object><br/><a href='http://www.myvideo.de/watch/3624987/Mit ... Pruefstand' title='Mitsubishi Evolution auf Pr&uuml;fstand - MyVideo'>Mitsubishi Evolution auf Pr&uuml;fstand - MyVideo</a>

im Thread zwischen [myvideo][/myvideo]einfüge-sehe ich nur ein weißes Feld?
Was mache ich falsch?
Vielen Dank

YouTube eunbindung

Verfasst: 21.03.2008 19:04
von FunX
Hi !!

Binn sehr neu hier und wollte ein Vodeo von YouTube bei mir in meinen Forum laufen lassen leider funkt. dies nicht ich habe den BBC Code genau so übernommen wie es gepodtet ist.
<!-- Begin YouTube Player -->

[youtube]{TEXT}[/youtube]

<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/{TEXT}"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/{TEXT}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>

<!-- END YouTube Player -->
doch leider funkt es nicht hilfe !!

Danke !!

Re: YouTube eunbindung

Verfasst: 21.03.2008 19:36
von FunX
FunX hat geschrieben:Hi !!

Binn sehr neu hier und wollte ein Vodeo von YouTube bei mir in meinen Forum laufen lassen leider funkt. dies nicht ich habe den BBC Code genau so übernommen wie es gepodtet ist.
<!-- Begin YouTube Player -->

[youtube]{TEXT}[/youtube]

<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/{TEXT}"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/{TEXT}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>

<!-- END YouTube Player -->
doch leider funkt es nicht hilfe !!

Danke !!
Habe meinen fehler selber gefunden Danke an das Forum ihr seit spitze, ohne euch hätte ich noch nicht einma die hälfte geschaft.
Danke !!! :D

Verfasst: 30.03.2008 01:39
von Panflam14
Hellchaser hat geschrieben:
Dr.Death hat geschrieben:Ja, ein paar, allederings kannst Du evtl. das Yuotube Easy MOD von Jensemann verwenden --> http://www.phpbb.de/viewtopic.php?t=149146

Wenn nicht, hier die passenden BBCodes:
Myvideo

Code: Alles auswählen

[myvideo]{TEXT}[/myvideo]

Code: Alles auswählen

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="367"> 
<param name="movie" value="http://www.myvideo.de/movie/{TEXT}">
</param>
<embed src="http://www.myvideo.de/movie/{TEXT}" width="425" height="367" type="application/x-shockwave-flash">
</embed>
</object>

Hallo,
Youtube-Clipfish funktionieren bei mir.
Nur Myvideo nicht!
Wenn ich bbcode erstelle wie oben und z.B.

<object style='width:470px;height:406px;' width='470' height='406' type='application/x-shockwave-flash' data='http://www.myvideo.de/movie/3624987/Mit ... Pruefstand'> <param name='movie' value='http://www.myvideo.de/movie/3624987/Mit ... Pruefstand'/> <param name='AllowFullscreen' value='true' /> </object><br/><a href='http://www.myvideo.de/watch/3624987/Mit ... Pruefstand' title='Mitsubishi Evolution auf Pr&uuml;fstand - MyVideo'>Mitsubishi Evolution auf Pr&uuml;fstand - MyVideo</a>

im Thread zwischen [myvideo][/myvideo]einfüge-sehe ich nur ein weißes Feld?
Was mache ich falsch?
Vielen Dank
Zwischen dem [myvideo][/myvideo] - Tag muss nur die URL nicht der ganze Code.
In deinem Beispiel also:

Code: Alles auswählen

[myvideo]http://www.myvideo.de/watch/3624987/Mitsubishi_Evolution_auf_Pruefstand[/myvideo]
Allerdings sind bei MyVideo die meisten URLs nicht mit diesem Code verfügbar, denn der Code funktioniert nur so

Der normale MyVideo-Link sieht so aus: http://www.myvideo.de/watch/3624987/Mit ... Pruefstand.
Der Text hinter dem Ziffercode muss aber weg... Also so, dass nur noch das hier ist: http://www.myvideo.de/watch/3624987/

Also ist der Code so:

Code: Alles auswählen

[myvideo]URL des Videos OHNE den hinteren Text[/myvideo]
MfG P14

Re: Player funktionieren nicht

Verfasst: 12.07.2011 11:26
von xTommY89x
bei mir kommt:

The BBCode you are trying to add seems to use a {TEXT} token inside a HTML attribute. This is a possible XSS security issue. Try using the more restrictive {SIMPLETEXT} or {INTTEXT} types instead. Only proceed if you understand the risks involved and you consider the use of {TEXT} absolutely unavoidable.