[phpBB Debug] PHP Warning: in file [ROOT]/ext/tas2580/seourls/event/listener.php on line 213: Undefined array key "FORUM_NAME"
Problems using <object> tag - REDAXO Forum
Hallo,

Wir haben in letzter Zeit festgestellt, dass die Kommunikation via Slack viel schneller und zielführender ist als ein Beitrag im Forum. Aufgrund der neuen und besseren Möglichkeiten der Kommunikation haben wir uns entschlossen das Forum nur noch als Archiv zur Verfügung zu stellen. Somit bleibt es weiterhin möglich hier nach Lösungen zu suchen. Neue Beiträge können nicht mehr erstellt werden.

Wir empfehlen, für deine Fragen/Probleme Slack zu nutzen. Dort sind viele kompetente Benutzer aktiv und beantworten jegliche Fragen, gerne auch von REDAXO-Anfängern! Slack wird von uns sehr intensiv und meistens "rund um die Uhr" benutzt :-)
Selbst einladen kannst Du dich hier: https://redaxo.org/slack/
Pezz
Beiträge: 17
Registriert: 3. Jul 2009, 00:57

Problems using <object> tag

16. Jul 2010, 01:52

Hi everybody,

I have a problem using <object> tag.
Mostly I like to add my content using HTML editor with Basic Content (WYGIWYS) module.

Everything works fine except <object> tag.


Example:

If I enter:

Code: Alles auswählen

<object classid="clsid:clsid:02bf25d5-8c17-4b23-bc80-d3488abddc6b" width="534"height="300" codebase="http://www.apple.com/qtactivex/qtplugin.cab">
	<param name="src" value="http://example.com/video/example.mov">
	<param name="autoplay" value="false">
	<param name="controller" value="true">
	<embed type="video/quicktime" src="http://example.com/video/example.mov" width="534" height="300" autoplay="false" controller="true" pluginspage="http://www.apple.com/quicktime/download/"></embed>
</object>
I become this at the end:

Code: Alles auswählen

<script type="text/javascript">writeFlash({"src":"hhttp://example.com/video/example.mov","autoplay":"false","controller":"true","width":"534","height":"300"});</script>

Is there a way to get this proper?
Thanx!

Benutzeravatar
littledave
Beiträge: 144
Registriert: 25. Jan 2006, 14:04
Wohnort: Coburg, Germany

16. Jul 2010, 10:55

Hi Pezz,

I think you'd be better off using a dedicated flash module instead of using the WYSIWYG Editor. Have a look in the download section -> there are a few to choose from.


Dave

Pezz
Beiträge: 17
Registriert: 3. Jul 2009, 00:57

16. Jul 2010, 17:38

Hi Dave,

thanx for respond!

The thing is that I don't need flash. I have the video as flash anyway.
As you see I want to use <object> tag to show the quicktime .mov.
I would love to use HTML 5 tags, but you know only Safari can read this.

This is only for iPad/iPhone users so they will be able to see the video using a native system player. Flash is not supported from Apple... and it's OK so.

Or in other words - is there a module to work with clean HTML?


Thanx,

Pezz

Zurück zu „Sonstiges“