Seite 1 von 1

Embed in Posting einfügen?

Verfasst: 17.04.2009 09:18
von xxxMMxxx
Hallo phpBB-Gemeinde,


ich habe ein selbst erstelltes flash-video (screentoaster), dass ich via embed direkt in ein Posting bei http://www.investors-square.de/phpBB3/index.php integrieren möchte, so dass dieses bekannte Vorschaufenster zu sehen ist und per "klick" gestartet wird.
In meinem Blog und direkt auf der website per html funktioniert es wunderbar, aber wie geht das direkt im Posting?

Kenne mich null mit BBCode aus, sodass "rumprobieren" auch kei Erfolg brachte.
Hier mal der embed-code:

<object id='stU0NSQU1IR1pWSV1cX1taUFVR' width='425' height='344' type='application/x-shockwave-flash' data='http://www.screentoaster.com/swf/STPlayer.swf' codebase='http://download.macromedia.com/pub/shoc ... ,0'><param name='movie' value='http://www.screentoaster.com/swf/STPlayer.swf'/><param name='allowFullScreen' value='true'/><param name='allowScriptAccess' value='always'/><param name='flashvars' value='video=stU0NSQU1IR1pWSV1cX1taUFVR'/></object><div style='width: 425px; text-align: right;'><a href='http://www.screentoaster.com/'>Free online screen recorder</a></div>

Hab bei der Forum-Suche ja schon einige BBCodes gesehen, aber immer für youtube, myvideo, o.ä.

Falls jemand eine Lösung zur Hand hat Danke im Voraus.


Gruß MM

Re: Embed in Posting einfügen?

Verfasst: 17.04.2009 12:04
von Dr.Death
Hallo probiere es mal diesen BBCode anzulegen:

BBCode:

Code: Alles auswählen

[screentoaster]{TEXT}[/screentoaster]
HTML Ersetzung:

Code: Alles auswählen

<object id='{TEXT}' width='425' height='344' type='application/x-shockwave-flash' data='http://www.screentoaster.com/swf/STPlayer.swf' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0'><param name='movie' value='http://www.screentoaster.com/swf/STPlayer.swf'/><param name='allowFullScreen' value='true'/><param name='allowScriptAccess' value='always'/><param name='flashvars' value='video={TEXT}'/></object><div style='width: 425px; text-align: right;'><a href='http://www.screentoaster.com/'>Free online screen recorder</a></div>
Mit diesem BBCode solltest Du dann das Ergbenis bekommen:

Code: Alles auswählen

[screentoaster]stU0NSQU1IR1pWSV1cX1taUFVR[/screentoaster]

Re: Embed in Posting einfügen?

Verfasst: 17.04.2009 17:28
von xxxMMxxx
Moin Doc -

danke für die Antwort mit der Info. Werde es am WE mal ausprobieren.

Gruß MM

Re: Embed in Posting einfügen?

Verfasst: 17.04.2009 18:26
von xxxMMxxx
Hey Doc -

hab`s gerade probiert und es klappt! Danke. Bei allen folgenden screentoaster videos brauch ich im BBCode nur hier

Code: Alles auswählen

[screentoaster]stU0NSQU1IR1pWSV1cX1taUFVR[/screentoaster]
die ID ändern, richtig?

Gruß MM

Re: Embed in Posting einfügen?

Verfasst: 17.04.2009 19:52
von Dr.Death
Jepp.

Re: Embed in Posting einfügen?

Verfasst: 01.05.2009 20:01
von xxxMMxxx
THX :)