[TYPO3-english] html element deletes code

Katja Lampela katja.lampela at lieska.net
Thu Feb 18 14:57:34 CET 2010


Hi,
I'm trying to import a flash video from a service provider which gave me 
this code for importing it:

<object width="430" height="272" type=application/x-shockwave-flash 
data=http://www.02.fi/flash/3rdparty/flvplayer.swf>
<param name=movie value=http://www.02.fi/flash/3rdparty/flvplayer.swf />
<param name=quality value=high />
<param name=allowfullScreen value=true />
<param name=flashvars 
value=fvStreamURL=rtmp://fl.interoute.com/streamrt/&amp;fvAutoStart=true&amp;fvMovieURL={5227B9B4-0845-4029-BDF1-5BD294BE501C}/{AC578759-128D-41BD-9196-665B6AE040FF}/FON_1211355_VID_01.flv/>
</object>

(the not wanted linebreaks are from my thunderbird)

Now if I insert it as html element, I get:

<object width="430" height="272" type="application/x-shockwave-flash" 
data="http://www.02.fi/flash/3rdparty/flvplayer.swf">
<param name="movie" value="http://www.02.fi/flash/3rdparty/flvplayer.swf" />
<param name="quality" value="high" />
<param name="allowfullScreen" value="true" />
<param name="flashvars" value="fvStreamURL" />
</object>

The whole value part is deleted. How should I insert this kind of code?

-- 
With kind regards

Katja Lampela
*Lieska-tuotanto*
www.lieska.net


More information about the TYPO3-english mailing list