| Author |
Message |
Tripple

Joined: 07 Aug 2006 Posts: 21
|
Posted: 07 Aug 2006 - 8:47 pm Post subject:
Flash intro
|
|
|
Is it possible to create a flash intro and start the typo3 site after this intro?
This is the site I like to transfer into a typo3 site:
http://www.veri.be/
thx,
Tripple |
|
|
Back to top
|
|
|
aquar
Joined: 13 Oct 2005 Posts: 66
|
|
|
Back to top
|
|
|
Tripple

Joined: 07 Aug 2006 Posts: 21
|
Posted: 12 Aug 2006 - 12:42 pm Post subject:
|
|
|
I guess I'm to new to T3. Where the manual sais '... and you're done.' this is where I end up with nothing.
I created a html template in fileadmin/templates/flash_template.tmpl with these lines:
<body bgcolor="#999999">
<!--###DOCUMENT_BODY### start -->
<table width="100%" border="0" cellspacing="2" cellpadding="0" height="100%">
<tr>
<td align="center" valign="middle">
<!--###FLASH### start -->
flash content
<!--###FLASH### stop -->
</td>
</tr>
</table>
<!--###DOCUMENT_BODY### stop -->
</body>
</html>
Then I add this TS to the intro page:
page.20 = TEMPLATE
page.20 {
template = FILE
template.file = fileadmin/templates/flash_template.tmpl
workOnSubpart = DOCUMENT_BODY
subparts.FLASH < plugin.tx_rbflashobject_pi1
}
When I want to look at the intro page I get this error:
The page is not configured! [type= 0][] _________________ Tripple,
Typo3 4.1.6
CentOS 5 |
|
|
Back to top
|
|
|
Tripple

Joined: 07 Aug 2006 Posts: 21
|
Posted: 12 Aug 2006 - 2:08 pm Post subject:
|
|
|
Correction.
I can insert a flash movie on another page, but not on the intro page. This should be easy to fix. _________________ Tripple,
Typo3 4.1.6
CentOS 5 |
|
|
Back to top
|
|
|
Tripple

Joined: 07 Aug 2006 Posts: 21
|
Posted: 12 Aug 2006 - 2:16 pm Post subject:
|
|
|
Fixed. No idea why.
I had to change the TS code to this:
page.10 = TEMPLATE
page.10 {
template = FILE
template.file = fileadmin/templates/flash_template.tmpl
workOnSubpart = DOCUMENT_BODY
subparts.FLASH < styles.content.get
}
Shoud I be able to add the CHC forum the same way???? _________________ Tripple,
Typo3 4.1.6
CentOS 5 |
|
|
Back to top
|
|
|
|