[TYPO3-ttnews] bind a flash in the bodytext, how to setup the parsefunc
"Rafael Schär [beYou media]"
typo3 at beyoumedia.com
Mon Mar 13 19:18:22 CET 2006
Hi list,
after quite a annoying time spending to look how to get the same output
rendering as the tt_content.text.20.parsefunc does,... I stopped and
hope somebody of you know a hint here...
This Code should be in the news bodytext:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
width="468" height="60">
<param name="movie"
value="fileadmin/bilder/news/banner_link_hardcoded.swf">
<param name="quality" value="high">
<embed src="banner_link_hardcoded.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="468" height="60"></embed>
</object>
What I use is following setup:
typo3 3.8.0
tt_news 1.0.4
TS Template:
plugin.tt_news {
displaySingle {
content_stdWrap.parseFunc < styles.content.parseFunc
}
}
what have I to set up the news, anybody knows here more?
greetinx
Rafael
More information about the TYPO3-project-tt-news
mailing list