[TYPO3] FE rendering issues / embed and object include not working

Johan Levin subriptionstuff at mypeople.se
Mon Oct 16 11:02:40 CEST 2006


It seems I managed to send this as HTML formatted email and that was not supported, 
I will try again, sorry for that.
-------------

Hi, I have been searching for days for a solution to my problem but since I am a 
beginner I might be looking at the wrong things, if so, sorry for taking your time 
asking something that has been addressed before.

My issue is that I want to be able to use the embed and object tags in a tt_news 
record (or timtab to be more specific). I have been able to set up the editor in 
the backend to both save the record fairly proper to the db and also it displays, 
in this case, the embeded video in the backend. However, when I want to show the 
post on the front end it will tranform. Let me show you and example.

This is the code I have added in the backend and also that is sent to the db:

<embed wmode="transparent" type="application/x-shockwave-flash" height="350" 
width="425" src="http://www.youtube.com/v/lGG8BKYqiiw"></embed>

When it is pulled to be displayed on the homepage look like this: 

&lt;embed wmode=&quot;transparent&quot; type=&quot;application/x-shockwave-
flash&quot; height=&quot;350&quot; width=&quot;425&quot; 
src=&quot;http://www.youtube.com/v/lGG8BKYqiiw&quot;&gt;&lt;/embed&gt;

Since I don't want the frontend to write out the code but rather execute it I need 
to figure out a solution to this. I have been trying to figure out what I need to 
look at in order for this to work but my brain bursted in to flames and my 3 brain 
cells went in to a strike and refuse to help me :)

So, assuming that all is properly set up in the backend with the page TSconfig for 
the RTE, does anyone have any suggestions how I configure the frontend to execute 
this?

Thanks for taking the time to read this and if this has been answered previously I 
am again sorry for not finding it. 

Best regards,
Johan Levin







More information about the TYPO3-english mailing list