[TYPO3] Can Typo3 work with flash?
Mike
php at talkingspider.com
Sat Aug 12 18:26:26 CEST 2006
There are three images in the "Images only" content object in the gui
interface on the backend. However, when I do:
temp.myFlashSlideShow = COA
temp.myFlashSlideShow {
10 = TEXT
10 {
field = image
}
}
imgcon = CONTENT
imgcon {
table = tt_content
select {
where = colPos=2
}
renderObj < temp.myFlashSlideShow
}
I get an empty result.
However, if I try:
page.20 < styles.content.getRight
Then I get an image. However, I only see one of the three...
At 12:07 PM 8/12/2006, you wrote:
> > Found out how to do parent uid, it's leveluid:-2.
>
>levelduid:-2 will be the parent page of the current page.
>So this won't help in case you want content from the current page.
>
> > Still don't know why I can't get your code to work. I am definately
> > viewing the right page, and it definately has an "Images only"
> > content object on the colPos 2 column, I've even double checked
> > everything in the mysql table...
>
>What happens, when you remove the split part completely and just leave this
>code active:
>
>temp.myFlashSlideShow = COA
>temp.myFlashSlideShow {
> 10 = TEXT
> 10 {
> field = image
> }
>}
>
>Do you see any content? There should be a list of filenames.
>
>Joey
>
>--
>Wenn man keine Ahnung hat: Einfach mal Fresse halten!
>(If you have no clues: simply shut your knob sometimes!)
>Dieter Nuhr, German comedian
>openBC: http://www.cybercraft.de
>T3 cookbook: http://www.typo3experts.com
>
>
>_______________________________________________
>TYPO3-english mailing list
>TYPO3-english at lists.netfielders.de
>http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
More information about the TYPO3-english
mailing list