[TYPO3-english] html element deletes code

Katja Lampela katja.lampela at lieska.net
Thu Feb 18 15:39:52 CET 2010


Okay, I understand there are actually many problems here in the last 
param name row: multiple = and the curly brackets. Well, I will study 
this in better time but for now I will just use iframe and import the 
html elsewhere.

Katja Lampela kirjoitti:
> 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