[TYPO3] Can Typo3 work with flash?

Mike php at talkingspider.com
Sat Aug 12 18:31:54 CEST 2006


At 12:04 PM 8/12/2006, you wrote:
> > Still won't work, output is still &image0=/yourImagePath/. I tried
> > both splits, here is my code now:
>
>Are you sure there are images available in the "image" field?

I created an "Images only" content object, and put three images into 
it. The images are all there.

>So where did you upload your images?

With the typo3 backend


>Are they visible in the BE form?

Yes. (BE= Back End?)

>Which type of content element are you using?

"Images only"


>Is this content element on the same page you are viewing in the frontend or
>maybe somewhere else?

On the same page.



> >> 1.) there is no "global:id"
> >
> > Actually, there is a global:id, it's in the documentation, try doing:
> >
> > page.10.data = global:id
> >
> >
>http://typo3.org/documentation/document-library/core-documentation/doc_core_tsbyex/current/view/4/2/
>
>Yes - there is something like pidInList.data = global:id
>But not pidInList = global:id.
>To get data out of the different arrays you always have to use data,
>dataWrap or insertData.


Wait. Please explain this to me.  I've been writing web applications 
for 10 years and this defies my computer science education 
completely.  Are you telling me that if global:id equals 14, and I do:

pidInList =global:id

that that's not equivalent to doing:

pidInList = 14

?????

How was the parser/lexer written for Typoscript that could make that 
the case??  global:id doesn't evaluate to 14 if the left is a different type??





More information about the TYPO3-english mailing list